-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Incorrect signals on STM32F411 #4
Comments
Hello! Can you please show your settings in .h file? |
Hey, thanks for the reply! Sure, settings in the header are:
The LEDs are WS2812, connected to the F411RE nucleo board through breadboard cables. The Logic Analyzer capture above was a direct connection F411RE<->Logic Analizer to rule out any cabling issues |
@nikitax75 Try to set NUM_PIXELS to 2 or 3 |
Hi there,
Thanks for all the work in putting this together, very clear code & instructions. I am trying to use this lib on an STM32F411 (Nucleo STM32F411RE) and the output signal is incorrect:
This is the signal supposed to be sent for to clear a strip of one pixel:
I have checked all the CubeMX configuration which is as per your instructions and really don't understand what's happening. Any idea?
For reference, here is my clock configuration:
Timer configuration:
RCC configuration:
The text was updated successfully, but these errors were encountered: