Share PLU schematic

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

Share PLU schematic

1,200 次查看
_Ferrari_
Contributor V

Dear all,

Im using MCUXpresso IDE v11.7.0 [Build 9198] [2023-01-17] and I developed a project, based on LPC5526 cpu, in which I used schematic tool to design PLU logic.

Now I want to reuse the same schematic and the same logic in another project based on LPC55xx processor family.

Is it possible to 'export' only the schematic and 'import' it in another project ?

thank you very much for your help and cooperation

regards

0 项奖励
回复
3 回复数

1,189 次查看
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

I suppose that you have developed the schematics input in the PLU Config tools and generate the C code which writes the PLU registers.

If the logic is the same, you can copy the C code directly and use it in another project for the same LPC55xx, the logic PLU has implemented will be the same.

Hope it can help you

BR

XiangJun Rong

0 项奖励
回复

1,152 次查看
_Ferrari_
Contributor V

Thank you for your email.

you wrote:

>suppose that you have developed the schematics input in the PLU Config tools

yes

>and generate the C code which writes the PLU registers.

Yes. What is the file name generrated by the tool ?

>If the logic is the same, you can copy the C code directly and use it in another project for the sam LPC55xx, the logic PLU has implemented will be the same.

It means that if I simply copy the genrated 'C' source file in the new project automatically the tool makes a kind of reverse engineering and recreate the schematic ?


Thank you very much for your help and cooperation

regards

0 项奖励
回复

1,142 次查看
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

For example, I implemented a mux function, I mean that you can just copy the code in red circle to another project, if the logic you implemented is the same for different project based on the LPC55xx.

 

xiangjun_rong_0-1679971134513.png

Hope it can help you

BR

XiangJun Rong

 

0 项奖励
回复