Hi, I'm using nrf52810.
Size of flash memory of nrf52810 is 192kb according to the datasheet. But size of hex of S112, nrf52810 softdevice, is 281kb.
Why size of S112 is bigger than flash memory of nrf52810?
Is it correct?
Hi, I'm using nrf52810.
Size of flash memory of nrf52810 is 192kb according to the datasheet. But size of hex of S112, nrf52810 softdevice, is 281kb.
Why size of S112 is bigger than flash memory of nrf52810?
Is it correct?
You are mixing size of HEX file on PC (= text file) and binary on the chip. Study how Intel HEX format looks like. The size of S112 V5.1.0-2.alpha is 100kB (as explained also in release notes attached to the HEX file).
@endnode Thanks. I got it!
@endnode Thanks. I got it!