Hello.
I have 2 questions about code memory size.
When SimpleBLEPeripheral project was built without OAD function, code memory size was about 114KByte.
And when SimpleBLEPeripheral project was built with OAD function, code memory size was about 111KByte.
I think, if OAD service added, the code memory size should be increase, but it was not.
Please explain it.
When I opened memory map after compile was done, I can see code memory size like below.
111 363 bytes of CODE memory (+ 15 613 range fill )
I don`t know mean for (+ 15 613 range fill ).
Please let me know it.
Thank you