This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28069: CTRL_initCTRL routine

Part Number: TMS320F28069

I am using the TMSDOCK28069 station with TMS320F28069UPZ microcontroller. I am trying to load the proj_resolver01b.ccs project onto the board. The compilation is clear but it stops at line no 175 in proj_resolver01b.c at the following code

#ifdef FAST_ROM_V1p6
 ctrlHandle = CTRL_initCtrl(ctrlNumber, estNumber); //v1p6 format (06xF and 06xM devices)
 controller_obj = (CTRL_Obj *)ctrlHandle;
#else
ctrlHandle = CTRL_initCtrl(estNumber,&ctrl,sizeof(ctrl)); //v1p7 format default
#endif

Break at address "0x3fa6fb" with no debug information available, or outside of program code.

How do I solve this problem??