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

secure_bootloader_ble_s112_pca10040e SDK15.3 Keil

Hello!

In SDK15.3 project "secure_bootloader_ble_s112_pca10040e" for Keil, write flash incorrect and not work.

In SDK15.2 this prodject work fine.

Please correct in the new version.

Best regards.

Parents
  • : I downloaded a fresh version of the nRF5x SDK v15.3.0 and compiled the Secure Bootloader for the pca10040e, i.e.  nRF5_SDK_15.3.0_59ac345\examples\dfu\secure_bootloader\pca10040e_ble\arm5_no_packs. 

    Flashing the compiled project together with the S112 SoftDevice to a nRF52810 device did not result in any errors on my end. The "Error: Flash Download failed - "Cortex-M4"" error is usually due to the flash not being erased prior to flashing the compiled binary. Could you try erasing your nRF52810 device using nrfjprog, i.e. nrfjprog -e?

    Best regards
    Bjørn

  • Hello!

    Yes, I did that.

    All other projects, which I tried to open, start debug fine, except for this.

    I unpacked the project from SDK15.2 and SDK15.3 several times and rechecked that the project from 15.3 was not write all the times.

    All other examples do not require any additional memory cleaning so that they work normally. Therefore, I think that this is something else.

Reply Children
Related