Other Parts Discussed in Thread: C2000WARE,
Hello,
I'm migrating my application from F2807 Piccolo device to F28388D Delfino device and I have many debugging problems when I call "InitSysCtrl()" initialize function.
For example when there's "F28x_usDelay(2000)" function calling, I have this error message:
Break at address "0x3fe96f" with no debug information available, or outside of program code.
If I commented this code line, issue doesn't go away, but it's transmitted to other code lines of "InitSysCtrl" software module. If I eliminated "InitSysCtrl()" initialize function, issue goes away, but this isn't possible.
Thank you