Search found 2 matches
- Sun Jan 03, 2021 1:26 pm
- Forum: Other Boards
- Topic: WeAct STM32F411CEU6 black pill
- Replies: 79
- Views: 208427
Re: WeAct STM32F411CEU6 black pill
I used your link and I am getting the following error adc.h:50:29: error: 'LL_ADC_PATH_INTERNAL_VBAT' undeclared (first use in this function); did you mean 'HAL_ADC_ERROR_INTERNAL'? adc_common->CCR &= ~LL_ADC_PATH_INTERNAL_VBAT; ^~~~~~~~~~~~~~~~~~~~~~~~~ HAL_ADC_ERROR_INTERNAL adc.h:50:29: note: ea...
- Sat Jan 02, 2021 10:19 pm
- Forum: Other Boards
- Topic: WeAct STM32F411CEU6 black pill
- Replies: 79
- Views: 208427
Re: WeAct STM32F411CEU6 black pill
Hi,
Use this fork (https://github.com/jugnu-jethi/WeAct_F4 ... tTimeBuild) to compile with uP 1.13
Hope it helps.