I am trying to build a Nordic Secure DFU Bootloader project, and am running into some issues.
I have a previously working project when running the SDK v14, but after upgrading to SDK v15 I can’t seem to get it working. I am mainly struggling with referencing the DFU types (Software Development Kit > nRF5 SDK > nRF5 SDK v15.0.0 > API Reference > SDK common libraries > Bootloader modules > DFU modules) and the compiler (MSBUILD) is not finding some key #defines and definitions.
<b>NRF_MBR_PARAMS_PAGE_SIZE</b> is not found
nrf_dfu_observer_t is also not found
I am currently at a loss, and unable to complete the build. I believe that I am referencing the correct libraries, but am not sure. Could you please offer some help.
Thank you,
Chris