I tried to reduced my hex file's size while converting to zip but it doesn't get size under 256KB due to which I am getting an error: Data size exceeds the limit.
Below are the screenshots for reference.
I need help to resolve this problem,




I tried to reduced my hex file's size while converting to zip but it doesn't get size under 256KB due to which I am getting an error: Data size exceeds the limit.
Below are the screenshots for reference.
I need help to resolve this problem,




It doesn't work that way. You need to reduce your code size, not attempt to compress the hex file.
Try compiling with size optimizations, disable logging, etc.
I don't have any project whose size is small all are bigger than 400 KB. What i should do?
Because Samsung microbit hex2bin converter is reducing size but its not woriking in ios lib of IOS-Pods-DFU-Library.
Yeah it has bin file but why its not working. I don't know why?
Well you said it's because the binary is more than 256 KB? What is it that you want to flash? You still have to take into account the space taken up by the bootloader and the softdevice. I assume you will have about 100 KB of free space
Same file is working with samsung microbit but not with ios lib IOS-Pods-DFU-Library. I believe there is a bug in IntelHex2BinConverter.
I am only flashing application.
I am only flashing application.
I don't know about any bugs regarding that. Maybe you should wait for support from Nordic.