Handling of more than one external stldr loaders
Hi guys,
so we have a more complex board and I wondered if it is somehow possible to use more than one external loaders with the CubeProgrammer software on the command line.
So in general we are capable of writing these loaders and have several already running. For our current board two approaches come to mind but I do not find information on these:
Approach 1 - Write two different loaders
We could create two different stldr files for the two different memories we want to address. But is it somehow possible to use both of them on the same command line command with the cubeprogrammer cli? As we are getting one single hex file with all memory addresses out of the build system
Approach 2 - Write one loader addressing both memories
This one could be trickier because as far as I know we can only have one StorageInfo struct with a linear memory address range. But do you guys know of something how that could be achieved?
Cheers,
Patrick
