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

STM32L496RGT is showing error (USB not recognized)?

We are using STM32L496RGT controller in our product, the controller flashing (Program uploading) doing through USB. Initially device flash properly, but after multiple time flashing device shows error i.e USB USB not recognized, or port is not detec...

RKadl by Associate II
  • 536 Views
  • 2 replies
  • 0 kudos

Init TIM6 with HAL in STM32F7

Hello, I have a very basic question, I want to enable TIM6 to use it as a tool for generating delays, but I am getting trouble just making TIM6 to work.Cube MX generated the following code:static void MX_TIM6_Init(void){ /* USER CODE BEGIN TIM6_Init ...

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
  • 315 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
  • 1135 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...