2023-04-13 10:49 PM
Hi.
I am trying to run on RAM using STM32F407.
How can I get the standard libraries (stdlib,stdio,string...) to run in RAM?
STM32F407VETX_FLASH.ld
.data:{
.....
*libc.a:*(.text .text*)
.....
}
statement was not allowed.
thank you