Hi,
I'm trying to modify the Hercules Bootloader example. I have found several challenges:
1 I couldn't find a clear explanation of the linker file. The way memory is organized and the sintaxis used for the sections.
2 I tried a few things to be able to debug the original code and see what is happening but I was unsuccessful. Breakpoints just don't work (probably because the code is running from RAM). Is there a way to debug this example? If not, what could be a useful trick to be able to customize this example?
Please point me in the right direction for the proper documentation or any reading that might help.
Thanks,
Scott