Dear all,
I have a problem.The DFU could not be performed due to a large size of the application around 300kB.
Platform : 52832;
SDK: SDK_11.0.0;
softdevice:s132.
Dear all,
I have a problem.The DFU could not be performed due to a large size of the application around 300kB.
Platform : 52832;
SDK: SDK_11.0.0;
softdevice:s132.
Make your application smaller - try compiling with -Os (optimize for size) if you're not doing that already.
Make your application smaller - try compiling with -Os (optimize for size) if you're not doing that already.