Hello,
I use the watchdog in a project but when it expired it does not call the Handle_Watchdog_Expiry function. The function used to create the watchdog is _watchdog_create_component(BSP_TIMER_INTERRUPT_VECTOR, Handle_Watchdog_Expiry) and
#define BSP_TIMER_INTERRUPT_VECTOR INT_PIT with
INT_PIT = PSP_VECTOR_TO_EXCEPTION(PIT_IRQn), /**< PIT interrupt */
The watchdog just does nothing, am I doing it correctly?