How to set up new configuration using MCUXpresso Config Tools with build scripts

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

How to set up new configuration using MCUXpresso Config Tools with build scripts

2,191 次查看
steve1
Contributor I

When creating a new configuration, there are options to Create new configuration based on SDK example, or create new standalone configuration.

If the first option is chosen, it is not possible to configure new peripherals (eg add USB to CSI RGB565 example); it gives error "component USB device is missing in the project"

If the second option is chosen, the configuration and the code generation runs, but there is no makefile, CMakeLists, or build scripts generated and it is not clear how to set up the Cmakelists with the appropriate include paths to the SDK.

How can I create a configuration with USB and CSI support and suitable build scripts for the ARM GCC toolchain?

Board is MIMXRT1064-EVK and tool version is MCUXpresso Config Tools Version 6.0.1 and I am using a Linux host.

Thank you

标签 (1)
0 项奖励
回复
1 回复

2,046 次查看
jingpan
NXP TechSupport
NXP TechSupport

Hi,

MCUXpresso Config Tool does not support this operation. Only MCUXpresso IDE embed tool can do this. You have to add usb manually. Please refer to this document.

Regards,

Jing

0 项奖励
回复