Hi Devesh, You will need to have two different build configurations for F28003x and F280013x devices respectively. For the F28003x build version, you can include the F28003x .syscfg and exclude the F280013x .syscfg For the F280013x build version, you can include the F280013x .syscfg and exclude the F28003x .syscfg You can create a new build configuration by right-clicking the project and navigating to Build Configurations > Manage Then you can include/exclude the respective syscfg files by right-clicking the intended file and selecting "Exclude from build". CCS will remember your project settings per build configuration so they won't be lost when changing between device builds. Best, Matt
↧