How to generate pin configuration file for i.MX6UL by Processor Expert tool

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to generate pin configuration file for i.MX6UL by Processor Expert tool

Jump to solution
690 Views
yuuki
Senior Contributor II

Dear all,

I design the system using i.MX6UL2.

I made Pin configuration by using "Processor Expert Software for i.MX Processors (REV 1.1.0)".

I want to implement the IOMUX setting of our system to LinuxBSP.

I made a code in the following procedure.
  1. Select the Project menu in the IDE menu bar.
  2. Select the option Generate Processor Expert Code.

I was able to make a generated code of "*.c" and "*.h".
However, this cord cannot be just implemented to BSP.

And then, I made a code in the following procedure.
  1. Click the right button on "Pin_init:PinSettings" in Comonents window.
  2. Select the Configuration Resisters => Export.

I was able to make a generated code of "*_ConfigRegs.txt".
(I was able to make the list of the pin constitution register.)

However, it is necessary to modify this file to implement to BSP.

In addition, is there the best method?

May I have advice?

Best Regards,
Yuuki

Labels (1)
0 Kudos
1 Solution
523 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Yuuki,

Unfortunately, as far as I know there is no way to export code that can just be ported as is to the BSP. The code generated is similar to that of the IOMUX tool which serves as a guide but cannot be just implemented on the BSP. You would need to take the generated files and edit the format and add the necessary headers in order to implement on the BSP.

View solution in original post

0 Kudos
1 Reply
524 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Yuuki,

Unfortunately, as far as I know there is no way to export code that can just be ported as is to the BSP. The code generated is similar to that of the IOMUX tool which serves as a guide but cannot be just implemented on the BSP. You would need to take the generated files and edit the format and add the necessary headers in order to implement on the BSP.

0 Kudos