Hello,
I noticed that in the flash multi size write example there's no separate section in the linker command file for the data. The example just defines an area in flash and writes to it. This is not good practice because a customer an easily integrate this code into their application and have the application accidentally clobber its own code space by writing to the area in flash.
Can we get this example updated so that it includes a separate data section in the linker command file so that the linker knows not to place code in the data storage area?
It would also be good if this example dynamically places this data section at the end of flash memory so that it automatically scales with the size of the flash on the device.
Munan