PSOC4 bootloader within ModusToolbox IDE

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

cross mob
nicolas
Level 1
Level 1
First like given 5 replies posted 10 sign-ins

Hello, 

We are making capacitive button (touchpad) on a custom HW. We are using a PSOC4 4100SP 128kB. 

I have developped the firmware using ModusToolbox. Now I need to add a bootloader to the project. A UART based communication will be used (even if higher level proprietary protocol will have to be developped). 

I have read several Cypress documentation on bootloaders and bootloadables but for PSOC4 all seems related to PSOC creator. The only information I found on ModusToolbox is related to PSOC6 DFU. 

Could you please help.

Regards

Nicolas

 

0 Likes
1 Solution
Alakananda_BG
Moderator
Moderator
Moderator
50 likes received 250 sign-ins 250 replies posted

Hi,

You can refer to the below reference guide which has instructions for PSoC4 DFU.

https://infineon.github.io/dfu/dfu_sdk_api_reference_manual/html/index.html

You can also refer to the PSoC 4 DFU Middleware library.

https://github.com/Infineon/dfu/releases/tag/release-v4.10.0

Regards

 
Alakananda

View solution in original post

0 Likes
2 Replies
Alakananda_BG
Moderator
Moderator
Moderator
50 likes received 250 sign-ins 250 replies posted

Hi,

You can refer to the below reference guide which has instructions for PSoC4 DFU.

https://infineon.github.io/dfu/dfu_sdk_api_reference_manual/html/index.html

You can also refer to the PSoC 4 DFU Middleware library.

https://github.com/Infineon/dfu/releases/tag/release-v4.10.0

Regards

 
Alakananda
0 Likes
nicolas
Level 1
Level 1
First like given 5 replies posted 10 sign-ins

Hello Alakananda, 

Thank you very much

Regards 

Nicolas

0 Likes