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.

Got errors while building a simple project on ccs v3.3

I   build  a  simple  c2812 project  and   add a  source  file,  use  ti/bios/examples/basic/hello/ezdsp2812/     hello.tcf ,  build   ok. when  debug it  , appear  something  like  this.    this is why  disassembly  stop on  3F9FFF?  can anyone help me ?  thanks.

3F9FF4 6303 SB      3,GEQ
3F9FF5 FF5C NEG     AL
3F9FF6 3B04 SETC    TC
3F9FF7 59A9 MOVZ    AR1,@AL
3F9FF8 7700 NOP     
3F9FF9 7700 NOP     
3F9FFA DF01 ADDB    XAR7,#1
3F9FFB 0009 BANZ    -22,AR1--
3F9FFD 8F00 MOVL    XAR4,#0x008000
3F9FFF 767F LCR     0x3F0000
------ ---- ------  
------ ---- ------  
------ ---- ------  
------ ---- ------  
------ ---- ------  
------ ---- ------  
------ ---- ------  
------ ---- ------  
------ ---- ------  
------ ---- ------  
------ ---- ------

  • If you look at the memory map does it show any memory has being located there? I don't have CCSv3.3 installed anymore but I believe you could view the memory map from the Tools menu.

    John