I am trying to get an OTA DFU for nRF52810. I am not trying to get anything custom right now but only trying to prove that it works. I have tried going about this many different ways.
- I built the project in IAR on SDK 17.0.2 and that project can't finish building because it has an inconsitent error for wchar_t size and it can't find the source files for uECC, even though I have all the preprocessor folder locations setup.
- I use this case and I upload the precompiled bootloader hex and I can see the DFU_TARGET on the toolbox app but when I go to do a DFU, it starts downloading then it fails and I get a GATT error.
So, both cases I am at a dead end. Any help on this would be great.
I have tried to go through all of the steps for the DFU secure bootloader as well. Here