timer microsecond for mc60

Hello
The mc60 module has a 1ms timer. I need a us timer
Does anyone have a solution?

Sorry, there is no us timer for the MC60 because the timer can set the minimum interval is 1ms , you can write a us timer function by yourself, but the accuracy is very poor.

you can use delay_us, based of SoC USCNT register

Thanks
Did you work with it yourself and get a good result?
Does it work for mc60?