This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

M4F - RPMsg

Part Number: AM623

Tool/software:

Hi!

Are the RPMsg IPC examples contained in the MCU+SDK for M4F supposed to work loaded via CCS?

If so, I'm having a problem when I load:

If not, I checked the linkers and did not see the presence of a resource table section, nor a resource_table.h file:

Im developing at a no RTOS ambient.

  • Hi Rafael,

    The AM62x MCU+SDK IPC examples with Linux are not meant to be loaded from CCS. 

    The resource table would be updated by the A53 core while the Linux boots up, hence the M4 IPC application should already be running while Linux boots up.

    So, when we load the application from CCS, the resource table would not have been loaded and the application gets stuck.

    You will have to flash the application from SBL, please finds the steps here - software-dl.ti.com/.../GETTING_STARTED_FLASH.html

    Regards,

    Nitika