Programming custom CY8C6144LQI-S4F92 board with Kitprog?

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

cross mob
sshersh
Level 3
Level 3
First solution authored 10 replies posted 5 questions asked

Hello,

I have a custom board designed around the CY8C6144LQI-S4F92 and a kitprog development board. I've snapped off the programming side of the board and I'm trying to use it to program my board through SWD.

I've already followed the steps to make my own custom BSP, used the device configurator and ran make getlibs. I've looked at the documentation and I can't find info on how to set up the programming interface in ModusToolbox. It doesn't seem like PSOC Programmer has support for the CY8C6144LQI-S4F92 so I can't upload the hex file that way.

Does anyone know the proper way to do this?

Best,

Sam Shersher

0 Likes
1 Solution
Arpit_S
Moderator
Moderator
Moderator
50 likes received 250 replies posted 100 solutions authored

Hi @sshersh ,

 

We would recommend you to use MiniProg4 for programming. It has 5 pin SWD connector (VTARG, GND, XRES, SWCLK, SWDIO). So, you can use MiniProg4 Program and Debug Kit. For more details please refer to https://www.infineon.com/dgdl/Infineon-CY8CKIT-005_MiniProg4_Program_and_Debug_Kit_Guide-UserManual-...

https://www.infineon.com/cms/en/product/evaluation-boards/cy8ckit-005/#!documents

Also, you can use Cypress Programmer. It supports PSoC™ 61 MCU targets with 256K flash size and kits.

Please find Cypress Programmer at https://softwaretools.infineon.com/tools/com.ifx.tb.tool.cypressprogrammer

You can also refer to Cypress Programmer User guide https://www.infineon.com/dgdl/Infineon-Infineon_Programmer_4.0_GUI_User_Guide-Software-v01_00-EN.pdf...

Also, after the default installation, you can find help documents here

C:\Program Files (x86)\Cypress\Cypress Programmer 4.0.1\docs

 

Kind regards

Arpit Srivastav

 

View solution in original post

0 Likes
3 Replies
sshersh
Level 3
Level 3
First solution authored 10 replies posted 5 questions asked

More info:

I have the CY8CKIT-059 connected and updated to the latest version through PSOC Programmer. My project is called Hello_World. When I launch the "Hello_World Debug" build from ModusToolbox it builds succesfully, then I get this message:

sshersh_0-1662663123376.png

I'm not sure what options go into that field or where to find those.

 

0 Likes
Arpit_S
Moderator
Moderator
Moderator
50 likes received 250 replies posted 100 solutions authored

Hi @sshersh ,

 

We would recommend you to use MiniProg4 for programming. It has 5 pin SWD connector (VTARG, GND, XRES, SWCLK, SWDIO). So, you can use MiniProg4 Program and Debug Kit. For more details please refer to https://www.infineon.com/dgdl/Infineon-CY8CKIT-005_MiniProg4_Program_and_Debug_Kit_Guide-UserManual-...

https://www.infineon.com/cms/en/product/evaluation-boards/cy8ckit-005/#!documents

Also, you can use Cypress Programmer. It supports PSoC™ 61 MCU targets with 256K flash size and kits.

Please find Cypress Programmer at https://softwaretools.infineon.com/tools/com.ifx.tb.tool.cypressprogrammer

You can also refer to Cypress Programmer User guide https://www.infineon.com/dgdl/Infineon-Infineon_Programmer_4.0_GUI_User_Guide-Software-v01_00-EN.pdf...

Also, after the default installation, you can find help documents here

C:\Program Files (x86)\Cypress\Cypress Programmer 4.0.1\docs

 

Kind regards

Arpit Srivastav

 

0 Likes
sshersh
Level 3
Level 3
First solution authored 10 replies posted 5 questions asked

Hi Arpit,

Thanks for your detailed response. I ordered a miniprog4 and will try switching over to cypress programmer.

Best,

Sam Shersher