Hello,
I need to store some calibration values in flash memory. I'm reviewing 28379D Flash API sample codes. There are many flash sectors in the datasheet. I want to store a 200 element float array. But which flash sector I can use, I'm worried if the flash sector I choose will harm other code streams. My main code is running on RAM.
Sector C is used in the sample code. For example, why was C chosen and not A or B?
Thanks.