Hi,
Thanks in advance.
Anybody experiencing the same problem? I'm trying to test the DFU functionality by compiling the example in SDK/examples/dfu/secure_bootloader/pca10040_ble/ses/ , but I got errors like this every time:
micro_ecc_backend_ecc.c uECC.h: No such file or directory
and the source code in micro_ecc_backend_ecc.h is :
#include "uECC.h"
I was using nRF5 SDK V17.0 first, then I tried an earlier version V15.2, and had the same error, I searched the whole SDK folder and couldn't find a file named uECC.h, how could I fix this problem?
