Following is my setup:
ChibiOS 18.2.0: os-less
Board: Nucleo144-STM32L496ZG
SYSCLOCK: 80MHz, HSE is enabled, 16MHz Crystal.
Osal tick frequency:
#define OSAL_ST_FREQUENCY 1000
On creating an os-less project, I am unable to get SysTick interrupts. I checked the core peripheral registers value after bootup and halInit() they seem to be correct for 1msec tick.
Attached is the dmp file
Kind request if someone can help to look in the correct direction to reolve why SysTick ISR is not getting fired. The breakpoint never hits. virtual timers created do not get updated.
Thanks
