STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HSE startup timeout on STM32F103RET7

I'm new to the STM32 so I apologize in advance for the trivial question.In the following code from SetSysClockTo72() system_stm32f10x.c, the value for HSE_STARTUP_TIMEOUT is 0x0500.  What max delay (msec) does this equate to? /* Wait till HSE is read...

DMath by Associate
  • 1339 Views
  • 1 replies
  • 0 kudos

STM32F429 shorted unexpectedly

I was working on the MCU STM32F429 while it was connected to the PCB when it shorted unexpectedly. The PCB at the time wasn't being used to power the board, or drive the motors. The Power source was my laptop and no external batteries. The USB cable ...

RDHIN by Associate
  • 612 Views
  • 2 replies
  • 0 kudos

Having issues with using simultaneous timers

In my nucleo L432KC, I have set Timer 1 for PWM generation, Timer 15 as a timer based interrupt and Timer 2 as PWM input mode. Timer 1 and Timer 15 works well until a point. For example, I wanted a 50 kHz update event, so I set Timer 15 Precaler 0 an...

xpp07 by Senior
  • 380 Views
  • 0 replies
  • 0 kudos

STM32F105 USB HID host

I'm developing HID Host for working with standard PC keyboards.I face with problems in function USBH_HID_GetReport from cubemx, it never returns USBH_OK. Absolutly same problem explained here http://forum.easyelectronics.ru/viewtopic.php?f=35&t=23447...

urasinov by Associate II
  • 410 Views
  • 0 replies
  • 0 kudos

CAN I use USB OTG_HS with internal FS PHY and get RX DMA?

In the FS mode the reference manual state that  USB RX DMA is only available in HS mode. In MXCube it seems that I can set USB OTG HS and set internal Phy to "device only". Does this activate the RX DMA? ​It also seems to change the pins assignment o...

MSimm.15 by Associate
  • 394 Views
  • 1 replies
  • 0 kudos

Interrupt problem

Without Interrupt signal STM32F207 print continuously.How to avoid it...void EXTI9_5_IRQHandler(void){ /* USER CODE BEGIN EXTI9_5_IRQn 0 */ /* USER CODE END EXTI9_5_IRQn 0 */   printf("\n\rInterrupt Occur\n\r"); /* USER CODE BEGIN EXTI9_5_IRQn 1 */ /...

Is USB mass storage available at STM32L152-EVAL?

I'm considering to use a STM32l1's family microcontroller at my project, so, as I will need to plug a flash drive at my device, I would like to validate my concept with a evaluation board that can do this. Does my MCU's choice seem right?Does this ev...

LFeli by Associate
  • 450 Views
  • 1 replies
  • 0 kudos