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
  • You can load the precompiled examples with the version of the SD that they were intended for.

    However, most examples have precompiled hex images that include the SD already. You can tell which ones do since they include the SD type in the file name (eg, ble_app_beacon_s132_pca10040.hex). Also the files are rather big.

    Since these already include the SD you just do an erase all and then load them as "application" in nRFgo Studio.

Children
No Data
Related