Difference between revisions of "Infineon CY-SD2220"

From SEGGER Wiki
Jump to: navigation, search
Line 2: Line 2:
   
 
This article describes specifics for the Infineon CY-SD2220 evaluation board.<br>
 
This article describes specifics for the Infineon CY-SD2220 evaluation board.<br>
'''[PICTURE OF BOARD]'''
 
 
[[File:Infineon_CY-SD2220_Rev01_CYPD7191-40LDXS_board.jpg|450px]]
 
[[File:Infineon_CY-SD2220_Rev01_CYPD7191-40LDXS_board.jpg|450px]]
   
Line 20: 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.xx
+
*J-Link software: V7.94c
 
*Embedded Studio: V7.20
 
*Embedded Studio: V7.20
*Hardware: [SiliconVendor] [EvalBoardName]
+
*Hardware: Infineon CY-SD2220
 
*Link: [[File:VENDOR_DEVICENAME_TestProject_ES_V452b.zip]]
 
*Link: [[File:VENDOR_DEVICENAME_TestProject_ES_V452b.zip]]

Revision as of 13:15, 27 December 2023

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