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.

AM2634: IPC RPMessage Application Debugging: Not able to Sync all cores

Part Number: AM2634

Tool/software:

Hi Team,

I am checking IPC RP message application from resource explorer. I have followed below steps. Please let me know if anything missed or any site link with all steps.

  1. Imported application
  2. Compiled system code
  3. Debug system code
  4. Observed code in main core gets stuck below function
    /* wait for all cores to be ready */
    IpcNotify_syncAll(SystemP_WAIT_FOREVER);
    Looks like other all cores are not getting synced.

Do we need to power cycle board every time I load the code?