MCUXpresso_LPC55S69/boards/lpcxpresso55s69/emwin_examples/emwin_gui_demo/cm33_core0
Yilin Sun 6e8d03ec0a Updated to SDK v2.15.000
Signed-off-by: Yilin Sun <imi415@imi.moe>
2024-04-12 21:21:49 +08:00
..
armgcc Updated to SDK v2.15.000 2024-04-12 21:21:49 +08:00
RTE_Device.h Stock SDK v2.11.0 2022-04-08 22:42:47 +08:00
board.c Stock SDK v2.11.0 2022-04-08 22:42:47 +08:00
board.h Stock SDK v2.11.0 2022-04-08 22:42:47 +08:00
clock_config.c Stock SDK v2.11.0 2022-04-08 22:42:47 +08:00
clock_config.h Stock SDK v2.11.0 2022-04-08 22:42:47 +08:00
emwin_gui_demo.c Updated to SDK v2.15.000 2024-04-12 21:21:49 +08:00
emwin_gui_demo_v3_14.xml Updated to SDK v2.15.000 2024-04-12 21:21:49 +08:00
emwin_support.c Updated SDK v2.13.0 2023-01-26 10:53:53 +08:00
emwin_support.h Updated to SDK v2.15.000 2024-04-12 21:21:49 +08:00
pin_mux.c Stock SDK v2.11.0 2022-04-08 22:42:47 +08:00
pin_mux.h Stock SDK v2.11.0 2022-04-08 22:42:47 +08:00
readme.md Updated to SDK v2.15.000 2024-04-12 21:21:49 +08:00

readme.md

Overview

The example demonstrates graphical widgets of the emWin library.

SDK version

  • Version: 2.15.000

Toolchain supported

  • IAR embedded Workbench 9.40.1
  • Keil MDK 5.38.1
  • GCC ARM Embedded 12.2
  • MCUXpresso 11.8.0

Hardware requirements

  • Micro USB cable
  • LPCXpresso55S69 board
  • Adafruit TFT LCD shield w/Cap Touch V2.3
  • Personal Computer

Board settings

There are different versions of Adafruit 2.8" TFT LCD shields. The shields marked v2.0 works directly with this project. For the other shields, please solder the center pin of IOREF pads to the 3.3V pad, and solder the pads 11, 12, and 13. See the link for details: https://community.nxp.com/t5/MCUXpresso-Community-Articles/Modifying-the-latest-Adafruit-2-8-quot-LCD-for-SDK-graphics/ba-p/1131104

Attach the LCD shield to the LPC board.

Prepare the Demo

Note: MCUXpresso IDE project default debug console is semihost

  1. Power the board using a micro USB cable connected to P5 USB port on the board, attach debugger to P7 connector
  2. Build the project.
  3. Download the program to the target board.
  4. Reset the SoC and run the project.

Running the demo

Known issue: The MCU is not able to generate hardware reset of the LCD due to hardware limitation of the boards interconnection. Because of this the LCD may not get initialized (stays blank) following a cold start (power on) of the board even if the demo was correctly programmed to the FLASH memory. In such a case simply press the reset button to restart the demo. If user use Adafruit TFT LCD V2.8, please refer to this link: https://community.nxp.com/community/mcuxpresso/blog/2020/01/10/modifying-the-latest-adafruit-28-lcd-for-sdk-graphics-examples