User Activity

I'm trying to reserve space in RAM for emulated eeprom. I can read and write fine, however when I try to modify the linker it won't compile. The added user section/* Specify the memory areas */ MEMORY { FLASH (rx) : ORIGIN = 0x08000000, LENGT...