Hi Steve,
the warning says that configuration stored in MEX file in your project is different then a project source files (clock_config.c and pin_mux.c). This is not correct state - basically it is an conflict in the configuration.
If you do not modify the source code, go to the Project Explorer, locate the mex file in the project root and remove the file (right click on the MEX file and select Delete). If you later open Pins or Clocks again, the configuration will be re-created from your source code.
If you do any change in the Pins/Clocks configuration, recommend to use Update Project Code. This function
- allows to review what files will be changed in your project
- allows to review changes in the source code before they are applied
- allows to disable update of any tool, if you have your own changes in the generated code
- updates MEX file and source files at once
Regards
Marek
Regards,
Marek
NOTE: If you find the answer useful, kindly click on [ACCEPT AS SOLUTION] button