All:
I am using DSP/BIOS 5.42 on C55x. I have a situation where I need to wait a prescribed amount of time (mostly during initialization of external parts).
Presently to do these, we have "for loops" for various lengths of time. However, I would like to be able to set up a "software timer" to do a similar thing. I have seen this feature on other RTOS's, but I do not see a similar feature here.
For instance, there are times when I am initializing an external part, where I need to wait a fixed amount of time between sending SPI commands. Also, there is another fixed amount of time for the part to be ready to take commands.
There may also be necessary delays during run-time of the product.
Is there existing code to do this?
Delays can be in the microsecond, millisecond, seconds range.