2025-08-09 7:26 AM
I have generated the code generated from MCSDK 6.4.0 for the micro STM32G431CB to STM32G431RBT6 micro.
My understanding is all the Hall drivers remain the same, the startup file and the .ld file will vary based on the micro controller. But i am running into the issue where ADC2 handler is getting called which it shall not as long as the PWM is OFF.
There is one signal handler called as shown above i am not sure what it is? I have been struggling to understand, please help.
Solved! Go to Solution.
2025-08-11 7:58 PM
I am really confused with the inconsistency in compilation i need to manually delete the debug folder files (object and other files) then only the compilation is going through, i am unable to predict the behavior of compilation. I could not reach any conclusion, i have not experienced such behavior in MCSDK 6.2.0. I am trying again of porting code in both MCSDK versions and check again.