Add note about fixing ADC LL driver to README.

m17
Rob Riggs 2018-08-13 19:16:29 -05:00
rodzic 0c5cad23ae
commit 1d228b0413
1 zmienionych plików z 12 dodań i 0 usunięć

Wyświetl plik

@ -1,2 +1,14 @@
# nucleo32-l432kc-tnc-firmware
Source code for breadboard TNC based on STM32L432KC Nucleo32 dev board
## Important Note
If you regenerate the STM32 code, please note that the LL ADC driver in
the 1.12.0 version of the HAL driver is buggy.
Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_ll_adc.h
This file has been modified to address the defect. If it is replaced by
STM32CubeMX, please ensure that the defect has been fixed.
Details of the defect are available [on the ST community site](https://community.st.com/s/question/0D50X00009bLP0eSAG/adc-init-bug-with-optimization-o1-stm32l4 ADC init bug with optimization >= -O1).