Hi All,
I have some questions about MCUXpresso Config Tools v14.
As we know, we can generate our project using MCUXpresso Config Tools v14, which is easy to use and build for a new project.
However, it becomes annoying if we want to add some customized features for the USB.
For example,
If we generate the project with the HID Generic feature and the VCOM feature, it can construct the project we need correctly.
However, if we add Set/Get Feature Report support in USB_DeviceInterface0HidGenericCallback first and then modify some descriptors for the HID report using MCUXpresso Config Tools v14, the tool will overwrite the code I added for Set/Get Feature Report support and generate code with the new HID report descriptors.
I wonder if there is a way to keep the code we modified and add the new setting we want at the same time. Otherwise, we have to modify it ourselves by comparing the new file and the bak file.
Thanks.
BR,
Peter