Replies: 1 comment
-
The communication channel works the same in both directions. In the provided demos, Linux can read the /dev/baoipc0 device to get FreeRTOS messages from the shared memory. However, we haven't written the Linux driver to enable and receive the interrupts, but this is essentially what's missing for Linux to receive asynchronous notifications from the FreeRTOS side. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I ran it according to the demo, linux can actively communicate with freertos, but how does freertos actively communicate with linux?
Beta Was this translation helpful? Give feedback.
All reactions