timer example

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hi

Is there any sample program regarding how to use a Timer for generating delay in microseconds , say 800microseconds ?

I'm using Wiced SDK 3.1.0

Thanks

HpC

0 Likes
2 Replies
SeyhanA_31
Employee
Employee
250 replies posted 100 replies posted 50 replies posted

Hi,

Currently the Wiced system tick resolution is set to be 1mSec and lowest delay supported by the OS is 1mSec, wiced_rtos_delay_milliseconds(...).

There is no sample app released using timers with uSec resolution.

Seyhan

0 Likes
Anonymous
Not applicable

You can program stm32 timer interrupt for that

0 Likes