2025-07-27 7:16 PM
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
2025-07-27 7:34 PM
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?
2025-07-28 12:03 AM
Thank you. However, in my project I don't use those 2 Timers. I use timer 14 as the time base for RTOS.