-->
Page 1 of 1

GPIO0_U != CLK_OUT Bug or any reason?

PostPosted: Sun Aug 23, 2015 1:30 pm
by rabbit
I set GPIO0_U to CLK_OUT. After wifi_station_connect() the clock disappears.

If I don't call wifi_station_connect(), the clock-signal is stable at GPIO0_U.

I added a timer (os_timer_func_t), which changes GPIO0_U to CLK_OUT every 300ms.

You can see the result in the oscillogram.

The firmware changes the pin-function, if wifi_station_connect() is used. :(

Is this a bug or is there any reason?

Re: GPIO0_U != CLK_OUT Bug or any reason?

PostPosted: Mon Aug 24, 2015 6:11 am
by eriksl
Just out of curiosity, what happens if you disable debugging output on the UART?