Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
I have a few questions regarding the Clock Configuration and CCS (Code Composer Studio) setup for MSPM0C11x:
1) Does the MSPM0C1104 have a SysTick peripheral? I need confirmation on its availability.
2) OSTimer Interrupt Issue:
- I have written a program for the OSTimer, but the SysTick interrupt handler is not executing as expected.
- I am attaching a zip file (OSTMR) containing the code for reference.
3) Configuration File:
- I am sharing the .sysconfig file to ensure all parameters are set correctly.
4) CCS v20.2 Driver Path Issue:
- After updating to CCS v20.2, it seems the TI drivers path is not being automatically detected by the IDE.
- I have to manually provide the full path to include header files.
- For example, I need to specify the complete address for llOSTimer.h instead of simply including the file by name.
- How can I configure CCS to recognize the include paths correctly?
5) Function Indexing Issue:
- Function definitions in drivers or lower-level functions are not indexed properly.
- When I press Ctrl + Left Click on a function like SYSCFG_DL_init, I cannot navigate to its definition.
Is there a way to fix this issue in CCS?