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.

CCS/LAUNCHXL-F280049C: Debugger can't access drivelib file gpio.c

Part Number: LAUNCHXL-F280049C

Tool/software: Code Composer Studio

I am debugging Lab5 from F28004x_Microcontroller_workshop_manual_1_0. I set a break point in function 

GPIO_getPadConfig(uint32_t pin), which is in gpio.c in drivelib folder. however, debug can not access this breakpoint, it says: Break at address "0x3fb02a" with no debug information available, or outside of program code.

Thanks,