Configure default location of board files in MCU config tools

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

Configure default location of board files in MCU config tools

跳至解决方案
2,210 次查看
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,148 次查看
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,193 次查看
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,177 次查看
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,149 次查看
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 项奖励
回复