cancel
Showing results for 
Search instead for 
Did you mean: 

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

SolomonNguyen
Visitor

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

2 REPLIES 2
TDK
Super User

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".

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