Tool/software: TI-RTOS
My setup involves linux on the ARM side and Sys/BIOS on the DSP core. I need to send a notification from ARM to DSP when some event occurs and similarly send a trigger back from DSP to ARM. Per my understanding the notify IPC module is not available for notifications from Linux to Sys/BIOS. it works only on Sys/BIOS. Is there something else i can use? i dont want to use message queue since it is a blocking mechanism. Is there a way to cause ARM side to trigger an interrupt on the DSP side and vice-versa? Should i be looking at using GPIOs for this?
any inputs on this will be of great help!
thanks
/sandeep