Where can I find a working example of an STLDR that uses a GNU LD linker script?
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.
