s32k1xx matlab model based designing toolbox

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

s32k1xx matlab model based designing toolbox

1,921 Views
pritampatil
Contributor III

i tried to install NXP S32k1xx toolbox in MATLAB R2018a, but failed!!!

Steps followed:

1. Open MATLAB R2018a

2. Click on add-ons

3. search for "NXP s32k1xx support package."

4. click on "ADD" (licence aggrement ---- AGREE)

5. click on "Open folder"

6. then clicked on "NXP_Support_package_s32k1xx.fig" as shown in imagembdt1.JPG

7. Then following window appears.

mbdt2.JPG

8. When i clicked on option 1 mentioned in the figure above, i.e. "Go to NXP Download Site", i get an error in command window shown below and it doesn't proceed furthur. 

mbdt3.JPG

the error is as follows:

Dot indexing is not supported for variables of this type.

Error in NXP_Support_Package_S32K1xx>Download_Callback (line 107)
user_selection = get(handles.mbdt_version,'Value');

Error in gui_mainfcn (line 95)
f;

Error in NXP_Support_Package_S32K1xx (line 34)
gui_mainfcn(gui_State, varargin{:});

Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)NXP_Support_Package_S32K1xx('Download_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating UIControl Callback.

 Please provide a solution for this issue...

I am able to download other hardware support packages like arduino and raspberry pi but issue exists with NXP support package.

Regards,

Pritam.

0 Kudos
3 Replies

1,332 Views
dumitru-daniel_
NXP Employee
NXP Employee

Hi pritampatil‌,

You need to run execute *.m-file not the *.fig-file. 

Once you install the toolbox from Add-on you can simple type in the command line the NXP_Support_Package_S32K1xx and the installer guide should start correctly.

Hope this helps!

Daniel

0 Kudos

1,332 Views
pritampatil
Contributor III

Thanks Daniel,

It is working fine.

Step 1 is completed successfully...

However, i am unable to find path for .mltbx file in the zip file which i downloaded from NXP website

Please let me know the path for .mltbx file to be selected after clicking on "Install MLTBX file as Add-on"

Even if i try to select the entire .zip file, still it fails...

matlab1.PNG

0 Kudos

1,332 Views
dumitru-daniel_
NXP Employee
NXP Employee

Hi pritampatil‌,

The link towards download location is: https://nxp.flexnetoperations.com/control/frse/download?element=10221477 

For downloading the toolbox:

  1. Select the checkbox near the file
  2. Click on Download Selected Files button

pastedImage_2.png

You should see this in your browser:

pastedImage_3.png

You you don't, then probably you need to configure the browser to allow pop-ups.

Hope this helps!

Daniel

0 Kudos