2025-09-10 3:07 AM
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?