I am using mimxrt1170-evk and I want to use it as USB host and I tested the example code given, then the following error sign was displayed.
When the code was build, no errors shown. But the error sign in the file was still shown. Can anyone guide me to fix this problem. Link to project
The reason for this warning sign is very simple. As you can see in the manual (https://developer.arm.com/documentation/101407/0538/Creating-Applications/Project-Targets-and-File-Groups/File--Group--and-Component-Attribute-Icons), the red circle with a white x in it means "File with incompatible modifications. A file update is required."
With a right-click on this file, you see the following context menu which allows you to update this configuration file with one click:
As you can see, the example was developed with the USB component 0.0.0 and the latest version now is 2.9.0. uVision assumes that configuration files are incompatible with every major version change. You need to migrate the settings in this configuration file to the new configuration file. You can find further information on this manual page:
https://developer.arm.com/documentation/101407/0538/Creating-Applications/Software-Components/Update-Software-Component-Files