Question
STM32U575xx CYCCNT does not change, even with CYCCNTENA=1
I am trying to make a sleep function that accepts a uint16_t argumentin microsecond.
I wanted to use DWT->CYCCNT, but it seems the counter remains frozen.
Obviously, I read the DWT_CTRL_CYCCNTENA_Pos from ->CTRL and the bit is set, therefore enabled.
I must be missing something
