Hi!
I try to write SD to 52810 and nrg go studio can't do it. After recover it can't to switch normal window with possibility erase device and SD write. What possible reason?
Hi!
I try to write SD to 52810 and nrg go studio can't do it. After recover it can't to switch normal window with possibility erase device and SD write. What possible reason?
Hi,
I'd recommend using nrfjprog (nrfjprog -e for erasing, and nrfjprog --program <.hex file> for programming) directly if you have issues using the frontend in nRFgo Studio for nRF5x-programming.
This is because nRFgo Studio has a bundled version of nrfjprog, which is older than the nrfjprog version found in the "nrf5x command line tools".
Best regards,
Håkon
How to set correct version in to nrf go studio? Or reupdate my command line tools?
Command-line-tools can be found here: https://www.nordicsemi.com/eng/nordic/Products/nRF52840/nRF5x-Command-Line-Tools-Win32/58850
Since nRFgo Studio interfaces directly with the nrfjprog .DLL, you cannot update this manually, which is why I recommend that you use nrfjprog instead to program/erase your device.
Kind regards,
Håkon
Confirm, should update nrf tools to new version. Now nrf go studio works OK.