How to use a chipset standalone

Thread Starter

anikseng

Joined Sep 28, 2022
29
Hello all,

I am very new to this field of area and want to understand something basic.

I have a CYBLE 416045-02 BLE chipset and also have the PSOC6 Evaluation board. I want to use that chipset in my wearable device.

How do I program it? Can we program that chipset using the Eval board or should we use our own design using PCB according to our need
 

Thread Starter

anikseng

Joined Sep 28, 2022
29
Yes but I cant understand how to program and use it standalone. Do we have to built our our own circuit or use the development board?
 

MrChips

Joined Oct 2, 2009
34,626
Cypress CYBLE 416045-02 BLE can be programmed using JTAG or SWD (Serial Wire Debug). The EVAL board uses SWD.
You create your own PCB the way you want it to suit your application.
Bring out a 5-pin male header as follows:

1 - SWDIO (pin-27 P6.6)
2 - SWDCLK (pin-26 P6.7)
3 - XRES (pin-42)
4 - GND
5 - VDD

You can then program your PCB stand-alone using the EVAL board.
 

Ya’akov

Joined Jan 27, 2019
10,226

Attachments

MrChips

Joined Oct 2, 2009
34,626

Attachments

Thread Starter

anikseng

Joined Sep 28, 2022
29
Hello, thank you I got your point. The schematic shown is for the entire Eval Board. However, I would like to use the ADC pins as I would only take the analog inputs and transfer it to the mobile.

Should my schematic only be using the ADC pins(P10_0 to P10_6) and the serial pins that you have mentioned for programming ?

Also I would like to know how where the connect the Serial wire debug pin in the EVAL Board

I am very new to this field. I would be obliged if you to help me in this regard
 

MrChips

Joined Oct 2, 2009
34,626
You can layout your PCB however you please.
Just have that 5-pin header connected as required.
To program your target, you will connect the 5-pin header to P3 on the EVAL board using female-to-female Dupont jumpers.
 

Thread Starter

anikseng

Joined Sep 28, 2022
29
So you are telling me that in the schematic(attached) I can use the P10_0 to P10_6 as the ADC pins and those 5 pin header. Apart from that I only connect the VDD and the GND?

Also what are the use of these Reset button and CMOD as shown the second picture attached?

Also can you tell me how to program this EVAL board, like changing the kitprog to program the PSOC BLE connected to J3 rather than the present onboard the EVAL board. Is there any guidance on that? There is nothing on the website
 

Thread Starter

anikseng

Joined Sep 28, 2022
29
But isnt onboard Chipset already connected to the kitprog. I thought P9 was if we want to use an external programmer to program it
 
Top