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

usb disk error problem in stm32f105rb?

hi Im using stm32f105rb mcu to read files from usb using fatfs libraries and i am able to read upto 17 files simultaneously more than that will shoot a disk error. what will be the root cause and is it possible to read more then 50 files simultaneous...

sprak.2 by Associate
  • 725 Views
  • 3 replies
  • 0 kudos

STM32F105 USB problem

I use a STM32F105. On the board there is a bootloader and I upload the firmware through USB (host, OTG_FS). Then I use the USB to extract a log file (.txt). The extraction of the log works only if the optimization of the code is 0. If I set optimizat...

VCapu by Associate III
  • 369 Views
  • 0 replies
  • 0 kudos

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
  • 545 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
  • 319 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 ...