Hi @joshfx,
Instead of FLASH_DRV_EEEWrite(), use FLASH_DRV_Program().
The FLASH_DRV_EEEWrite() is for the emulated EEPROM (FlexRAM in EEPROM mode) only.
Regards,
Daniel
Hi @joshfx,
Instead of FLASH_DRV_EEEWrite(), use FLASH_DRV_Program().
The FLASH_DRV_EEEWrite() is for the emulated EEPROM (FlexRAM in EEPROM mode) only.
Regards,
Daniel
There is no API for reading the flash.
You can simply use a pointer to the flash location.
Regards,
Daniel
I want to write a random data to spesific address in the flash memory but i can't