Hello, I am trying to port some non-RTOS code into SYS/BIOS 6.33.04. I am having trouble using clocks / timers.
In my non-RTOS setup, I am using the functions;
TimerEnable, TimerDisable, TimerLoadSet, TimerConfigure, TimerControlStall and TimerPrescaleSet
Now that my project is moved over to SYS/BIOS, I have been unable to find the equivalent function calls in order to do what I need.
Can someone provide some insight?
thanks