Driver Ti Cc2540 Usb Cdc

Combined with the low energy protocol stack from Texas Instruments. The CC2540 USB Evaluation Module Kit contains one CC2540 Bluetooth low energy USB Dongle. The dongle can be used to enable Bluetooth low energy on your PC. DRIVER OR LIBRARY Download. Hi all, We made a product based on SimpleBLEPeripheral using CC2540USB stack and developed a windows PC software to communicate to CC2540 through USB CDC. We develop the CC2540 according to the following threads.

  1. Cc2540 Driver
  2. Driver Ti Cc2540 Usb Cdc Test
  3. Driver Ti Cc2540 Usb Cdc Driver
  4. Ti Cc2540 Data Sheet

3.1 Associate Driver with USB Dongle After the software installation is complete, the USB Dongle driver must be associated with the device in. A list of all hardware devices should appear. Under the section “Ports (COM & LPT)”, the device “TI CC2540 Low-Power RF to USB CDC Serial Port” should appear. Next to the name should be the.

UDK-CC2540 USB Dongle contains a Bluetooth module BT02-2 using TI Bluetooth low energy controller CC2540. TI CC2540 is a world-leading chip in Bluetooth Low Energy 4.0 and offers variety of peripherals such as USB, UART, SPI and Timer. UDK-CC2540 USB Dongle also embeds a High-PSRR 300mA LDO, Buttons and LEDs, and General Purpose I/O Test Points. TI CC2540 USB CDC Serial Port (COM3) - Driver Download. Vendor: Texas Instruments. Product: TI CC2540 USB CDC Serial Port (COM3). Hardware Class: Ports. Search For More Drivers.: Go! PC Matic Newsletter. Our weekly newsletter is packed with computer tips & tricks.


NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.

Bluetooth Low Energy Wiki Main Page


This page describes some common configurations when using a CC254x in combination with an external MCU.

Overview[edit]

NameDescriptionAdvantagesDisadvantages
Network Processor
  • External MCU drives application using CC254x HCI API.
  • GATT database is stored on chip.
  • Prebuilt image available
  • No IAR programming required
  • Standard API
  • No custom profile support
Network Processor GATT_DB_OFF_CHIP
  • External MCU drives application using CC254x HCI API.
  • GATT database is stored off chip.
  • Based off standard HostTestRelease project
  • Custom profile allowed
  • Standard API
  • Must compile with GATT_DB_OFF_CHIP config
  • EXT MCU must handle all data read and writes
Network Processor Custom
  • HostTestRelease project modified to add custom profile and commands
  • Based off standard HostTestRelease project
  • Custom profile support
  • Standard API supported
  • Custom command support
  • Must modify code on CC254X to add profiles
  • Must modify code on CC254X to add commands
Stand Alone App with Serial Interface
  • Full stack, app and profiles with serial interface.
  • Data can be passed between MCU and CC254X over user defined API.
  • Can be optimized for minimal serial traffic
  • Logic can be divided between EXT MCU and CC2540
  • Easily leverage existing examples and certified profiles
  • Must define and implement serial API


Network Processor[edit]

The HostTestRelease project (included with standard BLE SDK) is the standard BLE Network Processor application. It can be loaded on the CC2540 or CC2541, with the any of the following used as a network processor interface:

1. UART
2. SPI
3. USB CDC virtual UART (CC2540 only)

More information on the HostTestRelease project can be found in the CC254x BLE Software Developer's Guide (http://www.ti.com/lit/pdf/swru271). An overview of the HCI command protocol can be found in the TI BLE Vendor Specific HCI Guide, which is linked from the Windows Start Menu after you have installed the SDK.

For applications which only act as a GATT client and do not need to act as a GATT server, this is an ideal choice.

Network Processor GATT_DB_OFF_CHIP[edit]

The HostTestRelease project has an option that can be enabled by including the preprocessor define 'GATT_DB_OFF_CHIP' to the project configuration (under compiler settings). By adding this define, the network processor will be built such that any GATT services are maintained by the external MCU. This includes handling of all peer GATT requests to read, write, and discover services and characteristics.

