Using this link I'm able to build sample code in nRF52 SDK in Ubuntu.
I've customized board based on nrf52832 (Bluey Board) & ST-link v2. As per my understanding we can program nRF52832 using ST-link V2 since it is cortex-m4. But I don't know how ?
How to use nrfjprog utility along with ST-link v2 to flash nRF52832 ?
If it is not possible with nrfjprog then how to do it using openOCD (in Ubuntu 16.04) ?
Thank You !!