Skip to main content
Raytheon
Associate II
November 1, 2019
Question

Where can i set the ROM adress like KEIL in stm32cubeide?

  • November 1, 2019
  • 4 replies
  • 2798 views

DEAR ALL:

Where can i set the ROM adress like KEIL in stm32cubeide?like follow picture!

0690X00000ArXGrQAN.png

This topic has been closed for replies.

4 replies

Tesla DeLorean
Guru
November 1, 2019

Not using the tool. Look at the Linker Script

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
Raytheon
RaytheonAuthor
Associate II
November 3, 2019

Sorry,what do you mean the  Linker Script,is Instructions?​

Tesla DeLorean
Guru
November 3, 2019

Linker scripts describe the memory placement and usage expectations. KEIL generates a Scatter File​ from the GUI settings. Try searching on the "linker script" term if unfamiliar

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
Cartu38 OpenDev
Graduate II
November 3, 2019

*.ld file(s) is(are) linker script file(s). All memeory mappings are defined into

Raytheon
RaytheonAuthor
Associate II
November 15, 2019

​Yse ,I find *.ld file(s),and if i can change the start ROM adress directly?