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.

AM263P4: Running multi core poject

Part Number: AM263P4

Hi, 

I am running empty project(system_nortos) with different debug statements for differentiating each core.

However, after flashing, only the R5-0 core statements are printed, not any other cores.

If I debug and place a break point for each core, I can see the debug_log statements for each core.

How do I confirm, whether other cores are actually running or not when I see through the Terminal?

Thanks 

Geetha K

  • Hi Geetha,

    However, after flashing, only the R5-0 core statements are printed, not any other cores.

    Seems like the UARt prints from the other core may be overflowing the buffer.

    How do I confirm, whether other cores are actually running or not when I see through the Terminal?

    This is possible via UART only when your UART FIFO drain is working properly. My suggestion would be to try the IPC shared memory project as starting point