Hi,
We are working NRF52832, SDK15.3. It works properly in debug mode but when I build in Release mode it is not working.
From my understanding debug mode will have symbols, so the code size should be larger.
But to my surprise when I compare the code size for Flash code size is more than Debug code size.
Debug code Hex size: 288KB
Release Mode code Hex file size: 388KB
Please help me to understand the difference in the Hex file code generated.