This repository contains Cortex-M33 Use Cases for i.MX8ULP.
- License BSD-3-Clause
- License MIT
- NXP MCIMX8ULP-EVK
- BSP Linux 5.15.71
- MCUXpresso SDK 2.13.0_RC2
Please refer to the Getting Started with MCUXpresso SDK for EVK-MIMX8ULP and EVK9-MIMX8ULP.pdf included in the official SDK package for SDK build and deployment instructions. The Cortex-M33 application needed for this application note should be copied directly into the SDK's sensorhub_example folder:
cd <SDK path>/boards/evkmimx8ulp/demo_apps/
cp -r <path to imx8ulp_sensorhub folder>/imx8ulp_sensorhub/ .
Build the application using IAR or using the armgcc build_debug.sh script:
cd <SDK path>/boards/evkmimx8ulp/demo_apps/imx8ulp_sensorhub/armgcc/
./build_debug.sh
- Connect 5V power supply and J-Link Debug Probe to the board, switch SW10 to power on the board.
- Connect a micro USB cable between the host PC and the J17 USB port on the target board.
- Open a serial terminal with the following settings:
- 115200 baud rate
- 8 data bits
- No parity
- One stop bit
- No flow control
- Download the program to the target board.
- Press the reset button on your board to begin running the demo.