Difference between revisions of "NXP PNEV76FAMA"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ This article describes specifics for the NXP PNEV76FAMA evaluation board. It can be used to test & verify PN76 device support with J-Link. File:NXP_PNEV76FAMA.jpeg...")
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__TOC__
 
__TOC__
   
This article describes specifics for the NXP PNEV76FAMA evaluation board. It can be used to test & verify PN76 device support with J-Link.
+
This article describes specifics for the NXP PNEV76FAMA evaluation board. It can be used to test & verify [[NXP PN76 |PN76]] device support with J-Link.
   
 
[[File:NXP_PNEV76FAMA.jpeg|450px]]
 
[[File:NXP_PNEV76FAMA.jpeg|450px]]
Line 11: Line 11:
 
*For board REV D remove jumper J20 3-4 and connect pin 4 of J20 to any ground e.g. TP4. Keep J25 open.
 
*For board REV D remove jumper J20 3-4 and connect pin 4 of J20 to any ground e.g. TP4. Keep J25 open.
 
*Connect the J-Link to the debug connector (J21)
 
*Connect the J-Link to the debug connector (J21)
*Power the board via external power supply / power jack (J9 / 5V DC)
+
*Power the board via USB (J5)
  +
*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:
 
  +
Afterwards, the board should look similar to this:<br>
  +
[[File:NXP_PNEV76FAMA_Wired.PNG|400px]]
  +
  +
  +
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_PNEV76FAMA_Connect.PNG|400px]]
 
[[File:NXP_PNEV76FAMA_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 S32K3X4EVB. It is a simple Hello World sample linked into the internal flash.
+
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the NXP PNEV76FAMA. It is a simple Hello World sample linked into the internal flash.
 
====SETUP====
 
====SETUP====
 
*J-Link software: V7.65b
 
*J-Link software: V7.65b

Latest revision as of 14:52, 28 April 2022

This article describes specifics for the NXP PNEV76FAMA evaluation board. It can be used to test & verify PN76 device support with J-Link.

NXP PNEV76FAMA.jpeg

Minimum requirements

  • J-Link software V7.65b or later

Preparing for J-Link

  • For board REV D remove jumper J20 3-4 and connect pin 4 of J20 to any ground e.g. TP4. Keep J25 open.
  • Connect the J-Link to the debug connector (J21)
  • Power the board via USB (J5)

Afterwards, the board should look similar to this:
NXP PNEV76FAMA Wired.PNG


Verify the Connection with e.g. J-Link Commander. The output should look as follows:

NXP PNEV76FAMA 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 PNEV76FAMA. It is a simple Hello World sample linked into the internal flash.

SETUP