This file contains the general information which can be shared by the examples on this board. The example specific information can be found in readme.md or example_board_readme.md.
General Example Settings#
Hardware requirements#
Type-C USB cable
FRDM-IMXRT700 board
Personal Computer
Prepare the Demo#
Connect a USB cable between the PC host and the USB port on the 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.
Launch the debugger in your IDE to begin running the demo.
Project Configuration#
SDK project supports two kinds of configure methods:
Configure by Kconfig, passing configuration flags during build:
west build ....OR configure by modifing the macros in configure file mcux_config.h.
NOTE: The mcux_config.h is generated by Kconfig, if Kconfig is used, don’t modify mcux_config.h directly, because the manual changes will be overwritten by Kconfig. NOTE: When the macros to be modified don’t exist in the mcux_config.h, add them directly in mcux_config.h.
Display settings#
This board supports such panels:
RaspberryPi Panel
This section describes the general display related settings. Some projects may have special display settings, such as LVGL project. Please refer LVGL project lv_examples_readme.md for the steps.
Board hardware settings#
Raspberry panel
Connect the panel to J8
Connect the panel’s 5V pin to JP43-1, GND pin to JP43-2.
Steps to select the panel#
Please read section Project Configuration to know the configuration methods first.
Panel configuration#
Please read section Project Configuration to know the configuration methods first.
RaspberryPi#
Pixel format#
Only RGB565 is supported