Hi,
I've just installed the MBD Toolbox for S32K14x.
Right now I don't have access to S32K114EVB (no stock in Europe) - we are waiting for EVBs.
When I build the example model 'gpio_s32k14.slx' - it builds ok. Code is generated and then compiler is invoked correctly. But at the end I've got the following:
Generating S-record...
"C:\Users\Maciek\Documents\MATLAB\Add-Ons\Toolboxes\NXP_MBDToolbox_S32K1xx\code\tools\gcc-arm-none-eabi-4_9/bin/arm-none-eabi-objcopy" -O srec gpio_s32k14.elf gpio_s32k14.mot
Created S-record: gpio_s32k14.mot
Building target all
*** Created executable: gpio_s32k14.mot
### Successful completion of build procedure for model: gpio_s32k14
COPY CATCH: Nie można odnaleźć określonego pliku.
: >> C:\Users\Maciek\Documents\MATLAB\S32K14_Test\gpio_s32k14_mbd_rtw\gpio_s32k14.mot
Can't download the file to the board.
(after COPY CATCH there is comment that a file can't be found)
Is it normal to end the build with such comment when the EVB board is not connected ?
And also: when I check 'Generate Code Only' option in Config Settings - the build ends in similar way (with the same comment 'COPY CATCH etc...'), although only source code is generated and compiler is not invoked (as expected). Is it ok. to end the build like this ?
Thanks
Maciek