I'm using STM32F427.I want to declare the variable as a custom section and use it in a specific address area on the MCU FLASH.I change the *.ld file, declare that the variables are assigned to the designated section, so the compile becomes normal, an...