Changing flash program start address in order to implement EEPROM emulation on STM32F722VET
Hi again,
To be a bit more precise, reservibg the first 16kB (first sector) and placing there only the vector table can be done by replacing th eline that saysCopy to clipboard
. = ALIGN(4);
Copy to clipboard
. = ALIGN(0x4000);
Bernard (Ac6)
