SDK UART driver example with hardware flow control

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

SDK UART driver example with hardware flow control

SDK UART driver example with hardware flow control

Overview
========
The LPUART example for FreeRTOS demonstrates the possibility to use the LPUART driver in the RTOS
with hardware flow control. The example uses two instances of LPUART IP and sends data 
between them. The UART signals must be jumpered together on the board.

Toolchain supported
===================
- MCUXpresso 11.0.0

Hardware requirements
=====================
- Mini/micro USB cable
- MIMXRT1050-EVKB board
- Personal Computer

Board settings
==============
R278 and R279 must be populated, or have pads shorted. These resistors are under the display 
opposite side of board from uSD connector.

The following pins need to be jumpered together:

---------------------------------------------------------------------------------
| | UART3 (UARTA) | UART8 (UARTB) |
|---|-------------------------------------|-------------------------------------|
| # | Signal | Function | Jumper | Jumper | Function | Signal |
|---|---------------|----------|----------|----------|----------|---------------|
| 1 | GPIO_AD_B1_07 | RX | J22-pin1 | J23-pin1 | TX | GPIO_AD_B1_10 |
| 2 | GPIO_AD_B1_06 | TX | J22-pin2 | J23-pin2 | RX | GPIO_AD_B1_11 |
| 3 | GPIO_AD_B1_04 | CTS | J23-pin3 | J24-pin5 | RTS | GPIO_SD_B0_03 |
| 4 | GPIO_AD_B1_05 | RTS | J23-pin4 | J24-pin4 | CTS | GPIO_SD_B0_02 |
---------------------------------------------------------------------------------


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. Download the program to the target board.
4. Either press the reset button on your board or launch the debugger in your IDE to begin running the demo.

Running the demo
================
You will see status of the example printed to the console.

