Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi, How can I have access to the "COMPx_IN3+" as described in the datasheet?
I only have COMPx_IN0+, COMPx_IN1+,COMPx_IN2+ in the CC .syscfg file config.
Tks in advance for your help.
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.
Tool/software:
Hi, How can I have access to the "COMPx_IN3+" as described in the datasheet?
I only have COMPx_IN0+, COMPx_IN1+,COMPx_IN2+ in the CC .syscfg file config.
Tks in advance for your help.
Hi Sebastien,
I think it may be missed by sysconfig about COMPx_IN3+.
I will report about this issue and you could try with re-run the program within SYSCFG_DL_COMP_init() and just change the .posChannel to channel 3.
Best Regards,
Pengfei
Thanks.
When I try to open again the project in CCS, I get this error that would be fixed in the next revision I presume. Right?
And then, I'm not able to build it even if I did rename the posChannel like this :
COMP1.posChannel = "DL_COMP_IPSEL_CHANNEL_3";
I did something wrong?