Hi,there
I have a simple question about the file: startup_msp432p401r_ccs.c.
When I looking for the interrupt vector table,I've found it in the file startup_msp432p401r_ccs.c.But I can't find any file include this file.I can't find any include option in project property settings.My question is,how did it play a part in the compiling.
I asked Ryan in microcontroller forum,he said,when MSP432 CCS projects are created they pre-include necessary files such as startup_msp432p401r_ccs.c and system_msp442p401r.c inside of the project properties and therefore do not need the #include declaration inside of the C program.
So,how can I know CCS has already included some file,because I can't find it in pre-include of project properties.
Thanks!