adafruit / Adafruit_WICED_Arduino

Adafruit WICED Feather Arduino BSP
https://www.adafruit.com/products/3056
27 stars 19 forks source link

delayMicroseconds() is not correct #46

Closed hathach closed 7 years ago

hathach commented 8 years ago

Possibly got preempted by RT task such as network, but we need to confirm.

https://forums.adafruit.com/viewtopic.php?f=57&t=99028&p=496446#p496446

hathach commented 7 years ago

delayMicroseconds() behaves correctly but the micros() does not return the correct values of microsec

hathach commented 7 years ago

the cause is by the extra logic from STM32_Arduino, the original libmaple code works just fine