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.

AM623: linux on main core and rtos application on mcu core

Part Number: AM623

Tool/software:

Is there or where can be found some relevant documentation or tutorials on how to write (ccs + library + examples + tools) a RTOS application (firmware) for MCU core that can communicate via IPC with the main Linux core?

I would like to achieve that an Linux application running on AM62 main core prepares a firmware and uploads it to MCU core, then Linux hands over the control to MCU and the main core goes into deep sleep.
MCU then checks some sensors or timers (e.g. thermal sensor on I2C) and, when triggered, wakes up the main Linux core and stops the MCU for the next cycle.

I would be grateful for some good tutorials and guidance on where to begin.