Difference between revisions of "NXP RD-RW616-BGA IPA-2A/1A"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ This article describes specifics for the NXP RD-RW616-BGA_IPA-2A/1A evaluation board.<br> '''[PICTURE OF BOARD]''' 450px == Preparing f...")
 
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
  +
[[Category:Evalboards]]
 
__TOC__
 
__TOC__
   
 
This article describes specifics for the NXP RD-RW616-BGA_IPA-2A/1A evaluation board.<br>
 
This article describes specifics for the NXP RD-RW616-BGA_IPA-2A/1A evaluation board.<br>
  +
[[File:NXP_RD-RW612-BGA_RW612EV_board.jpg|450px]]
'''[PICTURE OF BOARD]'''
 
[[File:VENDOR_BOARDNAME.jpg|450px]]
 
   
 
== Preparing for J-Link ==
 
== Preparing for J-Link ==
*Connect the J-Link to ......
+
* Power the board via J1
  +
* Jumper JP1 must be set in order to use J-Link
*Power the board via........
 
  +
'''For use of SWD:'''
  +
** HD12 1-2 has to be closed (RF_CNTL_2/CON[11])
  +
** Connect JLINK to P2 (SWD)
  +
'''For use of JTAG:'''
  +
** HD12 1-2 has to be open (RF_CNTL_2/CON[11])
  +
** Connect JLINK to J19 (JTAG)
 
* Verify the Connection with e.g. [https://wiki.segger.com/J-Link_cannot_connect_to_the_CPU#Verify_functionality_using_J-Link_Commander J-Link Commander]. The output should look as follows:
 
* Verify the Connection with e.g. [https://wiki.segger.com/J-Link_cannot_connect_to_the_CPU#Verify_functionality_using_J-Link_Commander J-Link Commander]. The output should look as follows:
  +
[[File:NXP_RD-RW612-BGA_RW612EV_connect.png|400px]]
'''[PICTURE OF CONNECT]'''
 
[[File:VENDOR_DEVICE_CONNECT.PNG|400px]]
 
   
 
== Example Project==
 
== Example Project==
 
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the NXP RD-RW616-BGA_IPA-2A/1A.<br>It is a simple Hello World sample linked into the internal flash.<br>
 
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the NXP RD-RW616-BGA_IPA-2A/1A.<br>It is a simple Hello World sample linked into the internal flash.<br>
 
====SETUP====
 
====SETUP====
*J-Link software: V6.74
+
*J-Link software: V7.92c
*Embedded Studio: V4.52b
+
*Embedded Studio: V7.20
 
*Hardware: NXP RD-RW616-BGA_IPA-2A/1A
 
*Hardware: NXP RD-RW616-BGA_IPA-2A/1A
*Link: [[File:VENDOR_DEVICENAME_TestProject_ES_V452b.zip]]
+
*Link: [[File:NXP_RW61x_TestProject_ES_7V20.zip]]

Latest revision as of 13:20, 15 May 2024

This article describes specifics for the NXP RD-RW616-BGA_IPA-2A/1A evaluation board.
NXP RD-RW612-BGA RW612EV board.jpg

Preparing for J-Link

  • Power the board via J1
  • Jumper JP1 must be set in order to use J-Link

For use of SWD:

    • HD12 1-2 has to be closed (RF_CNTL_2/CON[11])
    • Connect JLINK to P2 (SWD)

For use of JTAG:

    • HD12 1-2 has to be open (RF_CNTL_2/CON[11])
    • Connect JLINK to J19 (JTAG)
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

NXP RD-RW612-BGA RW612EV 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 NXP RD-RW616-BGA_IPA-2A/1A.
It is a simple Hello World sample linked into the internal flash.

SETUP