Skip to main content
Raytheon
Associate II
August 23, 2022
Question

What is �?toolchain linker file】mean?

  • August 23, 2022
  • 2 replies
  • 1408 views

Hello everyone, when I was watching the stm32f429 routine, there was an example of upgrading the user program with the U disk. It was mentioned that the configuration of the user program needs to change the contents of the [toolchain linker file]. Where is the [toolchain linker file]?0693W00000QOGveQAH.png

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
August 23, 2022

A .LD file under the project directory describing the memory available for the linker to use.​

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
Raytheon
RaytheonAuthor
Associate II
August 23, 2022

OK,thank you�?​