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

Resolved! STM32F401C TIM2 Interrupt

Hello, I try to use a TIM2 Interrupt to toggle a LED. I use a STM32F401C controller. If I toggle the LED inside the while loop with delay, it works fine.       while (1) { HAL_GPIO_TogglePin(GPIOB, GPIO_PIN_15); HAL_Delay(1000); }       ...

Resolved! F429ZI USB HID keyboard Input

Hi,I am facing a problem in implementing USB HID host input for keyboard.I can get only 12-13 characters in my buffer after which the keyboard doesn't respond to any input as can be seen in snap attached.source for keyboard handling is also attached ...

Capture.JPG

Debug gdb Reset Handler with Empty loop - STM32F303

Good day,Hope you're well. I used CubeMX to setup a PWM timer on the STM32F3 discovery board and tried to perform some debugging  to study how the registers changed(GPIOE and TIM1). The timer setup and initialization works as expected. LED blinks wit...

daded1_1-1721873817228.png daded1_2-1721873907437.png
daded.1 by Associate II
  • 623 Views
  • 0 replies
  • 0 kudos