Program PSoC4 firmware with PSoC5

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

cross mob
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

 I want to program psoc4 firmware by using psoc5 (psoc4 is target , psoc5 is programmer) I follow "AN84858 PSoC® 4 Programming Using an External Microcontroller (HSSP) " http://www.cypress.com/?rID=81013 

   

and " \AN84858\B_Hssp_Pioneer.cydsn " is model for PSoC5 firmware(Programmer) .

   

 

   

This concept be possible? And if I connect PSoC5 and PSoC4 together with SWD protocol
and run this function"  programResult = ProgramDevice(); " PSoC4 will programed? or I need to do anything else.

   

Thank you.

0 Likes
2 Replies
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Welcome in the forum!

   

There is a program named "KitProg" that Cypress uses to program the development kits via USB using a PSoC5 chip. So what you want to do is really possible. Latest product using KitProg is the CY6CKIT-059

   

 

   

Bob

0 Likes
Anonymous
Not applicable

 I try to use PSoC5 to program PSoC4 directly by dont use USB because I have "HexImage.c" and "HexImage.h" that convert from "Myproject.hex"  via this app--> "AN84858\001-84858\C# Application\CY8C42xx_CY8C41xx family/Hexfileparser.exe"

   

Now it doesnt work I stuck in DeviceAcquire step but I dont know why.

0 Likes