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.

Software Sample for bt-mspaudsink

Other Parts Discussed in Thread: BT-MSPAUDSINK-RD, MSP430F5229, MSP430F5438A

I have bought a demo board BT-MSPAUDSINK-RD and downloaded the Blutopia Stack.

Hardware:  CC2564B + MSP430F5229

Software:  Bluepia for MSP430  V1.4 R2

Tools:  IAR for MSP430: V6.10.1

I open the IAR project in the directory:  CC256X BT\CC256x MSP430 Bluetopia SDK\v1.4 R2\MSP430_Experimentor\Samples\A3DPDemo_SNK\Projects\IAR

But the result displayed as below:

Error[e104]: Failed to fit all segments into specified ranges. Problem discovered in segment CODE. Unable to place 209 block(s) (0x1ea5e byte(s) total) in 0x1dfea byte(s) of memory. The problem occurred while processing the segment placement command "-P(CODE)CODE=4400-FF7F,10000-243FF",  where at the moment of placement the available memory ranges were "CODE:6396-ff7f,CODE:10000-243ff" 
Error while running Linker

0x1ea5e byte -- 122KB         0x1dfea byte(s) -- 119KB

(1) Why the Flash is not enough?

(2) Is anybody can share the project that can be downloaded? Thanks.