Clean Project with Specific PSoC6 PN ModusToolbox

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
WeGa_288606
Level 4
Level 4
25 sign-ins 10 sign-ins 5 sign-ins

Hello,


Is there a way to create and configure project for a specific Target PN without starting from a dev kit template in ModusToolbox 2.0? We have a schematic design and need to move beyond the PNs associated with dev kit templates i.e. the PSoC6 PN we are using is not provided in a kit template.

Thank you,

Wess

0 Likes
1 Reply
DheerajK_81
Moderator
Moderator
Moderator
First comment on KBA First comment on blog 5 questions asked

Hello Wess,

You can choose a kit template that has the part number which is of the same family as the one you want. Once the project is created, you can click on Device Configurator. Once the configurator window opens, use File > New.

Here you can create a new "design.modus" file targeting the MCU device PN you want and save it in the default location by overwriting the existing one.

pastedImage_6.png

Inside the "libs\TARGET_<BOARD_NAME>\COMPONENT_BSP_DESIGN_MODUS\" directory, delete the GeneratedSource directory. Also, delete the files "design.cycapsense" and "design.cyqspi" if you don't need CapSense and QSPI.

Make necessary changes in the device configurator based on your application and build your application.

You can also refer to the section "Create your own Board Support Package" in BSP User Guide as shown below to create your own BSP package:

bsp.PNG

Regards,
Dheeraj