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

Buttonless DFU with SES

Hi,

I am using nRF52832 with sdk15.3 SES

I need to use DFU.

Buttonless DFU

need to program the controller without the wire connection.

Can you explain how DFU works and any tutorial or steps to follow to work with SES.

and need some examples to work on it.

Parents Reply
  • Hi,

    I have created the micro_ecc_lib_nrf52.a

    using minGW

    Can you tell me. the step i followed is ok or not ?

    1. Downloaded and Install GNU Arm Embedded Toolchain latest version : here

    2. changed the GNU_INSTALL_ROOT and GNU_VERSION

       like this

    3. Download and and unzip the micro-ecc folder

    in

    4. Execute msys.bat file from C:\MinGW\msys\1.0

    5. moved to my folder ,in my case

    cd /f/1.nRF52/nRF5_SDK_current/external/micro-ecc/nrf52hf_armgcc/armgcc/ 

    make

    the file has created

    Now I build the secure folder example my case

    F:\1.nRF52\nRF5_SDK_current\examples\dfu\secure_bootloader\pca10040_ble\ses

Children
Related