Is the data written to the EEPROM accesible to the processor?If I write 3 different codes to the EEPROM,can the processor select 1 out of the 3 as per the user requirement?
The EEPROM is mapped into the address space, and is directly
accessable by APIs and HW, like DMA read.
Regards, Dana.
You can also access thru pointers.
Regards, Dana.
I don't think DMA can read the data directly from EEPROM. It is accesible only by SPC. So your CPU only can read or write data into EEPROM.
DMA can read from EEPROM, see wizard -
Regards, Dana.