Migrating from PSoC Creator to ModusToolbox

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

cross mob
MeSh_3749161
Level 2
Level 2
First like given

We have been developing a project based on PSoC 6 MCU with PSoC Creator 4.2. Now, after reaching a stable version, we decided to migrate to modus IDE environment. Using Hard FPU, better variable renaming options, c++ capability, and hopefully better debugging environment were the main reasons for this decision.

Now, the question is what is the right way for a relatively big project containing BLE, UDB, OTA, etc, to migrate from PSoC Creator to Modus toolbox.

Thanks

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

I would suggest migrating one peripheral at a time and then testing for its working before moving on to the next. Note that PSoC Creator follows a schematic design approach and ModusToolbox follows a PDL based approach. Hence direct porting is not possible.

You have to write your application from scratch in ModusToolbox. The firmware will still all remain the same because even PSoC Creator finally uses the PDL itself. UDBs are not supported in ModusToolbox, so that can't be ported.

ModusToolbox brings with it all the Eclipse features which makes it instantly likeable and shouldn't be hard to adjust to the new IDE. If you face any problems when porting to ModusToolbox, you can always create a post in the community and we will be there to help you

Regards,

Dheeraj

View solution in original post

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

I would suggest migrating one peripheral at a time and then testing for its working before moving on to the next. Note that PSoC Creator follows a schematic design approach and ModusToolbox follows a PDL based approach. Hence direct porting is not possible.

You have to write your application from scratch in ModusToolbox. The firmware will still all remain the same because even PSoC Creator finally uses the PDL itself. UDBs are not supported in ModusToolbox, so that can't be ported.

ModusToolbox brings with it all the Eclipse features which makes it instantly likeable and shouldn't be hard to adjust to the new IDE. If you face any problems when porting to ModusToolbox, you can always create a post in the community and we will be there to help you

Regards,

Dheeraj