I'm trying to test some code before I have a board. I followed the Hello World tutorial and selected Texas Instruments Simulator and C6745 Device Functional Simulator, Little Endian. It compiles with no errors but when I run in Debug mode I get the following messages in the console:
TMS320C64X+_0: Warning: C67x: READ access - 0x569c C67x: READ access - 0x569c C67x: READ access - 0x569c C67x: READ access - 0x567c C67x: READ access - 0x567c C67x: READ access - 0x5660 C67x: READ access - 0x5664
TMS320C64X+_0: Warning: C67x: READ access - 0x0 C67x: READ access - 0x5668
TMS320C64X+_0: Warning: C67x: READ access - 0x158 C67x: READ access - 0x5670
TMS320C64X+_0: Warning: C67x: WRITE access - 0xac0008 C67x: READ access - 0x5678
TMS320C64X+_0: Error: Illegal opcode at pc = 0x00005678 C67x: READ access - 0x567c
When I run it, the same messages are printed in the console -- but no "hello world".
What am I missing? Is it possible to run this code in CCS4 without a simulator ? Why do I need a simulator to run hello world?
sitichon