How to run gui-guider project on codeblock?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to run gui-guider project on codeblock?

959 Views
897909781
Contributor II

Hi, I want to step through debugging.

How to run gui-guider project on codeblock?

Thanks!

0 Kudos
Reply
1 Reply

933 Views
Pavel_Hernandez
NXP TechSupport
NXP TechSupport

Hello, my name is Pavel, and I will be supporting your case, I do not if the example on the SDK is that you are looking for, I do not what is the board that you have, but I guess is an RT. 

Pavel_Hernandez_0-1697237709668.png

On the example is available a documentation where that have instruction about how to RUN.

Spoiler

This project is used to work with LittleVGL GUI Guider. The GUI Guider generated

code is placed in the folder "generated". The example generated code shows a

button in the panel.

 

Toolchain supported

===================

- IAR embedded Workbench 9.32.1

- Keil MDK 5.37

- GCC ARM Embedded 10.3.1

- MCUXpresso 11.7.0

 

Hardware requirements

=====================

- Micro USB cable

- EVK-MIMXRT1060 board

- Personal Computer

- RK043FN02H-CT or RK043FN66HS-CT6 LCD board

 

Board settings

==============

1. Connect the RK043FN02H-CT or RK043FN66HS-CT6 to board.

 

Prepare the Demo

================

1. Connect a USB cable between the host PC and the OpenSDA USB port on the target board.

2. Open a serial terminal with the following settings:

- 115200 baud rate

- 8 data bits

- No parity

- One stop bit

- No flow control

3. Build the project, the project uses RK043FN66HS-CT6 by default, to use other panels,

change

#define DEMO_PANEL DEMO_PANEL_RK043FN66HS

to

#define DEMO_PANEL DEMO_PANEL_RK043FN02H

in lvgl_support.h

4. Download the program to the target board.

5. Either press the reset button on your board or launch the debugger in your IDE to begin running the demo.

 

Running the demo

Best regards,
Pavel

0 Kudos
Reply