rst cause:2, boot mode:(3,6)
Posted: Mon Jul 26, 2021 10:43 am
Hi everyone! I am connecting my ESP8266-01 to my computer using a USB to FTDI adaptor.
When I open the serial port in my computer to read it, I get the following error:
I am using 74880 baud rate, as it is the only one that receives information.
I believe I should get a ready message instead of that error. What should I do?
When I open the serial port in my computer to read it, I get the following error:
Code: Select all
ets Jan 8 2013,rst cause:2, boot mode:(3,6)
load 0x40100000, len 23200, room 16
tail 0
chksum 0xef
load 0x00000000, len 0, room 8
tail 0
chksum 0xef
load 0x00000000, len 0, room 0
tail 0
chksum 0xef
csum 0xef
csum err
ets_main.c
I am using 74880 baud rate, as it is the only one that receives information.
I believe I should get a ready message instead of that error. What should I do?