I'm using the STM3210E-EVAL board, which has a 512k FLASH part. I want to use the last 64k for emulated EEPROM. I'm using the example code from ST (AN2594).
Is there a way I can tell the compiler not to place code in this area? Would I just change the IROM1 Size from 0x80000 to 0x70000?