Hello all,
I am working on a legacy Projekt with a Bootloader and Application. I had ported the Application to FreeRTOS wich runs fine so far when I run the Applcation right from the beginning of the Flash for simplifing debugging.
The context swtich is done by the supervisor call (svc 0).
Now when I try to run the porterd application on top of the bootloader I realize that the svc call gets stuck in the bootloader. When using a bootloader how do I route svc calls to the application?
Kind regards,
Jens