Development Environment Preparation

Requirements

image
Resources
Link

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:

Go to Download
Download ModusToolboxSetupInstaller_1.2.0.787
Install program
Choose ModusToolbox version 3.2.0

2. Eclipse IDE Development Tools and Project Creator

2.1. Open ModusToolbox Tool

pen Eclipse IDE
Create Workspace
Create and select folder in Drive C
Launch the Program

2.2. Eclipse IDE for ModbusToolbox GUI

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

Create Application

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

Select board

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

Create Application

2.6 Build the Application

Note: Fix environment errors in case you encounter build errors.

Open Edit the System environment variables
Create environment Path

Variable name: CY_TOOLS_PATHS

Variable value: < Your ModusToolbox folder >

2.6 Adding the BDH Code Template

  • Open modus-shell

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

  • 👉 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

Serial Studio

💻 For MacOS

  • 👉 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?