We have a requirement the Firmware is divided in two parts, consisting of 1. Application and 2. Driver and FreeRTOS Kernel.
These two parts need to be created as a separate binary files from independent CCS projects and flashed in separate memory sections.
Application section of memory can be updated later on through a Bootloader.
As i understand, this may require Dynamically linking of application binary with the Driver/Kernal Binary.
Also FreeRTOS inherently does not support such a mechanism of loading applications.
What can be the best approach for the above problem statement ?
We need to achieve this on TMS570LS3137.