Closed

Description
Hello!
I'm having issues performing correct timing for 1-Wire operations (such as reading a DS18B20 temperature sensor) on WIZwiki-W7500 platform. Other bitbanged protocols like the one in use for DHT11/22 sensors also seem to fail.
Take this code as example, since it explicits microseconds time delays: https://developer.mbed.org/forum/mbed/topic/101/?page=1#comment-829
On STM32 NUCLEO-F446RE and F303K8 it works just fine and the temperature is read correctly. Timing is also spot on, see this logic analyzer trace:
On WIZwiki-W7500 I can't really say the same:
Could this be related to the choice of SystemCoreClock
and internal Xtal in #1237, which has not been fixed?
Thank you for your help.