Open jerlon1 opened 5 years ago
I am new at this game and I wanted to flash blinky from the Segger IDE to my nrf52832-mdk
https://www.nordicsemi.com/eng/Products/Bluetooth-low-energy/nRF52832
How can I do that from Windows 10?
Segger Embedded Studio only supports their own J-Link debugger which is not open-source. You can flash this board using pyOCD, OpenOCD or just drag-n-drop to the disk. It can not be directly flashed using segger embedded studio. Here is a tutorial showing you how to program the board: https://wiki.makerdiary.com/nrf52832-mdk/getting-started/#how-to-program-nrf52832-mdk
I am new at this game and I wanted to flash blinky from the Segger IDE to my nrf52832-mdk
https://www.nordicsemi.com/eng/Products/Bluetooth-low-energy/nRF52832
How can I do that from Windows 10?