Model based approach to FW development on RT1062

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Model based approach to FW development on RT1062

跳至解决方案
765 次查看
FW_racer
Contributor II

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 ?

标记 (3)
0 项奖励
1 解答
731 次查看
stefancinipeanu
NXP Employee
NXP Employee

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:

  • MIMXRT1062CVJ5A
  • MIMXRT1062CVL5A
  • MIMXRT1062DVJ6A
  • MIMXRT1062DVL6A

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.

在原帖中查看解决方案

2 回复数
732 次查看
stefancinipeanu
NXP Employee
NXP Employee

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:

  • MIMXRT1062CVJ5A
  • MIMXRT1062CVL5A
  • MIMXRT1062DVJ6A
  • MIMXRT1062DVL6A

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.

516 次查看
FW_racer
Contributor II

Thank you, I will give it a go by modifying the mex file accordingly.

0 项奖励