Other Parts Discussed in Thread: SYSCONFIG
Splitting thread TMS320F280025: The SW issue for TMS320F280025 - C2000 microcontrollers forum
2. For CMPSS:
a. If we can set the CMP3_HP3、CMP3_LP4 as below, is there are any error for below code:

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.
Splitting thread TMS320F280025: The SW issue for TMS320F280025 - C2000 microcontrollers forum
2. For CMPSS:
a. If we can set the CMP3_HP3、CMP3_LP4 as below, is there are any error for below code:

Hi Joe,
As shown in Table 14-2. Analog Pins and Internal Connections from TRM, there is no mux option CMP3_LP4 in 48-pin package. So, there would be error if user set this value.

If the device package is other than 48-pin, user should press "Show Device View" from right side of SysConfig GUI.

Then click on "SWITCH" button and select the desired package.

Regards,
Hadi
Hi Hadi,
We use the 80pin package, so we need to use the SysConfig GUI to set the pinmux? and also if we program has any error? thanks.
Hi Zhang,
if you're not using SysConfig GUI, then there is no concern about pin selection. You can pass the value CMP3_LP4 to the function AsysCtl_selectCMPLPMux() shown in your code snippet.
Regards,
Hadi