2020-06-29 07:14 AM
I use STM32CubeMX (5.6.1) with a STM32F373. When creating the hardware initialization with CubeMX there is an error in the "stm32F3xx_hal_adc_ex.c" file. When querying the channel used, an equals sign is missing for both "sConfig" and "sConfigInjected".
How can I fix this error so that the query is correct for future projects?