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
@Hung Bui: I'm sorry so late. I solved the problem. I have a header file is configured to Hex needed because we used an OLED. So I moved to Hex data from "Program source header file" to "SD Card text file" That is, no need to reduce the source.
@Hung Bui: I'm sorry so late. I solved the problem. I have a header file is configured to Hex needed because we used an OLED. So I moved to Hex data from "Program source header file" to "SD Card text file" That is, no need to reduce the source.