Hi
I am trying to evaluate model based FW development approach (SiL, PiL) for RT1062 in our product development. I have access to Matlab tool box provided by NXP. First question is where can I find guidance on the quickest way to modify this tool box (i am assuming it needs to be changed) so that it works with our custom board(RT1062), as toolbox provided by NXP just supports the NXP's EVM kit alone out of the box. Since the controller is the same as in EVM, can we start off with some very basic example application to evaluate the efficiency of the generated code on out custom board ?
解決済! 解決策の投稿を見る。
Hi @FW_racer
All NXP`s Model-Based Design Toolbox products were designed to work with specific hardware parts to support also a custom hardware design. So in the case of IMXRT1xxx family, we support different hardware parts(see Release Notes document) so the customers are able to came with their custom boards and hardware designs.
The examples were made to work with the EVKs, indeed, for the purpose of simple demonstration on how to use the toolbox.
For your case, the NXPs Model-Based Design Toolbox for IMXRT1xxx series supports the following hardware parts for the RT1062 MCU:
So, if you have a custom board, using one of the MCU supported packages , the toolbox should work with no major modifications. The only thing that you have to modify is the the configuration MEX file that attaches to your model. This file contains all clocks, pins and peripherals configuration.
Hope this helps!
Regards,
Stefan.
Hi @FW_racer
All NXP`s Model-Based Design Toolbox products were designed to work with specific hardware parts to support also a custom hardware design. So in the case of IMXRT1xxx family, we support different hardware parts(see Release Notes document) so the customers are able to came with their custom boards and hardware designs.
The examples were made to work with the EVKs, indeed, for the purpose of simple demonstration on how to use the toolbox.
For your case, the NXPs Model-Based Design Toolbox for IMXRT1xxx series supports the following hardware parts for the RT1062 MCU:
So, if you have a custom board, using one of the MCU supported packages , the toolbox should work with no major modifications. The only thing that you have to modify is the the configuration MEX file that attaches to your model. This file contains all clocks, pins and peripherals configuration.
Hope this helps!
Regards,
Stefan.
Thank you, I will give it a go by modifying the mex file accordingly.