STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I think IWDG Dosen't work

My board(STM32F103R8T6) sometimes stop.. So I use IWDG and it doesn't work. If my board doesn't work well, is it right that iwdg works and resets the core? Let my code work properly.void IWDG_Configuration(void) { IWDG->KR = 0x5555; IWDG->RLR = 0x...

SShin.4 by Associate
  • 496 Views
  • 2 replies
  • 0 kudos

Resolved! STM32F7 DMA UART RX no Data seen.

I am working with the STM32F7. I am implementing a DMA communications handler, preferably using the HAL (but LL is also an option that I have tried). I have successfully implemented the TX side of the equation but, am unable to get the RX portion to ...

EBepp by Associate II
  • 1928 Views
  • 9 replies
  • 0 kudos

STM32F072 LSI Calibration

Hello, I recently started with embedded programming and currently I'm tasked with LSI Calibration based on LSE clock, this would be useful when the device enters low power mode. Based on this reference manual:https://www.st.com/content/ccc/resource/t...

Ismet by Associate
  • 571 Views
  • 2 replies
  • 0 kudos

Deadtime about PWM

i config TIM with PWM , and insert deadtime , i found the first deadtime is longer than later , this why behave so ?​

0690X000009Z78iQAC.png

STM32L05 + SPI not work after stop mode

Hi,I am trying to use an e-paper and a STM32L053C8 microcontroller.When i use the display in the first cicle, all works fine, but after wake up from stop mode, the display not works. Maybe the SPI interface not start well or i am doing somthing wrong...

SMila by Associate
  • 292 Views
  • 0 replies
  • 0 kudos