External-Loaders
External-Loaders copied to clipboard
Issue with .elf file over 10Mb (help needed)
Hello @vlcekji2
I found an issue with compiled file larger than 10Mb.
When I browse memory I got into the point where my methods are not located correctly (namespace0_generated) and therefore my program fails:
I know that is out of the topic of external memory loader, but by a chance do you have a hint for me? Does it have to have something with memory alignment ALIGN in .ld file, or number of function reaches a limit of the addressable space?