Skip to content
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

[Feature Request] STM32 Support #32

Open
MelangeF3A opened this issue May 29, 2021 · 1 comment
Open

[Feature Request] STM32 Support #32

MelangeF3A opened this issue May 29, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@MelangeF3A
Copy link

Hello, great work..

I have it running on the ESP32. Do you have idea on how to make it work on the SMT32F103 / F405 etc.

They do support RTOS :-)

Many Thanks

Richard

@BrushlessPower
Copy link
Owner

Hello @MelangeF3A ,

it should be no Problem to make the code running on F103 and all the other types.

RTOS should not be used! It will cause to much delay. I had the same problems with the first code on ESP32.

  1. You have to make a USART RX Interrupt to receive the SBUS(2) Frame -> Serial.available() in loop will not work!
  2. You need a timer interrupt which transmit the SBUS2 Telemetry data with USART TX

The Problem is, i have no time to write code for STM32.
See the Issues....i even have no time to fix them.

If you could write some Code i can test it and make changes. I have some STM32 Dev Boards here.
It would be great, when the code could be compatible to STM32 Arduino and all STM32 Chips....but maybe this is to much.

@BrushlessPower BrushlessPower changed the title STM32 Library [Feature Request] STM32 Support May 31, 2021
@ericlangel ericlangel added the enhancement New feature or request label Aug 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants