Hi,
There is no library call to read flash for the 432, or is there an example.
Do I just use a pointer into the flash address and read via the usual C memory access?
The demo example for writing only provides the address for sector 31, not the other sectors.
I assume the read address and the write addresss are the same, is this correct?
Do I just subtract 4096 from the sector 31 address to get the address for sector 30, and so on?
thanks!
PS - I read memory at the address from the demo: CALIBRATION_START and got back A5's. However, I then cycled power and memory at address CALIBRATION_START read 0xff's. I thought flash was supposed to retain state after power cycling. I must be doing something wrong. Any help?