Hello,
We are starting to develop a medical device that reads a sensor (signal read by MSP430F5529 launchpad) and sends it via Bluetooth (we have bought the TI bluetooth CC2564). But we need to work on this using the standarts as the ISO/IEEE 11073(https://en.wikipedia.org/wiki/ISO/IEEE_11073One of the reasons we are using TI platform is because we thought it would give us support to medical development as in this presentation: www.elexcon.com/.../2011422145333.pdf
. And we also saw that MSP430F5529 has integrated USB and supports Medical USB Platform www.ti.com/.../index.shtml;HQS=f66xx-medicalusb-pr-sw
We have some doubts:
1- First, we tried to use the Bluetooth Stack (http://www.ti.com/tool/tibluetoothstack-sdk
#10010 errors encountered during linking; "SPPLEDemo_Lite.out" not SPPLEDemo_Lite C/C++ Problem
<a href="file:/C:/ti/ccsv6/eclipse/plugins/com.ti.ccstudio.errorparser_6.1.0.201502111100/resources/dmed/HTML/10269.html">#10269</a> output file "SPPLEDemo_Lite.out" exceeds code size limit SPPLEDemo_Lite C/C++ Problem
<a href="file:/c:/ti/ccsv6/tools/compiler/dmed/HTML/10234.html">#10234-D</a> unresolved symbols remain SPPLEDemo_Lite C/C++ Problem
unresolved symbol _data20_read_char, first referenced in ./BTPSVEND.obj SPPLEDemo_Lite C/C++ Problem
3- I am sorry if this is a question technically right, but as the MSP430F5529 has the USB medical library implementing the ISO 11073, we would like to
know if it is possible to use the MSP430 USB to communicate with the bluetooth CC2559 to send data to a Android Smartphone and this communication
will be standardized??
thank you and I would appreciate if you answer our questions. =D