How do I modify Linker Script for reserving one Flash Sector for user data? [STM32H7]
How do you modify the linker script to reserve a sector for user data... and such that this user sector won't get erased when re-programming/bootloading?The dual-core STM32H7 has TWO 8-sector Banks (0x8000000-0x80FFFFF & 0x8100000-0x81FFFFF).. with ...