Getting started with PSoC Creator :
PSoC Creator 4.3, PSoC Programmer, and the kit design files which you can download from here. You may need to create an account on Cypress site first in order to download the file.
The installation of the prerequisite software should be quite straight forward so I am not going to describe it in detail. However, a couple of things need to pay attention:
1. After installing PSoC Creator 4.2, some components may be out-of-date, so you may need to run Cypress Update Manager multiple times to get all components updated as shown below.
Create Project:
We will not start the secure boot project from scratch. Instead, we will copy a template project from the installed PDL (Peripheral Driver Library), then we will modify the copied project so it can work for PSoC 6 WiFi-BT Pioneer Kit (CY8CKIT-062-WIFI-BT).
As a start, you will get this start page that has the latest news and information about software and versions available on the website.
Then click start page screen you able to see three sections Learn, Start and Restart from which you need click Start >> Find the code Example >> Click on that.
You need to select Device Family >> according to your board, In my case which is PSoC 62 (This numbers you can found on top of the development kit box).
And choose example code from Filter by >> choose code and read its documentation from the right side window.
After choosing the project >> click on create a project, it will automatically download project resources from the Internet.
You need to click on Build >> Generate Application.
Then it will generate applications by its processes like RTL generation, Synthesis, Mapping, and analog Placement.
After a successful build for upload code into PSoC you need to connect PSoC first and then click on Debug >> Program click OK.
Choose your Board. Click OK/CONNECT











