Hi,
I want to run the default DFU, and run an application on top of that. In order to configure the bootloader, this is the folder i am currently using the dfu bootloader from, <InstallFolder>\examples\dfu\secure_dfu_test_images.
I have read the instructions from here: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fble_sdk_app_dfu_bootloader.html&cp=4_0_0_4_3_0
And i have also installed the MinGW and Mysy. I have also, extracted the micro-ecc inside the mico-ecc directory.
I have compiled the micro-ecc using the command prompt and Msys, so the libraries i need are already installed.
I'm not able to figure out what my next step should be?