What is the difference between loading the elf directly into the RAM and SBL loading the app image into the RAM?
I have an application when I load it to the RAM it is working fine, when I convert it to an appimage and flash it with the eQSBI SBL the SBL is started but the application is not working as expected.
Is there something special that happens while copying the application to the RAM? Is there any header added to the code itself or any extra checking that is not fulfilled by the application?
Best regards,