This option provides for maximum flexibility of the GATT server by the MCU; however the code required on the external MCU is fairly complex.

More information on this type of setup can be found here: http://processors.wiki.ti.com/index.php/LPRF_BLE_NPGATT

Network Processor Custom[edit]

Rather than using GATT_DB_OFF_CHIP, another possibility is to manually add your GATT profiles to the HostTestRelease project, and rebuild the project with the services integrated into the network processor. This reduces the complexity of the external MCU code; however it requires the ability to add custom commands to the network processor in order to allow the external MCU to manage the data in the GATT services.

More information on this type of setup can be found here: http://processors.wiki.ti.com/index.php/BLE_HostTest_Add_Cmds

Driver Ti Cc2540 Usb Cdc

Stand Alone App with Serial Interface[edit]

Instead of using the HostTestRelease network processor project, another option is to take one of the existing single-chip projects included in the BLE SDK (e.g SimpleBLEPeripheral, HeartRate, RunningSensor, etc...) and modify it to include a 'UART bridge' or a 'SPI bridge', giving the external MCU the ability to communicate with the CC254x.

Cc2540 Driver

In addition to creating the brige using the HAL UART or HAL SPI drivers, a communication protocol must be established, allowing the external MCU to send commands to the CC254x (e.g. start advertising, send notification, etc...). It also must allow the CC254x to send event to the external MCU when specific actions occur (e.g. connection established, connection terminated, etc...). For many applications this protocol can be very simple and just consist of a few key commands and events.

More information on this type of setup can be found here: http://processors.wiki.ti.com/index.php/SimpleBLEPeripheral_SerialInterface

Other UART Configurations[edit]


See the following wiki page for all 4 UART configuations: http://processors.wiki.ti.com/index.php/All_4_uart_configs

{{
  1. switchcategory:MultiCore=
  • For technical support on MultiCore devices, please post your questions in the C6000 MultiCore Forum
  • For questions related to the BIOS MultiCore SDK (MCSDK), please use the BIOS Forum

Please post only comments related to the article CC254X WITH EXT MCU here.

Keystone=
  • For technical support on MultiCore devices, please post your questions in the C6000 MultiCore Forum
  • For questions related to the BIOS MultiCore SDK (MCSDK), please use the BIOS Forum

Please post only comments related to the article CC254X WITH EXT MCU here.

C2000=For technical support on the C2000 please post your questions on The C2000 Forum. Please post only comments about the article CC254X WITH EXT MCU here.DaVinci=For technical support on DaVincoplease post your questions on The DaVinci Forum. Please post only comments about the article CC254X WITH EXT MCU here.MSP430=For technical support on MSP430 please post your questions on The MSP430 Forum. Please post only comments about the article CC254X WITH EXT MCU here.OMAP35x=For technical support on OMAP please post your questions on The OMAP Forum. Please post only comments about the article CC254X WITH EXT MCU here.OMAPL1=For technical support on OMAP please post your questions on The OMAP Forum. Please post only comments about the article CC254X WITH EXT MCU here.MAVRK=For technical support on MAVRK please post your questions on The MAVRK Toolbox Forum. Please post only comments about the article CC254X WITH EXT MCU here.For technical support please post your questions at http://e2e.ti.com. Please post only comments about the article CC254X WITH EXT MCU here.

}}

Driver Ti Cc2540 Usb Cdc Test

Ti cc2540 data sheet

Driver Ti Cc2540 Usb Cdc Driver

Links

Amplifiers & Linear
Audio
Broadband RF/IF & Digital Radio
Clocks & Timers
Data Converters

DLP & MEMS
High-Reliability
Interface
Logic
Power Management

Switches & Multiplexers
Temperature Sensors & Control ICs
Wireless Connectivity

Ti Cc2540 Data Sheet

Retrieved from 'https://processors.wiki.ti.com/index.php?title=CC254X_WITH_EXT_MCU&oldid=222512'