Hello World and LED Blinking
Lab 100
Hello World and LED Blinking Programming
This lab will guide you through the process of using the PSOC Infineon board with the Eclipse IDE for ModusToolbox. You will learn how to create, build, and launch application programs. By the end of this lab, you will be able to independently perform these tasks.
🔥 Requirements
Resources | Links |
---|---|
Computer | 💻 |
ModusToolbox™ software v3.0 or later | |
CY8CKIT-062S2-43012 Infineon Board | |
Technical Report |
🚩 Let start
👉 Open Eclipse IDE ModusToolbox
👉 Select Board
👉 Select Application
👉 Build Application
👉 Launching Program
Before launching the program to the board, make sure that you have already connected the board to the computer through USB cable.
Launching Program
👉 Serial Terminal Setup
After Install the Putty now let follow the below
Open
Device Manager
and check COM PortOpen Putty and Setup as below:
Select
Serial
Serial line
COM_
Speed
115200
Click
Open
👉 Check the Result
You will see
Hello World!!!
on the serial terminal.LED Blinking
🎉 Congratulations! You can now complete Lab100 by creating, building, and launching the application program.
Supported toolchains (make variable 'TOOLCHAIN')
GNU Arm® embedded compiler v10.3.1 (
GCC_ARM
) - Default value ofTOOLCHAIN
Arm® compiler v6.16 (
ARM
)IAR C/C++ compiler v9.30.1 (
IAR
)
Supported kits (make variable 'TARGET')
PSoC™ 62S2 Wi-Fi Bluetooth® pioneer kit (
CY8CKIT-062S2-43012
)PSoC™ 62S1 Wi-Fi Bluetooth® pioneer kit (
CYW9P62S1-43438EVB-01
)PSoC™ 62S1 Wi-Fi Bluetooth® pioneer kit (
CYW9P62S1-43012EVB-01
)PSoC™ 62S3 Wi-Fi Bluetooth® prototyping kit (
CY8CPROTO-062S3-4343W
)
© BDH Corporation, 2022-2023
Last updated