element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Cypress Kits
  • Products
  • Dev Tools
  • Cypress Kits
  • More
  • Cancel
Cypress Kits
Forum PSoC 5LP Programmer Firmware
  • Blog
  • Forum
  • Documents
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Cypress Kits to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 27 replies
  • Subscribers 32 subscribers
  • Views 8375 views
  • Users 0 members are here
Related

PSoC 5LP Programmer Firmware

cy.wbz
cy.wbz over 12 years ago

Hello!

 

Today I would like to post an extra project for you guys. Attached to this post is the firmware for the PSoC 5LP device on the Pioneer kit. If you are designing a board and need a programmer and debugger for the board feel free to copy the PSoC 5LP layout on the Pioneer board and use this firmware to enable programming and debugging. The layout files are on the Cypress Pioneer Kit web page:

 

www.cypress.com/cy8ckit-042

 

This will allow you interface your custom board with our PSoC Creator and PSoC Programmer development tools.

 

In the example attached we have two projects, the source code for the PSoC 5LP and a base bootloadable project. To build the project you will need to perform the following actions:

 

1. Make the project KitProg_Bootloader active and build it first.

2. Open the KitProg project TopDesign.

3. Doube click the bootloadable component to open the bootloadable configuration.

4. Select the tab 'dependencies' and select the browse button.

5. Browse to the folder where the KitProg Bootloader.hex file is generated and select this file. Click Ok.

 

Good Luck!

Matt

Attachments:
KitProg version 2_03.zip
  • Sign in to reply
  • Cancel

Top Replies

  • Former Member
    Former Member over 11 years ago in reply to Former Member +2
    The other day I found a little SOIC 0.65 pitch board (schmartboard) so I used one of my 4200 SSOP 28 pin chips. I bought 10 SSOPs 10 QFPs and 20 QFN while they were (and still are) a dollar a pop. I had…
  • Former Member
    Former Member over 12 years ago +1
    Wow~ That's cool~
  • Former Member
    Former Member over 12 years ago +1
    Hi all, Posting the PSoC 5LP firmware updated for PSoC Creator 3.0 -Ranjith Attachments: community.element14.com/.../KitProg.zip
Parents
  • ilmete
    ilmete over 6 years ago

    Hi,

     

    I would like to share how to use CY8CKIT-059CY8CKIT-059 target board (CY8C5888LTI_LP097) as a kitprog v2.21;

     

    Load the attached hex into the CY8CKIT-059CY8CKIT-059 target board (CY8C5888LTI_LP097) with a kitprog and Psoc Programmer.

    And do following HW modifications on target board (You can see the modifications on attached pictures).

     

    - Snap the kit into two pieces.

    - Short P0.5 and P3.2 to GND.

    - Short P2.2 to P12.4  ( for switch functionality )

    - Short P3.1 to P2.1  ( for led    functionality )

     

    - Add a R-2R resistor divider to P1.6 from the VBUS or any VDDD pin on board. (GND---20k---P1.7---10K---VBUS)

    - Add a R-2R resistor divider to P1.7 from the VTARGET (New kit pin - Not on board). (GND---20k---P1.6---10K---VTARGETnew)

     

    If you use 5V board always you can add only one divider instead of two seperate;

     

      P1.6---|      |---10K---VDDIO (or VDD or VBUS or VTARGET on board)

            |------|

    P1.7---|      |---20K---GND

     

    - Use these outputs: P12.4 as RST, P12.3 as SWDCLK, P12.2 as SWDIO, GND , high side of the P1.7 Resistor as VTARGET.

                                    If you use one resistor divider you can use any VDDD,VDDIO,VTARG as VTARGET output.

     

    How I get the hex file;

    I couldn't load original kitprog hex file to CY8C5888LTI_LP097 on CY8CKIT-059CY8CKIT-059 with the Psoc Programmer.

    So I tried these;

    - I loaded a compatible bootloader hex to the CY8C5888LTI_LP097 with kitprog and PSOC Programmer to load metadata sections.

    - I removed the sections start with 0x80000000 and 0x90000000 in the original kitprog hex files.

    - Then I loaded this modified hex to the CY8C5888LTI_LP097 with J-Link and J-Flash.

    - Connected the board to PC with a USB cable. Psoc Programmer see the kitprog and it said upgrade. Upgraded it and it works as version 2.21

    - I readback the working code as a hex file with Psoc Programmer and checked it by reload it to CY8C5888LTI_LP097.  Working hex file attached.

     

    Regards.

    Attachments:
    CY8C5888__as_kitprog.zip
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • ilmete
    ilmete over 6 years ago

    Hi,

     

    I would like to share how to use CY8CKIT-059CY8CKIT-059 target board (CY8C5888LTI_LP097) as a kitprog v2.21;

     

    Load the attached hex into the CY8CKIT-059CY8CKIT-059 target board (CY8C5888LTI_LP097) with a kitprog and Psoc Programmer.

    And do following HW modifications on target board (You can see the modifications on attached pictures).

     

    - Snap the kit into two pieces.

    - Short P0.5 and P3.2 to GND.

    - Short P2.2 to P12.4  ( for switch functionality )

    - Short P3.1 to P2.1  ( for led    functionality )

     

    - Add a R-2R resistor divider to P1.6 from the VBUS or any VDDD pin on board. (GND---20k---P1.7---10K---VBUS)

    - Add a R-2R resistor divider to P1.7 from the VTARGET (New kit pin - Not on board). (GND---20k---P1.6---10K---VTARGETnew)

     

    If you use 5V board always you can add only one divider instead of two seperate;

     

      P1.6---|      |---10K---VDDIO (or VDD or VBUS or VTARGET on board)

            |------|

    P1.7---|      |---20K---GND

     

    - Use these outputs: P12.4 as RST, P12.3 as SWDCLK, P12.2 as SWDIO, GND , high side of the P1.7 Resistor as VTARGET.

                                    If you use one resistor divider you can use any VDDD,VDDIO,VTARG as VTARGET output.

     

    How I get the hex file;

    I couldn't load original kitprog hex file to CY8C5888LTI_LP097 on CY8CKIT-059CY8CKIT-059 with the Psoc Programmer.

    So I tried these;

    - I loaded a compatible bootloader hex to the CY8C5888LTI_LP097 with kitprog and PSOC Programmer to load metadata sections.

    - I removed the sections start with 0x80000000 and 0x90000000 in the original kitprog hex files.

    - Then I loaded this modified hex to the CY8C5888LTI_LP097 with J-Link and J-Flash.

    - Connected the board to PC with a USB cable. Psoc Programmer see the kitprog and it said upgrade. Upgraded it and it works as version 2.21

    - I readback the working code as a hex file with Psoc Programmer and checked it by reload it to CY8C5888LTI_LP097.  Working hex file attached.

     

    Regards.

    Attachments:
    CY8C5888__as_kitprog.zip
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube