Search found 1 match

by maogibba
Wed Mar 22, 2023 12:53 pm
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: NUCLEO-F401RE
Replies: 1
Views: 10511

NUCLEO-F401RE

Hi
Dunno if someone already post this.
In file "variant_NUCLEO_F401RE.cpp" SystemClock_Config is wrong, it should be:


void SystemClock_Config(void) {
RCC_OscInitTypeDef RCC_OscInitStruct = { 0 };
RCC_ClkInitTypeDef RCC_ClkInitStruct = { 0 };

/** Configure the main internal regulator output ...

Go to advanced search