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

LL bug STM32F303VCTx TIM15 PWM

I try to configure TIM15 PMW channel1 - PF9 and channel2 - PF10 using LL driver.Looks like the STM32CubeMX is generating the wrong code.It set GPIO mode as AF_2 GPIO_InitStruct.Pin = LL_GPIO_PIN_9|LL_GPIO_PIN_10; GPIO_InitStruct.Mode = LL_GPIO_MOD...

goottan by Associate
  • 305 Views
  • 0 replies
  • 0 kudos

Resolved! STM32G0 USB PD Middleware?

Hello,I have built a board using the STM32G0 with the intention of utilizing the USB PD middleware. I pulled the middleware from STM32CubeG0 into my project, but I can't get it to build without errors. The USB PD demo project in the STM32CubeG0 does ...

Hardware fault on FATFS and I2S

Try to play the wave file stored in uSD using STM32F103VCT and CODEC IC (TAS2505). Use 4bit SDIO (DMA) and I2S2 (DMA) with STM32 and CODEC. However, after playing Wave file, a hardware fault occurs and HardFault_Handler is called. If Wave file is pla...

SSeo.17 by Associate III
  • 1086 Views
  • 3 replies
  • 0 kudos

Resolved! High Current Consumption in Stop2 mode STM32L4

I am trying to achieve the lowest power consumption possible when entering Stop2 mode with the STM32L476. I have verified that all of my GPIO are in the correct state before entering Stop2 mode. I am also very confident that it is not any external ci...