Page 1 of 1

ADCv3 typo  Topic is solved

Posted: Wed Feb 13, 2019 3:22 pm
by Thargon
Hi,

in file os/hal/ports/STM32/LLD/ADCv3/hal_adc_lld.c there is a typo causing compiler errors when using ADC3.
During setup of the ADCD3 structure in the adc_lld_init() method, one line refers to the ADCD1 object instead of ADCD3.
I checked the branches 18.2.x (line 491) and 19.1.x (line 499) and the issue exists in both versions.

- Thomas

Re: ADCv3 typo

Posted: Sat Feb 16, 2019 6:15 pm
by Giovanni
Hi,

Fixed as bug #1013.

Giovanni