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

dynamically dead time

HelloI created pwm as "TIM1 Channel1 PWM Generation CH1 CH1N" in a project where I use STM32F103C8T6 MCU.My problem is that I couldn't find how to dynamically change the dead-time I set for pwm CH1 CH1N using the HAL library.I will be glad if you hel...

AKULC.1 by Associate II
  • 1655 Views
  • 3 replies
  • 0 kudos

Resolved! EEPROM Write Goes to Hard Fault

Hi,I'm trying save some data into EEPROM after successful storage of first byte for second byte it goes to hard fault irq. Can anyone help me out from this issuevoid Save_data(float Data) { char Buff[15];unsigned long Address=0x08080000; sprintf(Bu...

STM32L031 Can't unlock flash

Hey,I’m using a nucleo board: SMT32L031K6.I’m trying to make a simple bootloader but I’m struggling at unlocking the flash. In the reference manual it states that I must perform an unlocking sequence, but I haven’t been able to do it successfully. Wh...

MSvra.1 by Associate
  • 1365 Views
  • 2 replies
  • 0 kudos

Resolved! LPTIM2 STM32U585

Dear Sir.Using stm32u585 , The external clock on OSC32 pins is 32.768 Khz.I need to config LPTIM2 to run on 32.768 Khz with no success .How do I configure the SystemClock_Config() to make LPTIM2 to run on 32khz.Attached a code/** * @brief System C...