Hello.
I want to write my configuration data into flash memory while running debug mode
Config data area starts from 0x61000000(its not an program memory area)
Is this possible to read and write config data while debug mode?
If your device is XIP then it may be difficult to write while reading so it would be convenient to execute the part that writes to the flash to RAM so we avoid that collision on the bus.
Best regards,
Omar