- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Community,
I had programmed CY8CKIT-062-BLE PSoC 6 BLE Pioneer Kit with the code example (High_Level_SPI_Master) for SPI.
My hardware setup is according to below.
After that I pugged the CY8CKIT-062-BLE kit board into your computer’s USB port and chose Debug > Program(core CM0P then CM4). According to the code LED should be blinking, but It's not working. What should I do?
Where am I wrong? Can anyone help me?
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Anjali ,
I tried programming CY8CKIT-062-BLE PSoC 6 BLE Pioneer Kit with the High_Level_SPI_Master project from your attached zip file. And, the LED seems to be blinking in the same colour order as mentioned in the PDF. Hence, your project is working at my end.
Can you please tell are you connecting the wires correctly or did you make any change to the project before programming?
Best Regards,
Aashita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Anjali ,
I am unable to reproduce the issue at my end. I tried programming the same code example on CY8CKIT-062-BLE PSoC 6 BLE Pioneer Kit with the given hardware setup and the LED seems to blink in the same color sequence as explained in the code example. I will explain the steps I followed to check the outcome -
1. Imported both the SPI-Master and SPI-slave projects in the same workspace.
2. Connected the jumper wires as required in the code example. For e.g. P10[0] to P12[0] and so on. And then, connected the board through USB cable to the PC.
3. Set up SPI-Master as active project and programmed CM4, followed by setting up SPI-Slave as active project and programming CM0+.
Please go through the above steps and let me know in you need any further help with the steps you followed in order to program the CE.
Best Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Anjali ,
I do not see any documents attached. I can only see this-
Can you please try re-attaching your project or documents? You can zip all the documents and make use of the below option to attach your file -
Best Regards,
Aashita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Anjali ,
I tried programming CY8CKIT-062-BLE PSoC 6 BLE Pioneer Kit with the High_Level_SPI_Master project from your attached zip file. And, the LED seems to be blinking in the same colour order as mentioned in the PDF. Hence, your project is working at my end.
Can you please tell are you connecting the wires correctly or did you make any change to the project before programming?
Best Regards,
Aashita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you so much Aashita, for solving the issue.
Connection was as per the datasheet, but there was power issue.
For PSOC Creator, we need to use Bridge Control Panel to supply the power from MiniProg4.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Anjali ,
Yes! That is one way of powering the board. However, you can always easily use the On-board programmer/debugger KitProg2 itself to program the board. That will power your board. Bridge Control Panel is not a necessity to power, while using PSoC Creator. I hope this helps.
Best Regards,
Aashita