Development Environment Preparation
Requirements
Computer
💻
Infineon PSoC 62S2 Wi-Fi BT Pioneer Kit (CY8CKIT-062S2-43012) Wireless Development Tool CY8CKIT-062S2-43012
1. ModusToolbox Installation and Firmware Updates
1.1 ModusToolbox Installation
💻 System Requirement
- Windows 7 64-bit / Windows 10 64-bit
- macOS10.x
- UbuntuLinux18LTS
📀 Download the Software
Go to the Cypress ModusToolbox website (www.cypress.com/modustoolbox) and download your appropriate software from your platform:




2. Eclipse IDE Development Tools and Project Creator
2.1. Open ModusToolbox Tool




2.2. Eclipse IDE for ModbusToolbox GUI

2.3. Click “New Application ” and it will automatically shell to Project Creator 2.0

2.4. Click “PSoC6 BSP s” and follow the below step

2.5. Go to “Getting Started” and Select "Empty App"

2.6 Build the Application




Variable name: CY_TOOLS_PATHS
Variable value: < Your ModusToolbox folder >
2.6 Adding the BDH Code Template
Open modus-shell

$ cd
$ cd ~/.modustoolbox/
$ echo 'https://raw.githubusercontent.com/Advance-Innovation-Centre-AIC/mtb2-bdh-academy-manifests/master/bdh-academy-basic-app-super-manifest.xml' > ~/.modustoolbox/manifest.loc

🧮 Serial Studio Installation.
💻 For windows
👉 Go to Serial Studio download link: https://serial-studio.github.io and click on
Install
.

👉 Choose
SerialStudio-3.0.6-Windows.exe

👉 Click on
Run anyway

👉 Click
Next

👉 Click
Install

👉 Click
Finish

😲 Now you can open and use Serial Studio Program

💻 For MacOS
Open this link and click download SerialStudio-1.1.7-macOS.zip
Serial-Studio-3.0.6-macOS-arm64.dmg is for Macs with an M1 chip.
Serial-Studio-3.0.6-macOS-x86_64.dmg is for Macs with an Intel chip.

👉 When you’ve been downloaded, “Serial Studio” still cannot be opened in your computer due to the firmware hasn’t verified yet.

👉 Click “Cancel” and go to System Settings -→ Privacy & Security and scroll down until you see “Security” header

👉 Click “Open Anyway” to unlock the verification from firmware

😲 Now you can open your program anytime

Last updated
Was this helpful?