STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Error in 'en.stsw-stm32156' - AN4457 ?

Hello,can someone confirm that line 890 /* Disable External interrupt for next Frame */ EXTI->IMR &= ~EXTI_EMR_MR3;is not correct in 'stm32f4xx_hal_uart_emul.c'?Everywhere else it is written something like this EXTI->IMR |= huart_emul->Init....

SMauch by Associate
  • 256 Views
  • 1 replies
  • 0 kudos

Resolved! Where is stsw-stm32054?

STM32F1x Standard Peripheral Library part number stsw-stm32054 does not appear.This library was released as V3.6.0 on November 05, 2021.I downloaded this library.However, it is currently unavailable. It seems that you can download the library from th...

HKim.27 by Associate
  • 753 Views
  • 8 replies
  • 2 kudos

How to use PWM with DMA (STL Libraries)

Goodmorning to everyone,I read a lot about this argument, and I know that with HAL libraries this topic is really easy to do. Unfortunately due to project request i need to use STL libraries. I create a pwm signal with TIM1. This signal is about 1MHz...

ATZ99 by Associate II
  • 843 Views
  • 7 replies
  • 0 kudos