Hi @JZhon.1 ,As said @PDEFO.1 , it is probably a driver issue on PC side.To be more specific:The driver to install is STM32 Virtual COM Port Driver (reference code: STSW-STM32102).It is available here:https://www.st.com/en/development-tools/stsw-st...
Hello @Roshan ,The most simple is to start from examples. There is no ADC example demonstrating multi ADC channel in STM32G4 FW package, but there are some in STM32L4 FW package (STM32L4 and STM32G4 have close feature set, a code can be easily porte...
Hello,A regression has been introduced in release v1.2.0.Issue:In case of high frequency ratio between CPU and ADC (CPU high frequency, ADC low frequency), function HAL_ADCEx_Calibration_Start() returns an error.Root cause:A delay must be fullfilled ...
Hello,The oversampling returns one data (summation and shift of all conversion data), you don't have access to intermediate computation done by ADC peripheral.In your setup, can you quantify the erroneous data versus expected data ? (proportional err...
hello,The issue could also come from timing: is there enough time to perform 16 ADC conversions between each trigger ?To ensure oversampling is working correctly and is the right time frame of your FW:Can you try the oversampling configuration of ave...