Other Parts Discussed in Thread: MSPM0C1104, SYSCONFIG
Tool/software:
I am using CCS 12.8.1 and have created an 'empty_mspm0c1103_nortos_gss' project.
When I try to configure an output pin, the IDE thinks that I am using MSPM0C1104, not MSPM0C1103:
From above image it is clear that instead of Any(PA0/5), the IDE assigns Any(PA0/4) in 'Peripheral and Pin Configuration' option.
The same goes if I try to configure an input:
Instead of Any(PA27/1), the IDE assigns Any(PA27/2) in 'Peripheral and Pin Configuration' option.
Physical pin 2 for Port A27 is in MSPM0C1104 microcontroller:
The generated fragment in ti_msp_dl_config.h file is below:
What is wrong here?