PSoC 6 MCU PDM-to-PCM Example

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

cross mob
jomoc_3144201
Level 4
Level 4
25 replies posted 10 replies posted 5 replies posted

Hi, I'm rather new to the PSoC ecosystem so I am running through some of the examples listed for the PSoC® 6 BLE Pioneer Kit but am having an issue programming the CE219431 PSoC 6 MCU PDM-to-PCM Example to the Pioneer Kit. 

This was downloaded from:

http://www.cypress.com/documentation/code-examples/psoc-6-mcu-code-examples

Initially I had to change the Peripheral Driver Library location which was causing build errors due to it being set to:

    "C:\Program Files (x86)\Cypress\PDL\3.0.1"

I am using a 32-bit system so I do not have a Program Files (x86) location.

After this, the code ran through the build process without issue, but when I tried to load the code to the board, no device was highlighted to load to. If I select one of the devices despite this I get the following errors:

"C:\Program Files\Cypress\PDL\3.0.1\tools\win\elf\cymcuelftool.exe" -A L:\Cypress\PSoC_6\CE219431\CE219431_PDM_PCM.cydsn\CortexM4\ARM_GCC_541\Debug\CE219431_PDM_PCM.elf

code:18888 sram:2444

--------------- Build Succeeded: 02/17/2018 21:06:08 ---------------

Error: dbg.M0033: The selected debug target 'CY8C6347BZI-BLD53' is not compatible with the project's selected device 'CY8C6247BZI-D54'.

Error: dbg.M0033: The selected debug target 'CYBL11573-56LQXI' is not compatible with the project's selected device 'CY8C6247BZI-D54'.

Error: dbg.M0033: The selected debug target 'CY8C6347BZI-BLD53' is not compatible with the project's selected device 'CY8C6247BZI-D54'.

Error: dbg.M0033: The selected debug target 'CY8C6347BZI-BLD53' is not compatible with the project's selected device 'CY8C6247BZI-D54'.

Error: dbg.M0033: The selected debug target 'CYBL11573-56LQXI' is not compatible with the project's selected device 'CY8C6247BZI-D54'.

Error: dbg.M0033: The selected debug target 'CYBL11573-56LQXI' is not compatible with the project's selected device 'CY8C6247BZI-D54'.

This is what I am seeing:

pastedImage_1.png

Is there something that I am missing with building this examples?

Cheers,  Jon

0 Likes
1 Solution
SrikanthD_56
Employee
Employee
25 sign-ins First question asked First comment on blog

Hi Jon,

To use this code example with CY8CKIT-062-BLE, please change the target device in the project to 'CY8C6347BZI-BLD53'.

To change the target device in the project, right-click on the project and select Device Selector. In the Device Selector window, scroll down and select CY8C6347BZI-BLD53 from the list, then clock OK.

Now rebuild the project and you should be able to program the device successfully. Refer to the Design Considerations section of the CE document for details.

View solution in original post

2 Replies
SrikanthD_56
Employee
Employee
25 sign-ins First question asked First comment on blog

Hi Jon,

To use this code example with CY8CKIT-062-BLE, please change the target device in the project to 'CY8C6347BZI-BLD53'.

To change the target device in the project, right-click on the project and select Device Selector. In the Device Selector window, scroll down and select CY8C6347BZI-BLD53 from the list, then clock OK.

Now rebuild the project and you should be able to program the device successfully. Refer to the Design Considerations section of the CE document for details.

Oh, face-palm!  I suppose that makes sense since it was complaining about the target device.

Thanks!

0 Likes