Difference between revisions of "Infineon CY-SD2220"

From SEGGER Wiki
Jump to: navigation, search
(SETUP)
(One intermediate revision by the same user not shown)
Line 19: Line 19:
 
It is a simple Hello World sample linked into the internal flash.<br>
 
It is a simple Hello World sample linked into the internal flash.<br>
 
====SETUP====
 
====SETUP====
*J-Link software: V7.94c
+
*J-Link software: V7.94k
 
*Embedded Studio: V7.20
 
*Embedded Studio: V7.20
 
*Hardware: Infineon CY-SD2220
 
*Hardware: Infineon CY-SD2220
*Link: [[File:VENDOR_DEVICENAME_TestProject_ES_V452b.zip]]
+
*Link: [[File:Infineon_CY-SD2220_Rev01_CYPD7191-40LDXS_TestProject_ES_7V20.zip]]

Revision as of 10:56, 22 February 2024

This article describes specifics for the Infineon CY-SD2220 evaluation board.
Infineon CY-SD2220 Rev01 CYPD7191-40LDXS board.jpg

Preparing for J-Link

  • Connect the J-Link to J18:
    • GND on J18.2
    • SWDIO on J18.5
    • SWCLK on J18.4
    • Reset on J18.3
    • VTref on TP13
  • Power the board via J5.
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

Infineon CY-SD2220 Rev01 CYPD7191-40LDXS connect.png

Example Project

The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the Infineon CY-SD2220.
It is a simple Hello World sample linked into the internal flash.

SETUP