avoid erase of user space flash when debugging
Posted on July 14, 2016 at 16:49 Hi, I use a STM32F205RG6 chip and splitted the flash into 2 parts, 512K for the program and 512K for user's data: MEMORY { FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 512K DATA (rwx) : ORIGIN = 0...