Open
Description
Hello, I'm trying to implement the next erpc client-server communication. My erpc server is running under Cortex-M4 microprocessor under FreeRTOS and CMSIS_UART as communication interface.
My client is running under Linux. Client-server communication is working fine, but I got some difficulties in setting server callback back to client.
In all discussions I've found all server to client callbacks are working when both client and server using the same architecture: e.g server and client are both under Linux and using pthreads, or server and client are using FreeRTOS threads.
Is it possible to implement server callbacks to client when they are running on different archs?
Activity