2025-08-07 3:49 AM
I have manually migrated from MCSDK 6.2.0 to 6.4.0 for my micro STM32G431RBT6 from the example project
as i have seen several changes in the source code and HAL drivers and i want to keep the project upto date for any future changes and can adapt easily, i have finished porting but I am confused with Regular conversion manager component, i am getting the ADC values only in the High frequency Task when PWM is ON, using the functions
RCM_ReadOngoingConv();
RCM_ExecNextConv();
But i want the values when PWM is OFF or motor is not running, can i use the above functions
in medium frequency task? If i use the function RCM_ExecRegularConv() used in previous versions
the code is stuck. Please explain me the intention of above changes.