After running a tool or configurator to make some change, you will need to update the application in Keil µVision using the

make uvision

command with the modus-shell terminal.

Note:

It's very important to pay attention to the name of your cprj file(s). The name is always the one you specified when creating the project. However, if you exported from another IDEwithoutusing theCY_IDE_PRJNAMEvariable, the name will come from the project Makefile, which might be different than the cprj file name..

The basic command is as follows:

make uvision CY_IDE_PRJNAME=[existing-cprj-name] TOOLCHAIN=ARM

After running the command, verify the

cprj

file(s) is(are) updated, and then double-click to overwrite the

uprojx

file(s). When you view the project in Keil µVision, you will see the updated file structure.