Hello, I am working on the communication CCPLEX to SPE(Sensor Processing Engine) via ivc channel. All configurations are done and It works fine now. To interface this communication efficiently i need to get some detailed informations about how it works. My questions are:
- In CCPLEX side(a Linux distro) i can read data from aon_echo/data_channel but the data remains in that file till SPE(FreeRTOS) side sends a new one. So if i keep reading data, i read the same data continuously. Is there a way to flush the memory after reading the data?
- Is there any way to get interrupt flag when data is received in linux based OS. I only want to read or check the data_channel file when the data is received.