You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to change to clock source for target EFM32PG12_STK3402 to internal clock source (HFRCO & LFRCO), but the settings will be ignored or does not change anything.
I found out that in ./mbed-os\targets\TARGET_Silicon_Labs\TARGET_EFM32\common\mbed_overrides.c#include "clocking.h" is missing. By adding the include the problem is resolved.