PSOC6 .NET program for custom chip flashing

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

cross mob
KeSl_4088261
Level 1
Level 1
First like given

Hi,

is there any API for custom flashing PSOC6 chips (like PSoC Programmer) in .NET application ?

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

You can make use of PSoC Programmer COM APIs for flashing PSoC6. You can find the "PSoC Programmer COM User Guide" documentation here: "C:\Program Files (x86)\Cypress\Programmer\Documents"

We have some examples for flashing PSoC6 which should serve as a good reference at this path: "C:\Program Files (x86)\Cypress\Programmer\Examples\Programming\PSoC6\SWD"

Regards,

Dheeraj

View solution in original post

2 Replies
DheerajK_81
Moderator
Moderator
Moderator
First comment on KBA First comment on blog 5 questions asked

You can make use of PSoC Programmer COM APIs for flashing PSoC6. You can find the "PSoC Programmer COM User Guide" documentation here: "C:\Program Files (x86)\Cypress\Programmer\Documents"

We have some examples for flashing PSoC6 which should serve as a good reference at this path: "C:\Program Files (x86)\Cypress\Programmer\Examples\Programming\PSoC6\SWD"

Regards,

Dheeraj

Thanks !

0 Likes