Dears,how can i use multilink download code with Matlab Sumilink.

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

Dears,how can i use multilink download code with Matlab Sumilink.

1,081 Views
Tommy_Liu
Contributor II

  Dears

      now I can download code to EVB32K board use Matlab Sumilink.

     But i had a question. if I design a prototype board by myself, don't use the EVB32K. how can I configure the debugger, such as: P&E Multilink or JLink? where can I do the debugger change. 

    Many thanks. 

2 Replies

986 Views
mariuslucianand
NXP Employee
NXP Employee

Hello Tommy.Liu‌,

Unfortunately, we do not support flashing the board from Simulink using P&E Multilink or JLink.

But. 

Instead of using the OpenSDA you can use the RappId Bootloader alternative. This implies flashing once the bootloader using Jtag and then using the Serial for deploying the generated code directly from Simulink on the board.

pastedImage_1.png

Since the compiling process generates the .elf file, another option would be to flash the generated .elf file using S32DS  after the code has been generated and built. 

Hope this helps,

Marius

0 Kudos

986 Views
Tommy_Liu
Contributor II

Dear Marius-lucian Andrei

    Many thanks your guide!