Skip to main content
Associate
July 28, 2025
Question

STM32G030 REV_ID Y, Z version error when loading the same firmware

  • July 28, 2025
  • 1 reply
  • 229 views

I am using STM32G030 for my project when using version Z (REV_ID 0x1001) the functions in the firmware run as required. But when using the same firmware, the above hardware loads version Y (REV_ID 0x1003) the functions run incorrectly, especially the timing functions using RTOS. Has anyone ever encountered a similar case and has a solution as well as knows the cause of this error? Thanks

1 reply

TDK
Super User
July 28, 2025

Check the errata sheet to see what is different between the two revisions. Only the TIM16/TIM17 errata line seems relevant. Do you use either of those?

TDK_0-1753670048545.png

 

"If you feel a post has answered your question, please click ""Accept as Solution""."
Associate
July 28, 2025

Thank you. However, in my project I don't use those 2 Timers. I use timer 14 as the time base for RTOS.

TDK
Super User
July 28, 2025

Then there's probably something else going on. Recheck your assumptions.

"If you feel a post has answered your question, please click ""Accept as Solution""."