Application Development on Remote Cores#
This module discusses how to develop an MCU+ application on a remote core, running alongside a Linux application.
Three main concepts will be covered:#
Develop and debug a standalone remote core application through CCS
Update the remote core application so that it can be loaded by Linux
Launch the application from Linux, and use CCS to debug the application while Linux is running
Note
Some information in this section does NOT apply to applications running on the DM R5F, since the DM R5F is not initialized by Linux. Information specific to DM R5F development will be added in a later version of the academy. For now, basic information about DM R5F development can be found in section Developing on the DM R5F.
For this example, we will use the hello_world project on the
M4F.