Difference between revisions of "NXP FRDM-MCXA156"

From SEGGER Wiki
Jump to: navigation, search
(Preparing for J-Link)
(SETUP)
 
(2 intermediate revisions by the same user not shown)
Line 14: Line 14:
 
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.96c
+
*J-Link software: V7.96a
 
*Embedded Studio: V7.20
 
*Embedded Studio: V7.20
 
*Hardware: NXP FRDM-MCXA156
 
*Hardware: NXP FRDM-MCXA156
*Link: [[File:NXP_X-FRDM-MCXA156_MCXA156_TestProject_ES_7V20.zip]]
+
*Link: [[File:NXP_FRDM-MCXA156_MCXA156VL_TestProject_ES_V720.zip]]

Latest revision as of 11:08, 13 March 2024

This article describes specifics for the NXP FRDM-MCXA156 evaluation board.
NXP FRDM-MCXA156 MCXA156VL board.jpg

Preparing for J-Link

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

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

SETUP