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]?
2022-08-22 10:43 PM
A .LD file under the project directory describing the memory available for the linker to use.
2022-08-23 01:25 AM
OK,thank you�?