Other Parts Discussed in Thread: , BLE-STACK, CC1350, CC2640R2F
Hello.
I'm designing a system with two main components: CC2650MODA + NXP MC9S12XEP100 (Non-Ti Microcontroler)
I'd found a lot of solutions and information when using MSP, so I decided compile some not answered doubts and ask them here.
• BLE Stack
My uC has no capacity to have BLE stack implemented in it's firmware/RAM together with my application, so I've been chosen TI Bluetooth solution with a build-in uC.
I just need a Serial Port Profile (SPP) in order to implement a proprietary protocol between uC and the BT Client APP.
Is it possible to use CC2650 as an UART Bridge (not transparent mode, because I can' handle BLE Stack)?
If YES, is it easy?
• CC2650 programmer
According to CC2650 datasheet, it's released pre-programmed bootloader which makes possible CC2650 to be programmed using UART or SPI.
Code Composer 7 is able to handle it? Can I use an USB-UART converter connected to UART pins and just click program button as easy as JTAG?
If NO, what additional software/hardware do I need?
• TI Bluetooth Solution Non-Low-Energy
As I mentioned earlier, my uC can't have BLE Stack inside it, but I really don't need a BLE solution.
Is there an alternative to CC2650 with a build-in uC? The closer solution I found is CC256x, but it hasn't a build-in uC.
• Free Software
All software needed to develop are FREE according to TI Site. Is it really correct?
Thanks.