Re-export to update application
After running a tool or configurator to change some part of your application, you will need to update the application using the
make ewarm
command with the modus-shell terminal.
Attention:
It's very important to pay attention to the name of your ipcf file(s). The name is always the one you specified when creating the project. However, if you exported from another IDE
without
using the
CY_IDE_PRJNAME
variable, the name will come from the project Makefile, which might be different than the ipcf file name..
The basic command is as follows:
make ewarm CY_IDE_PRJNAME=[existing-cprj-name] TOOLCHAIN=IAR
After running the command, verify the
ipcf
file(s) is(are) updated. When you view the project in IAR Embedded Workbench, you will see the updated file structure.