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.

Cannot See Pins in Halcogen - How to resolve conflicts

Other Parts Discussed in Thread: HALCOGEN

I am using MCU RM46L430PGE and the MIBSPI1 has two functions on the Pin 105 chip select and SOMI. Now the Pin 105 is not visible on Halcogen. However, it shows the conflict. What is the method to remove this conflict as I need to use this MIBSPI1.


Kindly help get through this issue.

  • Hello:

    I can see the same issue you are reporting. I'm forwarding your question to HALCoGen team to receive further information.

    Regards.
  • Hi

    It's a bug in HALCoGen 4.02.00 (Ticket is raised to HALCoGen team:  SDOCM00114658). This will be fixed in upcoming release.

    PINMUX GUI for RM46L430PGE device uses pinmux.xml file from folder C:\ti\Hercules\HALCoGen\v04.02.00\drivers\RM46L830PGE ( Note it is not the pinmux.xml in RM46L430PGE folder)

    There is an issue with a couple of XML tags not being closed properly in pinmux.xml

    one at line 1907 :

                                   <check  id="1224"  position="131,1210,50,13" switch="1" enable="0/">

    should be changed to

                                   <check  id="1224"  position="131,1210,50,13" switch="1" enable="0"/>

    and one at line 2038

                                   <check  id="1254"  position="371,1330,50,13" switch="1" enable="1"/>

    should be changed to

                                   <check  id="1254"  position="371,1330,50,13" switch="1" enable="1">

    Once C:\ti\Hercules\HALCoGen\v04.02.00\drivers\RM46L830PGE\pinmux.xml file is fixed with above mentioned changes, you should be able to use the GUI.