NXP IMX943LP4EVK-19
Jump to navigation
Jump to search
This article describes specifics for the NXP IMX943LP4EVK-19 evaluation board.
Preparing for J-Link
- Write the following boot image to the SD card with the offset of 32KB:File:iMX94 flash.bin
For example: dd if=iMX94_flash.bin of=/dev/sdb bs=1024 seek=32; sync
- Set boot from SD card mode (SW4)
- Connect the J-Link to JTAG connector (J16).
- Power the board via Power connector (P1).
- Turn on the power switch (SW1).
- Verify the Connection with e.g. J-Link Commander. The output should look as follows:
- Cortex-M33 connection:
- Cortex-M7 connection:
- Cortex-A55 connection:
Example Project
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the NXP MCIMX93-EVK.
It is a simple Hello World sample linked into the internal flash.
Coretex-M33
SETUP
- Embedded Studio: V8.24
- Hardware: NXP IMX943LP4EVK-19
- Link: File:NXP IMX943LP4EVK-19 M33 TestProject ES V824.zip
Coretex-M7
SETUP
- Embedded Studio: V8.24
- Hardware: NXP IMX943LP4EVK-19
- Link: File:NXP IMX943LP4EVK-19 M7 TestProject ES V824.zip
Coretex-A55
SETUP
- Embedded Studio: V8.24
- Hardware: NXP IMX943LP4EVK-19
- Link: File:NXP IMX943LP4EVK-19 A55 TestProject ES V824.zip