Other Parts Discussed in Thread: C2000WARE
Hi,
I am new here.
I am staring to use CCS cloud. But there are some problems that I am facing with.
I import some examples from resource explorer to the CCS cloud.
1st Problem:
I cannot go to the definition of the default functions like InitSysCtrl();. Always system goes to the "extern void InitSysCtrl(void);" definition.
The screenshot of the problem:
The function that I want to examine.
But the file went to that line of that header file.
I didn't change anything or include/exclude anything from the example that I imported. I just select import example to the CCS cloud. However the code runs without giving any error.
2nd Problem:
I can not put any hardware breakpoint in the examples in debug mode.
Breakpoints are always disabled.
Screenshots of the problem:
When I put cursor on the breakpoints, "No code is associated with "/home/guest/ide/default/Example_2833xGpioToggle/Example_2833xGpioToggle.c", line 96 in any loaded symbols" message is shows.
Is there something that I am doing wrongly or should I change something in the code before running and debugging?
Thank you.