Part Number: AM6442
Tool/software:
Hello,
I could see the example given under SDK 8.06 (IPCnotify) which uses freeRTOS. It first creates a task and call ipc_notify_echo_main() that I believe takes care of the interrupt while sending/recev data over IPC. Now how can we implement the same in baremetal OS. Please suggest. I could see ,the code stuck at ipcnotify_syncALL()