Program J-Link

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

cross mob
User98879
Level 1
Level 1
First reply posted First question asked Welcome!
Hello, could you help me with the information of the CYBT-213043-Mesh board on how to program it through J-Link?
0 Likes
1 Solution
DheerajPK_41
Moderator
Moderator
Moderator
750 replies posted 500 likes received 500 replies posted

Hi,

SWD interface is supported bty these devices for source code level debugging. For that you can use below pins.  It is defined in spar_util.h. (SETUP_APP_FOR_DEBUG_IF_DEBUG_ENABLED)

Debugger        Board (meshKits)
Pin-1         <--> VDD
Pin-7         <--> P13(SWDIO)
Pin-9        <--> P12(SWDCK)
Pin-20      <--> GND

Firmware download are done through the HCI UART lines.

Thanks,

-Dheeraj

 

View solution in original post

0 Likes
3 Replies
DheerajPK_41
Moderator
Moderator
Moderator
750 replies posted 500 likes received 500 replies posted

Hi,

I would suggest you to use the Modustoolbox and tools such as chipload to download the firmware to CYBT-213043-MESH.

https://www.cypress.com/products/modustoolbox

https://community.cypress.com/t5/Knowledge-Base-Articles/Programming-Using-Chipload-exe-KBA228316/ta... 

 

Thanks,

-Dheeraj

0 Likes
User98879
Level 1
Level 1
First reply posted First question asked Welcome!
Hello, good afternoon, could you tell me which pins are used to connect the j-link of the CYBT-213043-MESH board.
0 Likes
DheerajPK_41
Moderator
Moderator
Moderator
750 replies posted 500 likes received 500 replies posted

Hi,

SWD interface is supported bty these devices for source code level debugging. For that you can use below pins.  It is defined in spar_util.h. (SETUP_APP_FOR_DEBUG_IF_DEBUG_ENABLED)

Debugger        Board (meshKits)
Pin-1         <--> VDD
Pin-7         <--> P13(SWDIO)
Pin-9        <--> P12(SWDCK)
Pin-20      <--> GND

Firmware download are done through the HCI UART lines.

Thanks,

-Dheeraj

 

0 Likes