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

Build example into chips with preinstalled SOFTDEVICE

image descriptionHello to everyone. I'll need to use ble things with pwm. I'm trying to play around with pwm library it's ok, but it's build only on erased chip, trying to flash it into chip with preinstalled sdk 2.1.0 raise an error: Flash Download failed - "Cortex- M4" (KEIL). I guess that it refers to using flash memory or stuff like that, but my next step will be to use pwm along with ble (that as I understand need preinstalled sdk)

Parents
  • You can use nRFgo Studio(Win32 / Win64) to flash the SoftDevice.

    You can find the SoftDevice in

    SDK_INSTALL_FOLDER/components/softdevice/
    

    and the SDK(Software Development Kit) can be found here. For nRF52 you need to use SoftDevice S132.

    After you have flashed the SoftDevice, use Keil to flash your application.

  • Thanks for fast reply. I can build "pwm library" example into clear chip without problem. If I install softdevice 132 before I can't build it raise me error: Flash Download failed - "Cortex- M4" (KEIL). It's example locates in NRF5_SDK_12.1.0\examples\peripheral\pwm_driver\pca10040*blank*\arm5_no_packs. I think key of this error is this example locates in "blank" folder. I don't know how to remake this app that I'll be able to build it into chip with preinstalled softdevice

Reply
  • Thanks for fast reply. I can build "pwm library" example into clear chip without problem. If I install softdevice 132 before I can't build it raise me error: Flash Download failed - "Cortex- M4" (KEIL). It's example locates in NRF5_SDK_12.1.0\examples\peripheral\pwm_driver\pca10040*blank*\arm5_no_packs. I think key of this error is this example locates in "blank" folder. I don't know how to remake this app that I'll be able to build it into chip with preinstalled softdevice

Children
No Data
Related