How to change the program start address to the second section in an STM32F765VGT
Hello,
I need using the first 32Kb flash section in order to store data in an STM32F765VGT (1M of flash). How can I change the program start address to the second section. I�ve achieved to reallocate the program code in the second section by means of the linker script. But when I explore the first section with the stlink utility, in the first section, there is a piece of code instead of being empty. Furthermore if I erase this section the program stops working.
Thank you very much.
#linker #program #stm32f7 #stm32f765 #store-data #change-section #flash-section #start #program-start-address