STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! HAL_Delay is not working properly for stm32 blue pill

i'm trying to run a simple blinking led program on my stm32f103c8t6 (after i run it several times before successfully), and it doesn't work, when i fix the delay in 1000 ms the led is always on, when i decrement it to 100, 200, 300 it's working prope...

Monssef_0-1729150589677.png Monssef_1-1729150612727.png
Monssef by Associate II
  • 769 Views
  • 8 replies
  • 1 kudos

Resolved! STM32F410: ITRx "reserved"?

Hi guys,can someone please explain the internal trigger connections for the stm32f410 controllers to me?According to the referance manual (RM0401, see below) only TIM1 and TIM5 can be configured as slave timers with just ONE possible internal trigger...

ITR.png

Powering STM through USB-C port

Hi,I want to power a STM32Ux based board using USB-C port. I am required to use two numbers of  a Type-A to USB-C type of cable and also it should support USB-C to USB-C type of cable in OR ring. Max load current of the board is less 1.5A. I am looki...

SKCL-1 by Associate
  • 338 Views
  • 3 replies
  • 0 kudos

Resolved! Is there IR TV remote project example with TIM16 and TIM17 ?

Hello, I am looking for very old STM32CubeIDE project example for IR TV remote control to see how TIM16 and TIM17 are set up and controlled.I am not interested in manuals and instructions: better one time to see then read about it 100 time and not ge...

GS2 by Senior
  • 480 Views
  • 7 replies
  • 1 kudos

USB only working in debug mode

Hi  I am working on an STM32L433 using STM32IDE. When running in debug mode, the USB CDC is recognized when plugging in the cable (into Windows 10 and 11) . But when I compile as release mode the USB isn't recognized . I am using the HAL for USB . An...