Getting Started with nRF5340DK

Hi,

I was trying to start with nRF5340 Development Kit. I'm using NRF Connect for desktop and in the programmer in NRF Connect for Desktop I tried writing a hex file I found. But it says  "You are programming via MCUboot. The device will be recovered if proceed to write. Make sure the device is in MCUboot mode."

and I'm not able to write. how can I configure the device in such a mode that I can program the device so that I could put the device in different modes like BLE sleep, BLE Standby etc.

Regards,

Arun Varghese

Parents Reply Children
  • Hi 

    I would recommend going through our course nRF Connect SDK Fundamentals  

    It covers the following 

    • Develop a fundamental understanding of the nRF Connect SDK
    • Learn how hardware is described using devicetree
    • Learn how to configure software modules using Kconfig
    • Practice through hands-on exercises using common hardware peripherals (GPIO, UART, I2C)
    • Develop more knowledge about Zephyr RTOS 101 - Execution model, ISRs, threads, thread's life-cycle and inter-task communication/synchronization mechanisms

    Did you try to flash the device using the west flash command? 

    As to other example project, NRF Connect contains multiple example projects that you can try out, here in an overview. How to get started is covered in the course I linked above or you can have a look here

    Regards

    Runar

Related