Content originally posted in LPCWare by tungsys on Sun May 01 11:43:41 MST 2011
Hi all,
In order to write to flash with IAP command, do i need to follow these steps:
Prepare - Erase - Prepare - Write
Can i just Prepare - Write without Erase step ?
I look into the user manual but they did not mention the step how to write to Flash.
My actual problem is i have 2 arrays 128 bytes need to write into 1 block in flash at difference time. So if i write arrays1 first then i write array2, the data in array1 will be gone because i follow the 1st step, need to erase every time write. Can i write to flash without erase command ?