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

application example(s132) can not be written to nRF52832. (Cortex-M4 error)

hi,all

i am a new learner about the BLE

when i use softdevice 17.0.2 to run the example (anyone) ,there is no problem.

then I want to use the SDK12.3.0 to run a formal example which is included in sdk12.3.0   ,I can write softdevice to nRF52832(PLA10040) ,but the app;ocation will be failed named Cortex-M4 error. 

everytime before written I use nrf connect the earse all data include the softdevice.

what happens?

Parents
  • Hi

    Can you provide some details on how you're flashing the SoftDevice and example application onto your device? Seeing as you're using the nRF52832 DK and nRF Connect, I suggest using the nRFConnect Programmer application to flash .hex files onto your device. You can find .hex files including both the SoftDevice and application in the \hex folders for each BLE peripheral and central example located in \nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ and \nRF5_SDK_17.0.2_d674dde\examples\ble_central\ respectively.

    If you have made changes to any of these examples and you have built them in an IDE, you will have to add the SoftDevice .hex file as well as the output file when flashing the application onto the device. The SoftDevice .hex files can be found in \nRF5_SDK_17.0.2_d674dde\components\softdevice\s132\hex.

    Best regards,

    Simon

Reply Children
No Data
Related