Difference between revisions of "NXP FRDM-MCXN236"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ This article describes specifics for the NXP X-FRDM-MCXN236 evaluation board.<br> 450px == Preparing for J-Link == *Con...")
 
Line 1: Line 1:
 
__TOC__
 
__TOC__
   
This article describes specifics for the NXP X-FRDM-MCXN236 evaluation board.<br>
+
This article describes specifics for the NXP FRDM-MCXN236 evaluation board.<br>
 
[[File:NXP_X-FRDM-MCXN236_MCXN236_board.jpg|450px]]
 
[[File:NXP_X-FRDM-MCXN236_MCXN236_board.jpg|450px]]
   
Line 11: Line 11:
   
 
== 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 X-FRDM-MCXN236.<br>
+
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the NXP FRDM-MCXN236.<br>
 
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.94c
 
*Embedded Studio: V7.20
 
*Embedded Studio: V7.20
*Hardware: NXP X-FRDM-MCXN236
+
*Hardware: NXP FRDM-MCXN236
 
*Link: [[File:NXP_X-FRDM-MCXN236_MCXN236_TestProject_ES_7V20.zip]]
 
*Link: [[File:NXP_X-FRDM-MCXN236_MCXN236_TestProject_ES_7V20.zip]]

Revision as of 13:48, 9 February 2024

This article describes specifics for the NXP FRDM-MCXN236 evaluation board.
NXP X-FRDM-MCXN236 MCXN236 board.jpg

Preparing for J-Link

  • Connect the J-Link to J12, JP8 hast to set in order to disable MCU-Link on the PCB and work with J-Link.
  • Power the board via USB J7.
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

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

SETUP