Skip to content

Linux - FreeRTOS communication using callbacks #310

Open
@anakorenko

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions