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

Wrong wLength during USB enumeration

I am trying to perform USB enumeration on an STM32H503.  I am using HAL_PCD_SetupStageCallback inside of the USB interrupt, which is working perfectly: when I plug in the USB cable to the Nucleo board, the interrupt triggers and I can see that the ca...

Resolved! eMMC init stalls during boot

Hi all,I have a strange issue that I can't wrap my head around.I have an eMMC chip connected to a STM32U5G9The .IOC file is all standard: with the clock config as follows: However, when I start a debugging session I get stuck in the init function lik...

HP_1-1753010866216.png HP_2-1753010894702.png HP_0-1753010772449.png
HP by Senior III
  • 310 Views
  • 6 replies
  • 2 kudos

Using LTDC_Paint in own STMH750B-DK project

Hello,I have been playing about with the LTDC_Paint example  and have managed to produce screens using my own images.I would now like to start my own project using the STMH750B-DK incorporating the elements of the LTDC_Paint example.I am struggling t...

Goomba79 by Associate
  • 174 Views
  • 1 replies
  • 0 kudos

Resolved! STM32H723ZG - no target detected

Hello everyone, I've designed a custom board with STM32H723ZG, previously based on STM32F767ZG. When I connect board with ST Link V2 prog through SWDIO, SWDCLK and GND, I get response that no target has been detected. I'm currently using ST-Link Util...

Mylossh by Associate
  • 1911 Views
  • 5 replies
  • 8 kudos

STM32H503 TIM3 global interrupt

 I'm programming a STM32H503CBUx Timer3. NVIC settings are such that the count down event is trapped in void HAL_TIM_PeriodElapsedCallback(TIM_HandleTypeDef* htim)This is a global interrupt routine that takes care for other timer interrupts as well a...

Resolved! STM32L4: Does the USB device even use the heap?

I am using the USB CDC driver code provided by ST in stm32cubeide, and am trying to figure out a proper minimum heap size. I have found various slightly conflicting answers, but the consensus seems to be that 512 bytes is not enough.In the same appli...

EThom.3 by Senior II
  • 150 Views
  • 2 replies
  • 2 kudos