S32K144 MBDT Tool Issue (The system cannot find the file specified)

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

S32K144 MBDT Tool Issue (The system cannot find the file specified)

1,380 Views
WeoWang
NXP Employee
NXP Employee

Hello Dear Colleagues,

I followed the QSG to set up the MBDT, my matlab is 2020b, and mbdt tool is MBDToolbox_S32K1xx_4.2.0_20200720.mltbx. When I tried to build and compile(APPS -> Embedded Coder -> Build) an example(adc_software_trigger_s32k14x.slx), in the Diagnostics Viewer, it said "COPY CATCH: The system cannot find the file specified." How to solve this problem? BTW my  hardware is S32K144EVB-Q100.MBDT.png

0 Kudos
Reply
2 Replies

1,338 Views
SorinIBancila
NXP Employee
NXP Employee

Hello WeoWang,

I downloaded and installed the latest toolbox from our website (same version as you 4.2.0), and I successfully built the example you mention. As far as I can see in the screenshot you attached, it seems that the .mot files wasn't generated.

In order to identify a possible solution, can you help me with some extra information:

1. Did you make any modification to the example?

2. Do you have read/write rights in the Matlab's current path?

3. Do you have any other toolboxes in the Matlab's path?

4. Did you try to build some other examples? Does it work?

5. Did you set up a custom target compiler?

Some possible fixes might be:

  • Remove the toolbox from the matlab's path running the following script "mbd_s32k_path('remove')" then run it again without "remove" argument like this "mbd_s32k_path".
  • Delete all the generated folders ("adc_software_trigger_s32k14x_mbd_rtw" and "slprj") and build the example again.

 

Let me know if any of these fixes helps you, otherwise you can give me any information you find relevant in order to assist you.

Best regards,

Bancila Sorin-Ioanid

 

0 Kudos
Reply

1,312 Views
WeoWang
NXP Employee
NXP Employee

Hi Sorin, I re-installed Toolbox and support package, now I can download code with simulink, thank you for you reply!