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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

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

跳至解决方案
796 次查看
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

标签 (1)
0 项奖励
回复
1 解答
629 次查看
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 项奖励
回复
1 回复
630 次查看
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 项奖励
回复