problem with example code CY8CKIT-142-PSoC

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

cross mob
user_3775416
Level 1
Level 1

Hi everyone,

right now I'm trying to flash some Demo Code into CY8CKIT-142_PSoC BLE. I have followed the Pioneer-Kit-Guide until Create Blinking LED Demo. However when I loaded the code to my workspace. It shows that this code is compatible with CY8C4245AXI-483, not with the PSoC I have. The result is:

--------------- Build Succeeded: 02/26/2019 09:52:50 ---------------

Error: dbg.M0033: The selected debug target 'CY8C4247LQI-BL483' is not compatible with the project's selected device 'CY8C4245AXI-483'.

What can I do to change the device? Is there any difference between 042 and 142 version? because most of the guides are for 042.

When I selected Debug Target, the CY8CKIT-142 shows PSoC 4200 BLE CY8C4247LQ, not Cy8C4245AXI like in the Guide.

Best regards,

Viet

0 Likes
1 Solution
DheerajK_81
Moderator
Moderator
Moderator
First comment on KBA First comment on blog 5 questions asked

Looks like you are following code examples made for 042 Pioneer family and not 042 BLE.

PSoC 042 Pioneer Kit Guide (the wrong document you are following): https://www.cypress.com/file/46056/download

PSoC 042 BLE Pioneer Kit Guide (the right one): https://www.cypress.com/file/229211/download

From the error message, the device you have is CY8C4247LQI-BL483.

To choose devices: Please right click on the project > Device Selector > Choose the right device part number. Note that in your case, since you have a project made for a different device family, changing the device might not prove useful. Instead follow the below steps to create a new project for your device

You can find code examples on Page#34 here: https://www.cypress.com/file/229211/download

Another way is to use File > Code Example > Set device family to 4200 BLE as shown below:

code.PNG

Then choose the code example and click on Create Project.

Regards,

Dheeraj

View solution in original post

0 Likes
1 Reply
DheerajK_81
Moderator
Moderator
Moderator
First comment on KBA First comment on blog 5 questions asked

Looks like you are following code examples made for 042 Pioneer family and not 042 BLE.

PSoC 042 Pioneer Kit Guide (the wrong document you are following): https://www.cypress.com/file/46056/download

PSoC 042 BLE Pioneer Kit Guide (the right one): https://www.cypress.com/file/229211/download

From the error message, the device you have is CY8C4247LQI-BL483.

To choose devices: Please right click on the project > Device Selector > Choose the right device part number. Note that in your case, since you have a project made for a different device family, changing the device might not prove useful. Instead follow the below steps to create a new project for your device

You can find code examples on Page#34 here: https://www.cypress.com/file/229211/download

Another way is to use File > Code Example > Set device family to 4200 BLE as shown below:

code.PNG

Then choose the code example and click on Create Project.

Regards,

Dheeraj

0 Likes