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?