I am running on a 28335 have been happily coding and debugging. I have data that I need to run through an algoirthm that is 80K in length so I decided to edit the linker cmd file to place this data in FLASH. When I run the code it jumps to:
3FF9FA 6F00 SB 0,UNC
This is listed as RESERVED so I did not find any documentation as to what this code is. However, I found this post:
Unfortunately there was no resolution. It just started working. However, mine is not working.
There were some tips on how to correct this but I am on a 28335 and don't have the same option in CCSv4.
If I comment out the code that causes the compiler/linker to place the data into FLASH, my program runs normally. Once that data goes into FLASH, whether I access it or not, the code jumps to that instruction (above).
Why?
Thanks