Skip to main content
UpStream
Associate
April 14, 2023
Question

How the standard library runs in RAM

  • April 14, 2023
  • 0 replies
  • 541 views

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

This topic has been closed for replies.