Other Parts Discussed in Thread: C2000WARE
Tool/software: Code Composer Studio
Hello,
I am able to run this tcpEchoF2838X sample project successfully by sending data to the server and getting the echo data back. However, the target did not run to the symbol "main". Also, I am not able to set any break point in the code and keeps getting: "Error Enabling this function; There is no AET resource to support this job."
In the README.md, it stated:
"* When building in Code Composer Studio, the kernel configuration project will be imported along with the example. The kernel configuration project is referenced by the example, so it will be built first. The "release" kernel configuration is the default project used. It has many debug features disabled. These feature include assert checking, logging and runtime stack checks."
May be it is because of some debug features are disabled. Can you suggest a way that I could set break point and run the code step by step in debug mode?
Also, how can I use static IP instead of DHCP?
The following are my software tools:
CCS v9.3
bios_6_76_04_02
C2000Ware_2_01_00_00
ndk_f2838x_3_61_01_01
ns_2_60_01_06
Thanks,