Hi TI Experts,
I am exploring around AM62x EVM, and using SDK 8.06 for both MCU+SDK and Linux (default image). DDR size is 2GB.
I am focusing on Linux <-> M4 RTOS comms using IPC RP Message.
In the linux side, once a message is received from M4, I believe an interrupt is being sent to the kernel mailbox? is there a way to trigger a user space application / send interrupt to user space, once a message is received from M4?
Aside from the sample program of using read() function call, I also played around using epoll(). But i was hoping to look for an interrupt like capability from user space rather than using a polling / blocking function to read incoming RP message from M4.
Thanks for your support as usual