Configure default location of board files in MCU config tools

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

Configure default location of board files in MCU config tools

ソリューションへジャンプ
2,234件の閲覧回数
Newton829
Contributor II

Hello All,

    In MCU Config tools all board files i.e (pin_mux, clock_config, dcdc_config ) are generated in default location. 

 

Is there a way to change this default location, where these files would be generated?

Thank you,

Regards

0 件の賞賛
返信
1 解決策
2,172件の閲覧回数
liborukropec
NXP Employee
NXP Employee

Hello Newton,

Output Path Override settings for your example is:

liborukropec_0-1709244165904.png

 

Expression:

board/(.*)

Replacement expression:

loc_a/loc_b/$1

 

resulting into this:

liborukropec_1-1709244206473.png

 

I hope it helps.

Regards,

Libor

元の投稿で解決策を見る

0 件の賞賛
返信
3 返答(返信)
2,217件の閲覧回数
liborukropec
NXP Employee
NXP Employee

Hello Newton,

do you have the MEX inside a IDE project? If yes, if the files are moved to other place in the project, Config Tools should detect the new location automatically (restart of Config Tools might be needed). If you use stand-along Config Tools and MEX configuration outside of IDE project, you have to use Output Path Overrides, available in main menu "Edit | Configuration Preferences":

liborukropec_0-1709111547118.png

 

Regards,

Libor

2,201件の閲覧回数
Newton829
Contributor II

Hello NXP Team,

Thank you for the prompt response.

Consider this example

1.my    *.mex   is present at "./ " location

2.By default the config tools will generate codes at location ./board after creating a board folder.

3.I want the code to be generated at ./loc_a/loc_b/  

 

  Could you please provide an example how to mention the path?

Thank you,

Regards

0 件の賞賛
返信
2,173件の閲覧回数
liborukropec
NXP Employee
NXP Employee

Hello Newton,

Output Path Override settings for your example is:

liborukropec_0-1709244165904.png

 

Expression:

board/(.*)

Replacement expression:

loc_a/loc_b/$1

 

resulting into this:

liborukropec_1-1709244206473.png

 

I hope it helps.

Regards,

Libor

0 件の賞賛
返信