Skip to main content
AGasp.1446
Associate II
August 24, 2020
Question

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,

  • August 24, 2020
  • 1 reply
  • 567 views

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.

This topic has been closed for replies.

1 reply

AGasp.1446
Associate II
August 24, 2020

disabling IWDG and WWDG code runs correctly.