2022-01-27 08:02 AM
I'm trying to create a loader for external flash. I cannot use IAR EWARM and the only examples I find use that. (e.g. https://github.com/STMicroelectronics/stm32-external-loader)
I need this to work with GCC from a make file using LD linker scripts.
Any idea where I can find examples for this? Any information on making external flash loaders with make/gcc/ld is also appreciated.
Solved! Go to Solution.
2022-01-27 02:18 PM
This is a space I work commercially, and yes have built working loaders with GNU/GCC and make
https://github.com/cturvey/stm32extldr/blob/main/ExternalLoader.ld
2022-01-27 02:18 PM
This is a space I work commercially, and yes have built working loaders with GNU/GCC and make
https://github.com/cturvey/stm32extldr/blob/main/ExternalLoader.ld
2022-01-27 11:17 PM
Thank yoy Clive, I'll check that.
I's a shame ST can't make up its mind about which dev env to use, EWARM, CubeIde, Make, AC6 SWB, Keil MDK, ...