Merge branch 'master' of github.com:mobilinkd/nucleo32-l432kc-tnc-firmware

This only affected README.md, which was trimmed significantly.
m17
Rob Riggs 2019-06-22 22:03:53 -05:00
commit f4da4e0231
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -1,6 +1,8 @@
# nucleo32-l432kc-tnc-firmware # nucleo32-l432kc-tnc-firmware
Source code for breadboard TNC based on STM32L432KC Nucleo32 dev board Source code for breadboard TNC based on STM32L432KC Nucleo32 dev board
----
## Important Note ## Important Note
If you regenerate the STM32 code, please note that the LL ADC driver in 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. the 1.12.0 version of the HAL driver is buggy.
@ -12,3 +14,6 @@ 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). 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).
----
We use Eclipse CDT with the GNU MCU Eclipse plugin to build this project.