Hello,
Thanks for your quick response.
We need to partition the internal flash in two sections (2MB each). One
section will have the running application image. This image will have code
to write different image (firmware update) to other section. Is there any
API to store the data at any address of internal flash. In ProcessorExpert
(MK22FN1M0), the component “IntFLASH” is available for accessing internal
flash using methods such
as __EraseFlash(),_SetByteFlash(), _SetWordFlash(),
SetLongFlash(), IntFlashLdd1EraseBlock(),
IntFlashLdd1_Write(),IntFlashLdd1_Erase().
Is there any similar kind of APIs available for accessing internal flash of
I.MXRT1064?