This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

File Operation Example: Memory map prevented reading target

Other Parts Discussed in Thread: CC3200SDK, CC3200

Hi,

So I'm currently having issues running the file operation program that comes with the cc3200sdk and keep coming across this error. I've read a few threads:

http://e2e.ti.com/support/wireless_connectivity/f/968/p/374649/1344401.aspx#1344401

http://e2e.ti.com/support/wireless_connectivity/f/968/p/353077/1344206.aspx#1344206

Which helped me find that the cc3200.gel file had the wrong memory mapping since the preproduction launchpad uses the 0x20000000 + 0x00030000 address for the S-Flash. For some reason after getting the following gel file:

https://github.com/ammaree/cc3200/blob/master/various/cc3200.gel

I'm still getting the following error:

iLoopCnt unknown Error: Memory map prevented reading 0x2003000C

iRetVal unknown Error: Memory map prevented reading 0x20030008
lFileHandle unknown Error: Memory map prevented reading 0x20030000
policyVal unknown Error: Memory map prevented reading 0x20030010
ulToken unknown Error: Memory map prevented reading 0x20030004

Not sure where to proceed from here in debugging this issue if I run the program and set breakpoints to check the return values they are always returning a negative value which results in not being able to write in the s-flash.

Thanks,

Caleb