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/MSP432P401R: How to find function definitions in CCS ?

Part Number: MSP432P401R

Tool/software: Code Composer Studio

I am used to ST Microcontrollers Cube-MX for peripheral and clock initialization. There is a free IDE, called AC6 - System Workbench, which is also Eclipse based. When you use their HAL library, you can go into the source code of each function by pressing F3.

I tried to do the same in CCS, for the GPIO_setAsOutputOnPin() and GPIO_toggleOutputOnPin(), but I was not able to open the source-code (only the function prototype). Is this not possible in CCS ? Are the function definitions not available for us ?