Choosing development kit of Cypress

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Suma
Level 1
Level 1
First reply posted First question asked Welcome!

Hello....

Starting with Cypress controller, what development kit or code examples helps me to develop small test application to verify the proper working of UART, SPI, I2C, GPIO, Clocks etc. peripherals.??

I have IAR 8.4 Workbench IDE for programming and debugging code, so looking for example codes in IAR IDE support.

0 Likes
1 Solution
MotooTanaka
Level 9
Level 9
Distributor - Marubun (Japan)
First comment on blog Beta tester First comment on KBA

Hi,

As Hari-san has mentioned, it seems that we can export PSoC Creator Project to IAR and other IDEs.

001-export_to_IAR.JPG

So if you "can" put up with installing and using PSoC Creator, which is free,

I have written and posted the following sample projects to show how to use basic peripherals.

PSoC 6
CY8CKIT-062-BLE
CY8CKIT-062-WiFi-BT
https://community.cypress.com/t5/Code-Examples/MCU-Tester-a-Swiss-Army-Knife-for-PSoC-CY8CKIT-062-BL...

PSoC 5LP
CY8CKIT-059
https://community.cypress.com/t5/Code-Examples/MCU-Tester-a-Swiss-Army-Knife-for-PSoC-CY8CKIT-059-ve...

CY8CKIT-050
https://community.cypress.com/t5/Code-Examples/MCU-Tester-a-Swiss-Army-Knife-for-PSoC-CY8CKIT-050-ve...

PSoC 4
CY8CKIT-044
https://community.cypress.com/t5/Code-Examples/MCU-Tester-a-Swiss-Army-Knife-for-PSoC-CY8CKIT-044-ve...

moto

Note: Sorry I have not tried to use these with IAR tools.

 

View solution in original post

0 Likes
4 Replies
Hari
Moderator
Moderator
Moderator
750 replies posted 500 replies posted 250 solutions authored

Hi @Suma 

 

You can take a look at our PSoC 4 and PSoC 6 devices. PSoC 4 are low power application devices with a cortex M0+ processor and PSoC 6 provides connectivity options as well with a dual core (CM4 + CM0+) architecture. 

 

PSoC 4 MCUs - https://www.cypress.com/products/32-bit-arm-cortex-m0-psoc-4

PSoC 6 MCUs - https://www.cypress.com/products/psoc-6-microcontrollers-32-bit-arm-cortex-m4m0

 

Best regards, 
Hari

0 Likes
Suma
Level 1
Level 1
First reply posted First question asked Welcome!

Hello Hari,

Thanks for the response, as I have mentioned looking for development kit code examples in IAR IDE support.  I can't run code on PSoC.

0 Likes
Hari
Moderator
Moderator
Moderator
750 replies posted 500 replies posted 250 solutions authored

Hi @Suma 

 

You can port the code examples and projects to IAR as well. Please have a look at this thread - https://community.cypress.com/t5/PSoC-Creator-Designer-Software/IAR-in-PSOC-Creator/m-p/143301 and the PSoC Creator User guide - https://www.cypress.com/file/137441/download Section "Exporting a Design to 3rd Party IDEs"

 

Best regards, 

Hari

0 Likes
MotooTanaka
Level 9
Level 9
Distributor - Marubun (Japan)
First comment on blog Beta tester First comment on KBA

Hi,

As Hari-san has mentioned, it seems that we can export PSoC Creator Project to IAR and other IDEs.

001-export_to_IAR.JPG

So if you "can" put up with installing and using PSoC Creator, which is free,

I have written and posted the following sample projects to show how to use basic peripherals.

PSoC 6
CY8CKIT-062-BLE
CY8CKIT-062-WiFi-BT
https://community.cypress.com/t5/Code-Examples/MCU-Tester-a-Swiss-Army-Knife-for-PSoC-CY8CKIT-062-BL...

PSoC 5LP
CY8CKIT-059
https://community.cypress.com/t5/Code-Examples/MCU-Tester-a-Swiss-Army-Knife-for-PSoC-CY8CKIT-059-ve...

CY8CKIT-050
https://community.cypress.com/t5/Code-Examples/MCU-Tester-a-Swiss-Army-Knife-for-PSoC-CY8CKIT-050-ve...

PSoC 4
CY8CKIT-044
https://community.cypress.com/t5/Code-Examples/MCU-Tester-a-Swiss-Army-Knife-for-PSoC-CY8CKIT-044-ve...

moto

Note: Sorry I have not tried to use these with IAR tools.

 

0 Likes