Has anyone used following GenAVB/TSN stack to achieve bi-directional communication?
- Application: genavb-app-freertos-4_0_3.tar.gz
- GenAVB/TSN stack: genavb-sdk-4_0_3.tar.gz.
I'd like to implement an Ethernet AVB bi-directional comunication by using above stack and sample source code.
But the GenAVB/TSN stack is not supposed to support multitasking.
For example, I called genavb_init() at task A for talker and task B for listener.
Then memory access violation is happened.
How do I implement an Ethernet AVB bi-directional comunication by using the GenAVB/TSN stack?