Hi.
I have being using TMS570LS0432.
and I would like to implement 1us delay function.
Following example does not want to.
void delay_us(uint16 time)
{
while(time--);
}
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi.
I have being using TMS570LS0432.
and I would like to implement 1us delay function.
Following example does not want to.
void delay_us(uint16 time)
{
while(time--);
}