Skip to main content
Visitor II
August 23, 2022
Question

What is ?toolchain linker file】mean?

  • August 23, 2022
  • 2 replies
  • 708 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

    Graduate II
    August 23, 2022

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

    RaytheonAuthor
    Visitor II
    August 23, 2022

    OK,thank you�?​