2024-05-11 11:36 PM
Hi,
After updating STM32CubeMX to version 6.11.1, while configuring the ADC for the STM32H743, the oversampling settings now only allow pre-defined options. The generated code consequently employs pre-defined macros. However, the macro is not defined in , leading to a missing macro definition error during compilation.ADC_VER_V5_V90stm32h743xx.h
Solved! Go to Solution.
2024-05-13 02:22 AM
Hello @xushihai
First let me thank you for reporting.
This is a known issue that has been already detected and reported to dev team in this ticket 180709 and will be fixed asap.
Thx
Ghofrane
2024-05-11 11:41 PM
the macro ADC_VER_V5_V90 is not defined in stm32h743xx.h
2024-05-12 12:21 AM
Hi,
try: select HAL driver , generate code and check: working then ?
(I use only HAL lib on my H743 , all working ok. )
2024-05-13 02:22 AM
Hello @xushihai
First let me thank you for reporting.
This is a known issue that has been already detected and reported to dev team in this ticket 180709 and will be fixed asap.
Thx
Ghofrane