Question
The callback is not executed when HW_TS_Start is called
Using STM32CubeWB v1.23.0, I am running the hardware timer in the following order:
HW_TS_Init
HW_TS_Create
HW_TS_Start
However, despite this, the callback registered at the time of Create is not executed after the set time.
What could be the problem?
