Search found 2 matches

by Jeizoo
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...
by Jeizoo
Sat Jan 02, 2021 10:19 pm
Forum: Other Boards
Topic: WeAct STM32F411CEU6 black pill
Replies: 79
Views: 208427

Re: WeAct STM32F411CEU6 black pill

RobH wrote:
Sat Dec 19, 2020 1:33 pm
When I try to build the firmware version of today I get the messages as shown below.
How do I solve this?
Hi,

Use this fork (https://github.com/jugnu-jethi/WeAct_F4 ... tTimeBuild) to compile with uP 1.13

Hope it helps.