This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2541 SimpleBLEPeripheral OAD and none OAD Code memory size

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