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

Issue programming example on S132 SDK12/13 with PCA10040

When I try to program an example with nRF go Studio from the new SDK12 or SDK13(fresh download) I get the following error:

image description

It does not show up if I don't program the softdevice first, but then ble doesen't works. I also get an error in keil where it just says "Error: Flash Download failed - "Cortex-M4" ". I did not have such issues with the old SDK11.

Edit: Yes, I do erase all before writing.

Parents Reply
  • And, after looking at the file name in your error msg above, yes your hex image already includes the SD. Just erase all and load image as application. The segger will give you a virtual uart (com port). You will see it show up in your OS. I think you can configure the port number from nRFgo if you wish. Then you can use any terminal application or something else to move data to the connected blue tooth device. The mating smartphone app for the uart example, I think just gives you a terminal interface.

Children
No Data
Related