Hi,
After I search the forum on project file setting in this group, I still cannot find the solution. Thus, I post my question here. I am using evalutaion version CCS5.2, windows OS. I create a simple Hello World project. I select C6713 as my CCS3.1 project type. It now compiles correct as far as I can see the project .out file there. When I press Debug button, The Debug subwindow shows:
0x00000000 (no symbols are defined for 0x00000000)
Under Debug subwindow, there is a new subwindow "0x0", below that is red line: "No source available for '0x0'", then a button "View Disassembly"
As I have set up the compiler generating debug symbol information, the above problem seems the project needs an interrupt vector table.
In CCS3.1, I know it is an asm file such as: vector.asm. In CCS5.2 I do not know where to put that file or that infomation. Could you help me how to make CCS5.2 gets the interrupt vector information?
Thanks a lot