What is �?toolchain linker file】mean?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-08-22 10:10 PM
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]?
Labels:
- Labels:
-
Bootloader
-
STM32F4 Series
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-08-22 10:43 PM
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
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-08-23 1:25 AM
OK,thank you�?
