WS2813B-Mini / STM32F103C8T6
Hello everyone, There are 24pcs WS2813-Mini led on my PCB. I didn't set these with timer. How can I drive the WS2813-Mini led with STM32F103C8T6 in STM32CubeIDE?Thanks.
Hello everyone, There are 24pcs WS2813-Mini led on my PCB. I didn't set these with timer. How can I drive the WS2813-Mini led with STM32F103C8T6 in STM32CubeIDE?Thanks.
For the Nucleo-H755ZI, I use the 'PWR_DIRECT_SMPS_SUPPLY' choice in 'HAL_PWREx_ConfigSupply', like: HAL_PWREx_ConfigSupply(PWR_DIRECT_SMPS_SUPPLY); With this setting, the board works fine and keeps working after flashing.If you choose for example 'PW...
Hey everyone, I am working with the ADXL 354 eval board with an STM32H745data sheet ADXL354 : https://www.analog.com/media/en/technical-documentation/data-sheets/adxl354_adxl355.pdfdata sheet eval boad: https://www.analog.com/media/en/technical-docum...
Hi everyonethis is my code for reading X axis ADXL355 accelerometer thanks to STM32h745.But when I run it, i keep being stuck if the HAL-SPIèTransmitReceive Can you help me ?
hello everyone , i am beginner in using stm32 boards . i want to interface USB webcam with stm32nucleof767zi board .where i can begin my project.
hi, community!I need to use SDIO integrated into Stm32f407VET6 BlackBoard I followed two videos on youtube and always gave me the same problem res=f_mount(&fs,"",1); always gives me FR_NOT_READY I asked Gemini and he told me to change it to res=f_...
I have tested the POC (Proof of Concept) by using 'Nucleo-439ZI' evaluation Board. I am now going to use the same schematics as reference for my prototype and create a custom board by removing the Morpho and Zio connectors as well as the unintended f...
Hi,I'm using a STLINK-V3MINI with fw: V3J12M3 STM32 Debug+VCP, and there is an issue that i'm not sure if it is by design or a bug.In my design I have SWD and UART pins in separated connectors (both with GND). When the SWD is attached to the CPU, the...
I want to interface NHD-2.7-12864WDW3 OLED display having SSD1322 controller with STM32F407G-DISC1.I am doing 3 wire SPI Communication, So i have connected all 20 PINS as follows:Pin1 ---> GNDPin2 ---> 3VPin3 ---> NC (No connection)Pin4 ---> PD9 (DC...
Hello,Is there a STEP file for the Nucleo-L552ZE-Q? Thank you