QuickFix wrote:What does the boot message at 74880 Baud say?
ets Jan 8 2013,rst cause:2, boot mode:(3,2)
load 0x4010f000, len 1384, room 16
tail 8
chksum 0xef
csum 0xef
csum err
ets_main.c
tplindley wrote:QuickFix wrote:What does the boot message at 74880 Baud say?
ets Jan 8 2013,rst cause:2, boot mode:(3,2)
load 0x4010f000, len 1384, room 16
tail 8
chksum 0xef
csum 0xef
csum err
ets_main.c
The working version of these same chips I have displays this:
ets Jan 8 2013,rst cause:2, boot mode:(3,1)
load 0x4010f000, len 1384, room 16
tail 8
chksum 0x2d
csum 0x2d
vbb28d4a3
~ld
␀
By the 'csum err' line, sounds like its throwing an error on the checksum. Is the programming not working correctly? Where can I research these messages?
Thanks!