Error is shown in the following figure.
I use nrf51822-DK(256k)
The exception of BLE_S110 works well.
Memory Is not enough when you add a BLE_S110
Is there any way this case?
Error is shown in the following figure.
I use nrf51822-DK(256k)
The exception of BLE_S110 works well.
Memory Is not enough when you add a BLE_S110
Is there any way this case?
Hi,
Try optimizing your application by for instance removing HEAP. Most applications don't use HEAP for instance (unless you're using malloc/free).
If you go to "options for target ..." -> "Target" tab, and check "Use MicroLIB", are you able to compile then?
Cheers, Håkon
Thank you for answer.
A check on the "Use MicroLIB" but does not compile.
If there is no other way, I will try to optimize my application that Using Malloc and free
But I hope you tell us if you know any other way.
Thank you
Thank you for answer.
A check on the "Use MicroLIB" but does not compile.
If there is no other way, I will try to optimize my application that Using Malloc and free
But I hope you tell us if you know any other way.
Thank you