Re: Debugging iram1_0_seg error messages
Posted: Wed May 27, 2015 11:14 pm
jcmvbkbc wrote:Actually there's 64KB, at least OTA boot code uses memory in the upper 32KB, I guess we can use full 64KB if OTA functionality isn't needed.
That's very interesting, thanks.
I just tried writing to the upper 32KB of IRAM via openocd, while running the RTOS SDK. The region reads back as all zeroes. Writing to the lower 32KB works as expected.
I wonder if this relates to the flash caching behaviour somehow? You can either have that region mapped to address space, or used as cache?
Just unmapping the flash (clearing bit 17 of 0x60000208) wasn't enough to change anything.