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 ...