hello sir,
more question to me, my aim is to define a bootloader_start_var __, I jut use __attribute__ ((section(".noinit"))) to define my var didn't work, I found there is't .noinit section in the 57xx_flash.ld.
Do i need to define the .noinit section in the .ld files? should I do something in the file startup.s?
I am a totally newbies, thanks for your time!