Skip to content

Reuse fibre in STM32 #20

@Second222None

Description

@Second222None

Hi there,

I'd like to reuse fibre to enable the communication between Linux and STM32 (run FreeRTOS). fibre is really a good project to do this kind of thing. For a new beginer, implement an rpc from scratch is not an easy thing and I think fibre is a good start. I also referred ODrive. However, I have a lot of issues when working on this. The root cause is that I didn't understand fiber well. Hence, I decided to run the example in fibre/test (fibre over tcp).
Can anyone give some advice about the following questions:

  1. I notice there is a lot of F_LOG_D. How to enable it? Any other debug methods are welcome!
  2. To establish the connection between server and client. What does the following code do?
with fibre.Domain("tcp-client:address=localhost,port=14220") as domain:

Thanks a lot for any comments in advence.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions