minjiexm

Results 2 comments of minjiexm

hi, wallento: Thanks for point out. I find below 3 defines in or1k-sprs.h. /* Restart counting when TTMR[TP]==TTCR */ #define OR1K_SPR_TICK_TTMR_MODE_RESTART 1 /* Stop counting when TTMR[TP]==TTCR */ #define OR1K_SPR_TICK_TTMR_MODE_STOP...

hi, Dear export: The reason I did not see the timer print is because interrupt is always high. Seems like timer is lower priority than interrupts. Is there any ways...