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.

TMS320F28388D: Unable to render selection of INPUTXBAR INPUT in Sysconfig

Part Number: TMS320F28388D
Other Parts Discussed in Thread: SYSCONFIG

Tool/software:

Hello,

I am experiencing an issue with SysConfig when working with the INPUTXBAR module for CPU2.

When selecting the INPUTXBAR INPUT for CPU2, SysConfig fails to render the selection view.

Please refer to the attached screenshot for a visual reference of the error.

To investigate, I reviewed the related functions in both pinmux.js and inputxbar_input.js, but I wasn't able to determine the root cause of the null value that leads to the failure.

As part of my troubleshooting, I manually edited the SysConfig file in a text editor and removed the following lines:

const inputxbar_input1 = inputxbar_input.addInstance();
inputxbar_input1.$name = "myINPUTXBARINPUT0";

After removing these lines, SysConfig was able to open and render the INPUTXBAR module without issues. However, as soon as I add a new instance, the rendering problem returns.

It seems the issue may be related to an uninitialized or invalid state of the inputxbar_input instance, but I would appreciate any insights or guidance on how to resolve this properly.

Regards,

Wilko