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.

error while building GlucoseCollector\CC2540

Other Parts Discussed in Thread: CC2540

when i build GlucoseCollector\CC2540, the following error happen:

==================================

Error[e104]: Failed to fit all segments into specified ranges. Problem discovered in segment XDATA_N. Unable to place 2 block(s) (0xc02 byte(s) total) in 0xb76 byte(s) of memory. The problem occurred while processing the segment placement

command "-P(XDATA)XDATA_N=_XDATA_START-_XDATA_END", where at the moment of placement the available memory ranges were "XDATA:138a-1eff"

Error while running Linker

==================================

It looks like some memory problem.

I'm building this example for my own board, the lcd driver need about 0.5k bytes pixel data, will this cause the problem?