How to use PESL (Processor Expert Software Library) without generating compile errors - here's how:

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to use PESL (Processor Expert Software Library) without generating compile errors - here's how:

832件の閲覧回数
johnlwinters
NXP Employee
NXP Employee

To avoid errors, rename the peripheral initialization component to a unique name!  That's it!

 

 

 

This is done by first

 

--adding the inialization component, selecting advanced at the upper right, and then

 

 

--editing the name which is the first property of the component. You can for example add "my" as a suffix.

 

Then, you can use the PESL commands by dragging them in without generating compile errors.

 

(The root cause of this is a name space collision between header files generated by PESL usage and PEx generated code.  But, you don't need worry about it if you do the above work-a-round.)

ラベル(1)
タグ(2)
0 件の賞賛
0 返答(返信)