• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » RF & Digital Radio » All Tags » CC2540
Share
RF & Digital Radio
  • E2E Wiki
  • /etc... RF /etc... RF
  • Digital Radio (GC Products) Digital Radio (GC Products...
  • High Performance RF Modulators, PLL and VCO products High Performance RF Modulators...

Browse by Tags

RF & Digital Radio

Welcome to the RF & Digital Radio Section of the TI E2E Support Community. Ask questions, share knowledge, explore ideas, and help solve problems with fellow engineers. To post a question, click on the forum tab then "New Post".

Tags
You have subscribed to this tag. To view or manage your tag subscriptions, click here.   Close
You have unsubscribed from this tag. To view or manage your tag subscriptions, click here.   Close
You are currently viewing:
CC2540
  • 2.4Ghz
  • BLE
  • Bluetooth
  • Boot Recovery Mode
  • CC2540 CC2541
  • CC2540 CC2541 SmartRF Sniffer
  • CC2540DK_Dongle
  • CC2541
  • CCDebugger
  • CEBAL
  • Device Manager
  • IAR Embedded Workbench
  • limited discovery mode
  • Packet Sniffer
  • parameters meaning
  • SDCC
  • simple non volatile
  • Slave
  • SNV
  • SPI
  • Tamer
  • Windows 7
Related Posts
  • Forum Post: IAR v7.51 cannot detect CC2540 target board

    Gerry Lee Gerry Lee
    Hi , I'm developing CC2540 with IAR + SmartRf program(SmartRFProgConsole.exe) v1.11. when I start debugging, IAR indecates 'a target cannot be selected when used in another debug session or other application'. I can detect the target board when I use SmartRF programmer(SmartRFProg.exe...
    on Apr 22, 2011
  • Forum Post: about cc2540 project activity sequence

    choi chuljin choi chuljin
    ever i running example of the BLE cc2540 sample project. project name is thermometer. and i started analysis thermometer project source code. there files are each have other related files. and call function and include header file. so i tracking function, header files, and project files....
    on Sep 21, 2011
  • Forum Post: Re: CC2540 BLE Stack size

    David Wong89949 David Wong89949
    Michael, The simpleBLEPeripheral demo app, which is probably close to what you need, takes ~110k of FLASH and just under 7K of RAM, Regards, David
    on Nov 24, 2011
  • Forum Post: HCI_EXT_SetRxGainCmd and HCI_EXT_SetTxPowerCmd

    David Wong89949 David Wong89949
    Hello, Has anyone tried these calls? I added the calls to the end of HCI_EXT_App_Init() in the HostTestApp demo project and the load hung. If I only call one of these calls, it doesn't matter which, than it works. The only usage example is in the keyfob demo, but only the HCI_EXT_SetTxPowerCmd...
    on Nov 24, 2011
  • Forum Post: Re: HCI_EXT_SetRxGainCmd and HCI_EXT_SetTxPowerCmd

    David Wong89949 David Wong89949
    Hi Nick, Thanks for the quick response. I add the calls to the end of the HCI init function: void HCI_EXT_App_Init( uint8 task_id ) { : : HCI_EXT_SetRxGainCmd(HCI_EXT_RX_GAIN_HIGH); HCI_EXT_SetRxGainCmd(HCI_EXT_TX_POWER_4_DBM); } Nothing else was changed. The load hangs but works normally...
    on Nov 25, 2011
  • Forum Post: CC254x SNV simple non-volatile API writing fails

    Philipp Klein Philipp Klein
    Hello everybody, I came across some problems using the SNV API to access the flash memory. I would like to write one byte of data to several IDs (say e.g. id from 0x80 to 0x90), so I execute osal_snv_write( id, sizeof(uint8), &byte). This works well the first time I run the code. But when I...
    on Mar 28, 2012
  • Forum Post: CC2540, Device Discovery Scan & GAP parameters.

    Antoine Beaussire Antoine Beaussire
    Hi, I have some questions concerning the scan parameters for device discovery. In fact, in my project there are two devices : a central and a peripheral device. The peripheral device send during 4 seconds advertissements in limited mode after a key press. The central is continiously 'sniffing'...
    on Mar 30, 2012
  • Forum Post: cc2540 -ID-3494 Flash erase failed.

    devkumar devkumar devkumar devkumar
    Hi , When i try to erase flash using the smartrf Flash programmer on cc2540 and update it with the new simpleBLEperipheral.hex file following error message is occuring. cc-2540-id3494 Flash erase failed. Please help. Regards, Devkumar
    on Apr 18, 2012
  • Forum Post: BLE stack. Description of files buildConfig.cfg and buildComponents.cfg ?

    Andrey Vrjakovsky Andrey Vrjakovsky
    Hi Where is description of the files buildConfig.cfg and buildComponents.cfg ? In what apnote? I see define HOST_CONFIG used in bcomdef.h. It is part BLE stack. Where a description? It is necessary to guess yourself?
    on Jun 21, 2012
  • Forum Post: CC2540 can be connect two devices, if do not know who master?

    Andrey Vrjakovsky Andrey Vrjakovsky
    Hi, I want create link between two devices. Both contain CC2540. But there is a problem. I do not know who will be master and slave. Because the two devices are identical. They must be determined who of them will be the master. Connect and communicate. Also, sometimes, need to transfer information...
    on Jun 26, 2012
  • Forum Post: CC2540 DC Characteristics when VDD < 3V

    Raymond Kampmeier Raymond Kampmeier
    Hello e2e community, I am looking for a table of DC Characteristics for the CC2540 when VDD is less than 3V. I am particularly interested in DC Characteristics when VDD = 2.1V Section 7.2 of the user guide points to the datasheet for characteristics at lower VDD voltages. "In applications...
    on Sep 19, 2012
  • Forum Post: RE: Compiling and linking CC2540 Bluetooth application with SDCC

    Igor Sherer Igor Sherer
    Hi Saul, What Bluetooth libs exactly? Besides, I think these kind of questions better be asked on the " Low Power RF & Wireless Connectivity " forum. You'll find much better support there.
    on Oct 4, 2012
  • Forum Post: Reduce time elapsed between advertising and scanning...

    Anthony Bernabeu Anthony Bernabeu
    Hi everybody, I want to know if the time elapsed between first frame of advertising and established link is related to something ? In my program I set for Central GAP_SetParamValue( TGAP_GEN_DISC_SCAN, DEFAULT_SCAN_DURATION ); GAP_SetParamValue( TGAP_LIM_DISC_SCAN, DEFAULT_SCAN_DURATION );...
    on Oct 15, 2012
  • Forum Post: CC2540 : Problem with SPI transmission in slave mode.

    Antoine Beaussire Antoine Beaussire
    Hi ! I try to setting up an SPI liaison between a PIC and a CC2540. The PIC is the master and the CC2540 is the slave. For the reception (PIC =>CC2540 ) that's work fine. But when I try to send data from the CC2540 (for example '1' ,'2','3','4','5','6'...
    on Oct 24, 2012
TI E2E™ Community
  • Support Forums
  • Blogs
  • Videos
  • Groups
  • Site Support & Feedback
  • Settings
TI E2E™ Community Groups
  • TI University Program
  • Make the Switch
  • Microcontroller Projects
  • Motor Drive & Control
Other Communities
  • Deyisupport
  • Designsomething.org
  • beagleboard.org
  • TI on Element 14
  • TI on TechXchangeSM
Other Technical & Support Resources
  • WEBENCH® Design Center
  • Product Information Centers
  • Technical Documents
  • TI Design Network
  • TI Technical Articles
  • TI Training

All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
embedded processors, along with software, tools and the industry’s largest sales/support staff.

© Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy Policy | Terms of Use