Other Parts Discussed in Thread: C2000WARE, CONTROLSUITE
Tool/software: Code Composer Studio
Hi,
I am directly trying to use F28069_PID example project in DCL folder in ("C:\ti\c2000\C2000Ware_2_00_00_02\libraries\control\DCL\c28\examples\F28069_PID"). I know the headers are different in submodules but how can I fix it? Here is what I did after importing the project:
1)I used (Link File to Project) to link my target configuration.
The project Builds. After hitting Debug, when I am trying to run it, in the first try nothing happens. The Debug window shows 0x3FE493 (no symbols are defined). If I hit the Resume button again, I show running. And at the same time shows: Break at address "0x3fe493" with no debug information available, or outside of program code.
Disassembly page : 3fe493: 7625 ESTOP0
I appreciate if there is any help. I don't feed any input and not connecting any jumper wires. I was just trying to run the project first.
Also, to check the output results I need to check "ADCRESULT0" in Memory Browser page. Right?