Difference between revisions of "Infineon CY-SD2220"

From SEGGER Wiki
Jump to: navigation, search
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
  +
[[Category:Evalboards]]
 
__TOC__
 
__TOC__
   
 
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 20:
 
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.94k
 
*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:Infineon_CY-SD2220_Rev01_CYPD7191-40LDXS_TestProject_ES_7V20.zip]]

Latest revision as of 11:29, 16 May 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