21 lines
561 B
Text
21 lines
561 B
Text
|
Description of example project
|
||
|
==============================
|
||
|
GPIO toggle example flashes the leds of the board with a periodic rate
|
||
|
|
||
|
* LED1 is connected to P4.0
|
||
|
* LED2 is connected to P4.1
|
||
|
* BUTTON1 is connected to P3_4
|
||
|
* BUTTON2 is connected to HIB_IO_1
|
||
|
|
||
|
The example shows how to route the state of the BUTTON2 using the ERU
|
||
|
|
||
|
Hardware Setup
|
||
|
===============
|
||
|
XMC4300 Relax kit
|
||
|
|
||
|
How to test the application
|
||
|
============================
|
||
|
a. Import the project
|
||
|
b. Compile and flash the application onto the device
|
||
|
c. Run the application.
|