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

RTC Internal timestamp is only updated when the first time RTC is initialized and power shifted to VBAT. On further power up and shutdown events that RTC Timestamp registers are not being updated with new time stamp values.

 I'm reading TS and clearing TSF, ITSF, TSOVF flags upon power up. But when power cycle happens again, the TS registers are still containing the previous value, but not present value.

vamsi by Associate II
  • 886 Views
  • 3 replies
  • 0 kudos

Resolved! 32bit input capture (AN2592) inaccuracy

Apnote "Achieving 32-bit timer resolution with software expansion" (AN2592) mentions that it is possibleto create 32bit input capture with only one 16bit timer. Combine interrupt from update event to count timer overflows and regular 16bit input cap...

CAN example doesn't work between HAL and SPL.

I have two STM32 based development boards and would like to get CAN example (slightly modified) to work with a simple data packet of 2 bytes sent from one board to the other. But I detect no valid CAN frame on the bus.The setup is taken from here: ST...

Madhan by Associate II
  • 1640 Views
  • 3 replies
  • 0 kudos

Correct TRGO selection for interfacing timer

I'm confused as to what MMS bits I should choose as TRGO for an "interfacing" timer.A timer is used to trigger COM events on another timer.Its slave controller is configured in Reset mode, so it's automatically reset on any edge change on TI1, for ex...

neoxic by Associate II
  • 1244 Views
  • 0 replies
  • 0 kudos

Resolved! Value of passed variable changes during function call !?

I'm having a real nasty bug and finally found the reason for it. But the thing is, that I don't understand where it comes from.I calculate a variable within method A of a class and at the end of said method i pass it to method B by value. When steppi...

JHöfl.1 by Associate III
  • 3451 Views
  • 5 replies
  • 0 kudos