STM32H735 ADC

ChibiOS public support forum for topics related to the STMicroelectronics STM32 family of micro-controllers.

Moderators: RoccoMarco, barthess

co1997co
Posts: 1
Joined: Fri Apr 08, 2022 2:37 pm

STM32H735 ADC

Postby co1997co » Fri Apr 08, 2022 2:50 pm

Hello, I'm new on ChibiOS. I'm developing my program with STM32H735.
in ADC driver system, I got some bugs like:

../../../os/hal/ports/STM32/LLD/ADCv4/hal_adc_lld.c:472:17: error: 'ADC_TypeDef' has no member named 'DIFSEL'
472 | adcp->adcm->DIFSEL = adcp->config->difsel;
| ^~
../../../os/hal/ports/STM32/LLD/ADCv4/hal_adc_lld.c:496:17: error: 'ADC_TypeDef' has no member named 'DIFSEL'
496 | adcp->adcm->DIFSEL = adcp->config->difsel;
|

The file "stm32h735xx.h" don't define these member in struct "ADC_TypeDef". but I found I cannot modify these files.
Is there latest release for support STM32H735? Thank you very much.

User avatar
Giovanni
Site Admin
Posts: 14455
Joined: Wed May 27, 2009 8:48 am
Location: Salerno, Italy
Has thanked: 1076 times
Been thanked: 922 times
Contact:

Re: STM32H735 ADC

Postby Giovanni » Fri Apr 08, 2022 3:17 pm

Hi,

It is fixed on the repository, the fix will be included in next release.

Giovanni


Return to “STM32 Support”

Who is online

Users browsing this forum: No registered users and 23 guests