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
@GunMin: Have you solved the issue ? If you do, and the answer from Håkon is correct, could you accept the answer ?
@GunMin: Have you solved the issue ? If you do, and the answer from Håkon is correct, could you accept the answer ?