Message - system param error - after flashing a new prog
Posted: Fri Aug 21, 2015 2:53 pm
Howdy folks,
I'm making slow (but I hope steady) growth on understanding memory. I am trying to port a large application to run on the ESP8266 and have started getting a new message that I haven't seen before. Here are the details. After flashing I get the following messages on boot:
If I flash other applications they work. It almost "feels" like I might be trying to load too much and am spilling into some configuration memory.
Has anyone seen the message "system param error" before? Anyone seen the ESP produce a hex dump like this?
Perhaps my load addresses for segment and their lengths are off?
What does the "room" message at the end of the lines mean?
So many fun mysteries
Neil
I'm making slow (but I hope steady) growth on understanding memory. I am trying to port a large application to run on the ESP8266 and have started getting a new message that I haven't seen before. Here are the details. After flashing I get the following messages on boot:
Code: Select all
load 0x40100000, len 28432, room 16
tail 0
chksum 0x1e
load 0x3ffe8000, len 2528, room 8
tail 8
chksum 0x09
load 0x3ffe89e0, len 19112, room 0
tail 8
chksum 0x38
load 0x40106f10, len 452, room 0
tail 4
chksum 0xcf
csum 0xcf
system param error
0c 0c 03 c5 a6 03 2d 0c 0c 03 c5 a6 03 4d 0d 28 0d 0c 60 0c 73 09 12 1c a2 01 8f c7 c0 00 00 c8
11 d8 21 08 01 12 c1 10 0d f0 00 00 12 c1 e0 52 61 ....
If I flash other applications they work. It almost "feels" like I might be trying to load too much and am spilling into some configuration memory.
Has anyone seen the message "system param error" before? Anyone seen the ESP produce a hex dump like this?
Perhaps my load addresses for segment and their lengths are off?
What does the "room" message at the end of the lines mean?
So many fun mysteries
Neil