cancel
Showing results for 
Search instead for 
Did you mean: 

Hi, I'm testing a CubeMX project for a stm32L010 proprietary board using HSI and LSI clock sources (default) on a nucleo-64 EVB; in both cases I have a problem of code immediately when running SystemClock_config() in main.c,

AGasp.1446
Associate II

I don't understand what's wrong as only auto generated code is involved;  execution enters a dead lock waiting for a tick by HAL_GetTick() but no tick interrupt are invoked.

1 REPLY 1
AGasp.1446
Associate II

disabling IWDG and WWDG code runs correctly.