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

Error handling for UART RX with DMA

Posted on January 15, 2018 at 11:00Hello!I am using RX DMA with RX timeout detection (based on Efficiently receive UART data using DMA). Under normal condition, everything works fine, but I have problems with the error handing. My MCU is the F302R8 ...

0690X00000604D4QAI.jpg
T B by Associate II
  • 1129 Views
  • 1 replies
  • 0 kudos

Adding TIM7 (timer 7) with interrupt using STM32CubeMX

I tried to add TIM7 via CubeMX with interrupt on NUCLEO-H743ZI.CubeMX was able to create the init for the timer in the code but it didn't add the IRQ, didn't enable the IRQ and didn't add its callback.I added this code manualy.What I'm missing?

Yood by Associate II
  • 517 Views
  • 1 replies
  • 0 kudos

Waking up STM32L0 from LPTIM interrupt

Posted on July 13, 2018 at 03:12I'm trying to put STM32L0 into a low power sleep mode. I want it to sleep for 9.5s and wake up for 0.5s. Once it's awake it needs to switch on LEDs, check for any interrupts from a Lora radio module and process the da...

Ash G by Associate II
  • 1081 Views
  • 1 replies
  • 0 kudos

How to use LPTIM in wakeup mode? L432KC

Hello. I would like to use low-power timer to wakeup from stop mode (1 or 2).My model is: start LPTIM, generate PWM from one TIM (general-purpose), wait for timeout in stop mode, then start LPTIM again, generate signal etc.I used demo for LPTIM (time...

STM32 Custom USB HID Tutorial?

Posted on June 10, 2018 at 15:54Hello,i want to use an accelerometer as an joystick over USB. My problem is, that all Tutorials on Youtube are not in english. So i can´t understand the important explanations. Alle tutorials not on Youtube are almos...

R. K. by Associate
  • 950 Views
  • 1 replies
  • 0 kudos