This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Connection ST-LINK to nRF52

Hey togehter,

has anyone succeeded setting up a connection between ST-Link and nRF52832? I connected the pins (GND, SWDIO, SWCLK and second try with GND, SWDIO, SWCLK,VTREF,RESET), but Keil as well as the ST-LINK_CLI tell me that no device is available.

image description

For reference, the ST-LINK and nRF51 seems to work:

devzone.nordicsemi.com/.../ devzone.nordicsemi.com/.../

Thanks!

Parents
  • Hello Greg, it's running now with the connection mentioned in my comment from Aug 4' :

    ST-LINK:GND -> nRF52:GND

    ST-LINK:T_JTCK -> nRF52:SWCLK

    ST-LINK:T_JTMS -> nRF52:SWIO

    ST-LINK:T_NRST -> nRF52:RESET

    ST-LINK:T_SWO -> nRF52:Notconnected

    The final point was now, that there was not enough RAM reserved for the programming algorithm by default. I updated the RAM size, and it's running.

    Thank you for your support!

    BR Hauser

    image description

Reply
  • Hello Greg, it's running now with the connection mentioned in my comment from Aug 4' :

    ST-LINK:GND -> nRF52:GND

    ST-LINK:T_JTCK -> nRF52:SWCLK

    ST-LINK:T_JTMS -> nRF52:SWIO

    ST-LINK:T_NRST -> nRF52:RESET

    ST-LINK:T_SWO -> nRF52:Notconnected

    The final point was now, that there was not enough RAM reserved for the programming algorithm by default. I updated the RAM size, and it's running.

    Thank you for your support!

    BR Hauser

    image description

Children
No Data
Related