- Thu Jul 27, 2017 12:01 pm
#68626
I've solved one of the bugs I had.
I had a personnal blink software with esp-open-rtos and I make it work in QIO, DIO, QOUT and DOUT with all hardware ESP-12E and ESP-12F except one, one of my hardware which has an ESP-12F was working in all flash modes DIO, QOUT, DOUT but not in QIO. I verified with esptool.py flash_id command that the two ESP-12F had the same flash memory and both of them has the same gigadevice GD25Q32 which is QIO compatible as said here
https://www.elnec.com/en/device/GigaDev ... ./GD25Q32/So the ESP-12F is QIO compatible !
So I think that one of pin of the GD25Q32 flash memory inside the ESP-12F module is disconnected or not correctly soldered. This is a hardware problem INSIDE one of my two ESP-12F. So I can run it only on QOUT/DOUT/DIO.
See this topic for more infos about these QIO/DIO/DOUT/QOUT problem
see this topic
https://www.esp32.com/viewtopic.php?t=1250I solved also another problem with the blinky programm and my new ESP-12F, you can see the answers in the following link since there is whole topic on github about it :
https://github.com/pfalcon/esp-open-sdk ... -318017774