STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Zephyr Blinky LED example not blinking

Split from Zephyr RTOS on Nucleo-F411RE ? - which has been answered.This is a new question.Hi T_HamdiThank you for your response.I have installed the Zephyr IDE and used the Blinky LED example. The firmware was flashed successfully; however, the LED ...

Kumar123 by Associate III
  • 111 Views
  • 1 replies
  • 1 kudos

Resolved! MATLAB/Simulink XCP protocol via LPUART1

Hi all,I failed to run Nucleo-G431RB board using Simulink "Monitor & Tune" mode via Simulink XCP protocol.I've got the error message at Simulink,"Could not connect to target application: XCP internal error: timeout expired, in response to XCP CONNECT...

JellyFish by Associate II
  • 5363 Views
  • 5 replies
  • 3 kudos

Resolved! LTDC Controller not displaying image

I am currently using the STM32N657 on the NUCLEO-N657X0-Q board to drive an 800x480 pixel display with 24-bit color. The display that I am using is the NHD-7.0-800480EF-ASXV#-T. I’m using the built in LTDC controller on the chip. I do know that the c...

DHOUT19_0-1756245275614.png DHOUT19_1-1756245305699.png DHOUT19_2-1756245348090.png DHOUT19_3-1756245465102.png
DHOUT19 by Associate II
  • 641 Views
  • 3 replies
  • 2 kudos

Resolved! Support for UCPD with N6 with zephyr

I'm curious how hard of a task would it be to get UCPD working with the STM32N6 with zephyr. I see it's supported with the G0* https://docs.zephyrproject.org/latest/boards/st/stm32g071b_disco/doc/index.html From my understanding the UCPD hardware blo...

ux_device_class_cdc_acm_read_run not working

I am developing a custom board using STM32H523RET6.It has a USB type C port, and I am trying to send some data from PC to the board through it, and decided to use USB CDC ACM with standalone mode. The code is based on this and this.ux_device_class_cd...

HaYa6174 by Associate III
  • 415 Views
  • 4 replies
  • 0 kudos

Resolved! SPI + DMA using LL Library

Hi, I'm using stm32h7, currently working with SPI + DMA in HAL library, because of HAL overhead I want to move to LL library, where can I get the SPI+DMA using LL library examples, regards, Srinath

Resolved! USB Host MCU Middleware on STM32U545

Hi. I'm having trouble using the old USB Host Middleware to read a USB stick with a STM32U545.I've tried to follow this article, doing my best to adapt it for the host middleware and also using the "FatFs_USBDisk" example project for the F767 Nucleo ...