Configure default location of board files in MCU config tools

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Configure default location of board files in MCU config tools

Jump to solution
668 Views
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 Kudos
Reply
1 Solution
606 Views
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

View solution in original post

0 Kudos
Reply
3 Replies
651 Views
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

635 Views
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 Kudos
Reply
607 Views
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 Kudos
Reply