We are developing a solution with TI CC256x chip. We are trying to use Bluetopia within SYS/BIOS project for MSP430F5438.
We are getting problems during linking SYS/BIOS project with Bluetopia library (BT stack available from TI). We are not able to recompile Bluetopia (this is distributed in binary form), and it is available in binary format with small data memory model. Even if there is setting of small data memory model, some SYS/BIOS files are generated with restricted memory model, and several warnings are generated considering conversion from int to pointers.
Is it possible to compile SYS/BIOS application with small data memory model? How to use SYS/BIOS with library compiled for small data memory model?