Other Parts Discussed in Thread: SYSCONFIG, C2000WARE
Tool/software:
I am working with the universal_servo_drive from the Motor Control SDK. I used the one click migration to convert the code from the LAUNCHPAD-F28p65 to the LAUNCHPAD-F28379D and adjusted the sysconfig and the linker file to match accordingly. The project builds as expected but when it is being debugged, it gets stuck between line 68 and 70 which are two lines of comments in the sysctl.c file. I will run the debugger, and pause, run again, pause... etc and it consistently bounces between these two lines.
The next line of code is calling the SYSCTL_DELAY assembler, which is described in the screenshot attached. I was worried compiler optimizations were causing the problem here, so they are now set to off, and I am still getting stuck between these two lines.
In the main.c file, the code is able to reach the breakpoint I set at Device_Init(), but does not make it to Board_Init().
.







