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
Solved! Go to Solution.
Hello Newton,
Output Path Override settings for your example is:
Expression:
board/(.*)
Replacement expression:
loc_a/loc_b/$1
resulting into this:
I hope it helps.
Regards,
Libor
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":
Regards,
Libor
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
Hello Newton,
Output Path Override settings for your example is:
Expression:
board/(.*)
Replacement expression:
loc_a/loc_b/$1
resulting into this:
I hope it helps.
Regards,
Libor