Skip to content

Latest commit

 

History

History

dspic33e-rtsp-word-write

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

image

RTSP Word Write

Description:

In this example, a page of Flash memory (512 instructions or 8 rows of 64 instruction) is read first. Then the page is erased fully. One row of the page is modified and written back to the flash. Then, a few words in the already programmed flash are modified and read back to verify the modification.

Following RTSP Application Program Interface (APIs) are used to perform the operation.

// Flash Memory is organised into ROWs of 64 instructions or 192 bytes
// RTSP allows the user to erase a PAGE of memory which consists of EIGHT ROWs (512 instructions or 1536byts) at a time.
// RTSP allows the user to program a ROW (64 instructions or 192 bytes) at a time

Hardware Used

Software Used