Hi,
I'm using SDK nRF5_SDK_15.2.0_9412b96 and I need to build DFU and Bootloader for OTA.
I follow the "Getting started with Nordic's Secure DFU bootloader, a step by step guide" tutorial.
In the stage B1 (Compile the uECC library) I have a problem.
I've downloaded the library from GitHub and saved it in the micro-ecc\microecc folder.
I've tried to run the Makefile from \\nRF5_SDK_15.2.0_9412b96\external\micro-ecc\nrf52nf_keil\armgcc and from \\nRF5_SDK_15.2.0_9412b96\external\micro-ecc\nrf52hf_keil\armgcc
But any time we get error.
Please advise how can I run the MAkefile?
Shimon