Customization options
=====================
Attachments
%3CLINGO-SUB%20id%3D%22lingo-sub-1100061%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ESDK%20UART%20driver%20example%20with%20hardware%20flow%20control%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-1100061%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CPRE%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3EOverview%3C%2FSPAN%3E%0A%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%3D%3D%3D%3D%3D%3D%3D%3D%3C%2FSPAN%3E%0A%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3EThe%20LPUART%20example%20for%20FreeRTOS%20demonstrates%20the%20possibility%20to%20use%20the%20LPUART%20driver%20in%20the%20RTOS%3C%2FSPAN%3E%0A%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3Ewith%20hardware%20flow%20control.%20The%20example%20uses%20two%20instances%20of%20LPUART%20IP%20and%20sends%20data%20%3C%2FSPAN%3E%0A%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3Ebetween%20them.%20The%20UART%20signals%20must%20be%20jumpered%20together%20on%20the%20board.%3C%2FSPAN%3E%0A%0A%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3EToolchain%20supported%3C%2FSPAN%3E%0A%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3C%2FSPAN%3E%0A%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E-%20MCUXpresso%2011.0.0%3C%2FSPAN%3E%0A%0A%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3EHardware%20requirements%3C%2FSPAN%3E%0A%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3C%2FSPAN%3E%0A%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E-%20Mini%2Fmicro%20USB%20cable%3C%2FSPAN%3E%0A%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E-%20MIMXRT1050-EVKB%20board%3C%2FSPAN%3E%0A%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E-%20Personal%20Computer%3C%2FSPAN%3E%0A%0A%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3EBoard%20settings%3C%2FSPAN%3E%0A%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3C%2FSPAN%3E%0A%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3ER278%20and%20R279%20must%20be%20populated%2C%20or%20have%20pads%20shorted.%20These%20resistors%20are%20under%20the%20display%20%3C%2FSPAN%3E%0A%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3Eopposite%20side%20of%20board%20from%20uSD%20connector.%3C%2FSPAN%3E%0A%0A%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3EThe%20following%20pins%20need%20to%20be%20jumpered%20together%3A%3C%2FSPAN%3E%0A%0A%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E---------------------------------------------------------------------------------%3C%2FSPAN%3E%0A%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%7C%20%7C%20UART3%20(UARTA)%20%7C%20UART8%20(UARTB)%20%7C%3C%2FSPAN%3E%0A%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%7C---%7C-------------------------------------%7C-------------------------------------%7C%3C%2FSPAN%3E%0A%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%7C%20%23%20%7C%20Signal%20%7C%20Function%20%7C%20Jumper%20%7C%20Jumper%20%7C%20Function%20%7C%20Signal%20%7C%3C%2FSPAN%3E%0A%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%7C---%7C---------------%7C----------%7C----------%7C----------%7C----------%7C---------------%7C%3C%2FSPAN%3E%0A%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%7C%201%20%7C%20GPIO_AD_B1_07%20%7C%20RX%20%7C%20J22-pin1%20%7C%20J23-pin1%20%7C%20TX%20%7C%20GPIO_AD_B1_10%20%7C%3C%2FSPAN%3E%0A%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%7C%202%20%7C%20GPIO_AD_B1_06%20%7C%20TX%20%7C%20J22-pin2%20%7C%20J23-pin2%20%7C%20RX%20%7C%20GPIO_AD_B1_11%20%7C%3C%2FSPAN%3E%0A%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%7C%203%20%7C%20GPIO_AD_B1_04%20%7C%20CTS%20%7C%20J23-pin3%20%7C%20J24-pin5%20%7C%20RTS%20%7C%20GPIO_SD_B0_03%20%7C%3C%2FSPAN%3E%0A%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%7C%204%20%7C%20GPIO_AD_B1_05%20%7C%20RTS%20%7C%20J23-pin4%20%7C%20J24-pin4%20%7C%20CTS%20%7C%20GPIO_SD_B0_02%20%7C%3C%2FSPAN%3E%0A%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E---------------------------------------------------------------------------------%3C%2FSPAN%3E%0A%0A%0A%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3EPrepare%20the%20Demo%3C%2FSPAN%3E%0A%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3C%2FSPAN%3E%0A%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E1.%20Connect%20a%20USB%20cable%20between%20the%20host%20PC%20and%20the%20OpenSDA%20USB%20port%20on%20the%20target%20board.%3C%2FSPAN%3E%0A%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E2.%20Open%20a%20serial%20terminal%20with%20the%20following%20settings%3A%3C%2FSPAN%3E%0A%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%20-%20115200%20baud%20rate%3C%2FSPAN%3E%0A%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%20-%208%20data%20bits%3C%2FSPAN%3E%0A%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%20-%20No%20parity%3C%2FSPAN%3E%0A%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%20-%20One%20stop%20bit%3C%2FSPAN%3E%0A%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%20-%20No%20flow%20control%3C%2FSPAN%3E%0A%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E3.%20Download%20the%20program%20to%20the%20target%20board.%3C%2FSPAN%3E%0A%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E4.%20Either%20press%20the%20reset%20button%20on%20your%20board%20or%20launch%20the%20debugger%20in%20your%20IDE%20to%20begin%20running%20the%20demo.%3C%2FSPAN%3E%0A%0A%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3ERunning%20the%20demo%3C%2FSPAN%3E%0A%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3C%2FSPAN%3E%0A%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3EYou%20will%20see%20status%20of%20the%20example%20printed%20to%20the%20console.%3C%2FSPAN%3E%0A%0A%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3ECustomization%20options%3C%2FSPAN%3E%0A%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3C%2FSPAN%3E%3C%2FPRE%3E%3C%2FLINGO-BODY%3E%3CLINGO-TEASER%20id%3D%22lingo-teaser-1100061%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CPRE%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3EOverview%3C%2FSPAN%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%3D%3D%3D%3D%3D%3D%3D%3D%3C%2FSPAN%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3EThe%20LPUART%20example%20for%20FreeRTOS%20demonstrates%20the%20possibility%20to%20use%20the%20LPUART%20driver%20in%20the%20RTOS%3C%2FSPAN%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3Ewith%20hardware%20flow%20control.%20The%20example%20uses%20two%20instances%20of%20LPUART%20IP%20and%20sends%20data%20%3C%2FSPAN%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3Ebetween%20them.%20The%20UART%20signals%20must%20be%20jumpered%20together%20on%20the%20board.%3C%2FSPAN%3E%3CBR%20%2F%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3EToolchain%20supported%3C%2FSPAN%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3C%2FSPAN%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E-%20MCUXpresso%2011.0.0%3C%2FSPAN%3E%3CBR%20%2F%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3EHardware%20requirements%3C%2FSPAN%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3C%2FSPAN%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E-%20Mini%2Fmicro%20USB%20cable%3C%2FSPAN%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E-%20MIMXRT1050-EVKB%20board%3C%2FSPAN%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E-%20Personal%20Computer%3C%2FSPAN%3E%3CBR%20%2F%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3EBoard%20settings%3C%2FSPAN%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3C%2FSPAN%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3ER278%20and%20R279%20must%20be%20populated%2C%20or%20have%20pads%20shorted.%20These%20resistors%20are%20under%20the%20display%20%3C%2FSPAN%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3Eopposite%20side%20of%20board%20from%20uSD%20connector.%3C%2FSPAN%3E%3CBR%20%2F%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3EThe%20following%20pins%20need%20to%20be%20jumpered%20together%3A%3C%2FSPAN%3E%3CBR%20%2F%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E---------------------------------------------------------------------------------%3C%2FSPAN%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%7C%20%7C%20UART3%20(UARTA)%20%7C%20UART8%20(UARTB)%20%7C%3C%2FSPAN%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%7C---%7C-------------------------------------%7C-------------------------------------%7C%3C%2FSPAN%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%7C%20%23%20%7C%20Signal%20%7C%20Function%20%7C%20Jumper%20%7C%20Jumper%20%7C%20Function%20%7C%20Signal%20%7C%3C%2FSPAN%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%7C---%7C---------------%7C----------%7C----------%7C----------%7C----------%7C---------------%7C%3C%2FSPAN%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%7C%201%20%7C%20GPIO_AD_B1_07%20%7C%20RX%20%7C%20J22-pin1%20%7C%20J23-pin1%20%7C%20TX%20%7C%20GPIO_AD_B1_10%20%7C%3C%2FSPAN%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%7C%202%20%7C%20GPIO_AD_B1_06%20%7C%20TX%20%7C%20J22-pin2%20%7C%20J23-pin2%20%7C%20RX%20%7C%20GPIO_AD_B1_11%20%7C%3C%2FSPAN%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%7C%203%20%7C%20GPIO_AD_B1_04%20%7C%20CTS%20%7C%20J23-pin3%20%7C%20J24-pin5%20%7C%20RTS%20%7C%20GPIO_SD_B0_03%20%7C%3C%2FSPAN%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%7C%204%20%7C%20GPIO_AD_B1_05%20%7C%20RTS%20%7C%20J23-pin4%20%7C%20J24-pin4%20%7C%20CTS%20%7C%20GPIO_SD_B0_02%20%7C%3C%2FSPAN%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E---------------------------------------------------------------------------------%3C%2FSPAN%3E%3CBR%20%2F%3E%3CBR%20%2F%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3EPrepare%20the%20Demo%3C%2FSPAN%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3C%2FSPAN%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E1.%20Connect%20a%20USB%20cable%20between%20the%20host%20PC%20and%20the%20OpenSDA%20USB%20port%20on%20the%20target%20board.%3C%2FSPAN%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E2.%20Open%20a%20serial%20terminal%20with%20the%20following%20settings%3A%3C%2FSPAN%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%20-%20115200%20baud%20rate%3C%2FSPAN%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%20-%208%20data%20bits%3C%2FSPAN%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%20-%20No%20parity%3C%2FSPAN%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%20-%20One%20stop%20bit%3C%2FSPAN%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%20-%20No%20flow%20control%3C%2FSPAN%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E3.%20Download%20the%20program%20to%20the%20target%20board.%3C%2FSPAN%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E4.%20Either%20press%20the%20reset%20button%20on%20your%20board%20or%20launch%20the%20debugger%20in%20your%20IDE%20to%20begin%20running%20the%20demo.%3C%2FSPAN%3E%3CBR%20%2F%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3ERunning%20the%20demo%3C%2FSPAN%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3C%2FSPAN%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3EYou%20will%20see%20status%20of%20the%20example%20printed%20to%20the%20console.%3C%2FSPAN%3E%3CBR%20%2F%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3ECustomization%20options%3C%2FSPAN%3E%3CBR%20%2F%3E%3CSPAN%20style%3D%22font-family%3A%20'courier%20new'%2C%20courier%2C%20monospace%3B%22%3E%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3C%2FSPAN%3E%3C%2FPRE%3E%3C%2FLINGO-TEASER%3E%3CLINGO-LABS%20id%3D%22lingo-labs-1100061%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CLINGO-LABEL%3Ei.MXRT%20101x%3C%2FLINGO-LABEL%3E%3CLINGO-LABEL%3Ei.MXRT%20102x%3C%2FLINGO-LABEL%3E%3CLINGO-LABEL%3Ei.MXRT%20105x%3C%2FLINGO-LABEL%3E%3CLINGO-LABEL%3Ei.MXRT%20106x%3C%2FLINGO-LABEL%3E%3C%2FLINGO-LABS%3E
No ratings
Version history
Last update:
‎09-10-2020 01:36 AM
Updated by: