Hello, I have a pca10028 and I am wondering if I can use it also to flash nrf52 boards.
I quickly tried with rknrfgo on mac to wipe a custom board based on nRF52832 and it doesn't work, what might be the problem?
Thanks!
Hello, I have a pca10028 and I am wondering if I can use it also to flash nrf52 boards.
I quickly tried with rknrfgo on mac to wipe a custom board based on nRF52832 and it doesn't work, what might be the problem?
Thanks!
Did you change the flash start and ram address accordingly? Did you change the softdevice accordingly? Not sure why you would want to use the nrf51 compiled code on the nrf52. You would be better taking that source code and compiling towards the nrf52 sdk and predefine options. That way the code to optimized and compiled to run on the nrf52.
Did you change the flash start and ram address accordingly? Did you change the softdevice accordingly? Not sure why you would want to use the nrf51 compiled code on the nrf52. You would be better taking that source code and compiling towards the nrf52 sdk and predefine options. That way the code to optimized and compiled to run on the nrf52.