ESP8266 Developer Zone The Official ESP8266 Forum 2016-10-10T21:43:27+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=2795 2016-10-10T21:43:27+08:00 2016-10-10T21:43:27+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2795&p=10105#p10105 <![CDATA[Re: Additional free RAM for ESP82266.]]> Statistics: Posted by eriksl — Mon Oct 10, 2016 9:43 pm


]]>
2016-09-21T11:04:13+08:00 2016-09-21T11:04:13+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2795&p=9901#p9901 <![CDATA[Re: Additional free RAM for ESP82266.]]>
A good post!
However, a note to all users doing that - be extremely careful with alignment issues on old compiler versions! If you store a const array of 16-bit (short) type, and directly read it from flash - you will get a fatal exception for misaligned access.
For stuff stored in flash, you must access it with word alignment and in blocks of 4 bytes for reliable program. :)

Statistics: Posted by Guest — Wed Sep 21, 2016 11:04 am


]]>
2016-09-20T23:36:07+08:00 2016-09-20T23:36:07+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2795&p=9894#p9894 <![CDATA[Additional free RAM for ESP82266.]]>
https://blog.attachix.com/get-extra-fre ... n-esp8266/

It should work for both NONOS and FreeRTOS SDKs.

Statistics: Posted by slaff — Tue Sep 20, 2016 11:36 pm


]]>