STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Tracealyzer in STOP mode

Hi,I have question about streaming data to Percepio TraceAlyzer when the MCU is in Tickless mode - in my case in STOP mode (main clock is stoped). I use FreeRTOS and STM32L152VB. My application periodically wakes up with period T=1.5 s. I use for tim...

JAN R by Associate III
  • 764 Views
  • 5 replies
  • 0 kudos

Brown Out Reset does not work

Hello,we have a pcb with an STM32F765VIT6 on it. Everything works nicely except that there are unfrequent bit flips in the flash after disconnect and connecting the power supply..We tried to activate the brown out reset in software but after measurin...

Andreas1 by Associate II
  • 1551 Views
  • 6 replies
  • 0 kudos

RTC Running only in Debug Mode

Hi,I had generated RTC code for STM32L072CZ using cubemx, I'm reading the time and sending data via uart, when I'm in debug mode i can able to see the time via UART and when i stop debug mode then timer doesn't increment instead the initial value is ...