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.
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 ?
Hi,
CCS fully supports source code navigation, however certain MSP432 devices have several of these functions defined in ROM. These functions do not have their function body as part of the project itself, thus requiring some additional procedure to debug them.
Details can be found in the short training below:
https://training.ti.com/msp432-software-rom-debugging-using-ccs
Hope this helps,
Rafael