-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
assgin alternate rx and tx pins on waveshare RP2040 boards #57
Comments
You can always set the alternate pins before setting up the TMC2209, but I went ahead and added support for passing those alternate pins into the setup method like on the ESP32. I have not tested it on hardware, but it compiles. Can you please test it and let me know if it works? Thanks! |
Thanks for your reply. I will test it on the waveshare RP2040-zero board soon. |
Thanks a lot for adding RP2040 support in the lastest codes v9.1.0. I have tested the code "TestRP2040" on the waveshare RP2040-zero board with TMC2209 drivers. It worked well when a driver was assgined address from 0-3 in the bidirectional communication model. When it came to multiple drivers connected to the same UART. The serial had the same ouput as mentioned in the issue #38.
|
The boards in Waveshare RP2040 series have two serials and more than four pairs of UART pin. Each serial has two or three pairs of alternate rx/tx pins that need to be specified before use. Could you add "alternate rx/tx pin" support for them similar to ESP32?
The text was updated successfully, but these errors were encountered: