STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 Internal Flash Write/Read Failure

Hello everyone!I'm writing a STM32F446RE-based flight computer for a rocket. I want to use internal flash memory to keep some key data like base pressure or flight time. So if a power failure happens, the system can keep the base data.These are the t...

TEngi.2 by Associate
  • 658 Views
  • 2 replies
  • 0 kudos

MHz frequencies on OUTPUT

hey thereI have a stm32f103 blue pill board which I wish to generate MHz frequencies on pinC13.I have used TIM1. it starts and interrupts and on each interrupt I toggle PC13like sovoid HAL_TIM_PeriodElapsedCallback(TIM_HandleTypeDef *htim) { if(hti...

Ala by Senior
  • 235 Views
  • 4 replies
  • 0 kudos

Help with debuging a for statement in BluePill

Hi, I'm using a base64 library to convert my data to my base64 on STM BluePill. everything works fine, but after 5 minutes i receive an imprecise data access violation hard fault error on a for statement. i'm using main loop to run my code every 1 se...

MNoro.2 by Associate II
  • 157 Views
  • 1 replies
  • 0 kudos

Resolved! Does micro detects low power?

hey there I have a question: can a micro, say stm32f407 detect low power? for example is there a HAL function to indicate VDD lower that 3.3v?(this way any time that power is going, I can for example save everything before power off)

Ala by Senior
  • 184 Views
  • 2 replies
  • 0 kudos