Solved
Linker script: what are the differences between XXX_FLASH.id and XXX_RAM.id?
Hello,
Can you tell me the differences between two files linker script
STM32... FLASH.id and STM32...RAM.id
Regards,
Hello,
Can you tell me the differences between two files linker script
STM32... FLASH.id and STM32...RAM.id
Regards,
FLASH puts the program in FLASH. RAM puts it in RAM. Since you want your program to stay in memory after power is lost, you typically want the FLASH file.
I don't really understand why they include the RAM linker script at all. It's not very useful.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.