• 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 » Low Power RF & Wireless Connectivity » All Tags » CC2510
Share
Low Power RF & Wireless Connectivity
  • Forums
  • Announcements
  • Files
  • E2E Wiki

Browse by Tags

Low Power RF & Wireless Connectivity

Welcome to the Low Power RF & Wireless Connectivity 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".

Sign In to 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:
CC2510
  • 2.4 ghz
  • 2.4GHz
  • 433 Mhz
  • 6LowPan
  • 802.15.4
  • 8051
  • access point
  • adc
  • AP
  • AP as data hub
  • balun
  • cc debugger
  • cc1100
  • cc1101
  • cc1110
  • CC1110 PM2
  • cc1111
  • cc111x
  • cc11xx
  • cc2420
  • cc2430
  • cc2431
  • cc2500
  • cc2511
  • cc2520
Related Posts
  • Forum Post: Re: CC1110, Sleep, and Sleep Timer

    RF4ALL RF4ALL
    Hi, Try replace your xtal monitor instruction as follows: /*while(!(SLEEP & 0x40));*/ while(CLKCON & 0x40); This will monitor [CLKCON.OSC] to ensure that the [HS XOSC] is not only stable, but also actually applied as system clock source before continuing code execution. Cheers, RF4ALL
    on Aug 21, 2008
  • Forum Post: Re: smartRf studio help

    Stig Stig
    R Soul, Make sure you configure the CC2510 SmartRF Studio data rates, base channel, channel spacing etc equal to you CC2500 settings. Export these settings; file-> export CC2510 code, double-click "packet sniffer settings" in the bottom left selection box and then click "write to...
    on Sep 4, 2008
  • Forum Post: Re: problems with CC2511F32

    Kjetil Kjetil
    Hi. The Overflow condition will occur if you do not manage to read out the RFD before the radio has received a new byte. Please note that the transmitter could, depending on the register settings, add two additional bytes in addition to the data payload (for CRC) and if this is the case then the received...
    on Sep 8, 2008
  • Forum Post: Help needed for IAR compiler

    xhuo xhuo
    I've written code to operate the ADC in CC2510. The complier I used was IAR embedded workbench kickstart version 7.50A. The compile can be completed without error. However, I watched the disassembly code and found that a portion of the C code (bold part in the attached code) was not translated into...
    on Sep 12, 2008
  • Forum Post: Problem with debugging CC2510

    xhuo xhuo
    I wrote this simple code to test the sleep timer. The compile, build and link was completed without error. But during the debugging, I got this error: "The stack 'IdataStack' is filled to 100% (192 bytes used out of 192). The warning threshold is set to 90.%" I don't think I have...
    on Sep 12, 2008
  • Forum Post: Bootstrap loader for 8051 core (CC2430, CC2510, C1110)

    no_more_wires no_more_wires
    Hi, Does anybody know of a bootstrap loader implementation for the 8051 core in the SoC's? BR Ørjan
    on Oct 15, 2008
  • Forum Post: Re: Bootstrap loader for 8051 core (CC2430, CC2510, C1110)

    BrandonAzbell BrandonAzbell
    I presume you could utilize the Z-Stack as a reference, especially for the CC2430. It will have the initialization code required for the 8051 inside. http://focus.ti.com/docs/toolsw/folders/print/z-stack.html
    on Oct 16, 2008
  • Forum Post: touch sensor capabilities by software SoC cc1110-cc2510

    dima5104 dima5104
    does anyone improve a touch sensor aplications with SoC cc1110-2510,capacitive, resistive or by software,simple or complex,but at last one?
    on Oct 31, 2008
  • Forum Post: CC2150: How to power down UART

    spachner spachner
    Dear TI forum, I am able to set my CC2510 into PM2 which works pretty well. I get the same current of about 0.5uA as specified in the datasheet when all peripherals are off. That is great! Next try was to use the UART in active mode, deinitialize the UART and enter PM2 which results unfortunately...
    on Nov 19, 2008
  • Forum Post: What is the GPIO port drive strength of the CC251x devices?

    Antennahead Antennahead
    Page 87 of the CC2510 data sheet discusses the GPIO capabilities of the device and that it can drive LED's on P1_0 and P1_1. Page 208 states that register IOCFG1 can be used to change the drive strength control of the ports. Where in the data sheet does it actually state the drive strengths of...
    on Dec 15, 2008
  • Forum Post: Re: PM2, Wakeup using external interrupt, CC2510

    BrandonAzbell BrandonAzbell
    singam If sleep mode is entered by enabling both Sleep Timer, and external interrupt, 1) Is it possible to find out how much sleep time left, when wake up happens due to external interrupt?? I would presume that reading the WORTIME1, WORTIME0, WOREVT1 and WOREVT0 would tell you how much time...
    on Dec 18, 2008
  • Forum Post: Re: What is the GPIO port drive strength of the CC251x devices?

    Kjetil Kjetil
    Hi Steve, This has not been fully characherized and is therefor not stated in the data sheet. The IO Pads used are designed to deliver 4 mA for the regular GPIOs and 20 mA for the ones with LED driving capabilities (P1.0 and P1.1) Brief tests indicates that we are able to deliver this, especially...
    on Dec 22, 2008
  • Forum Post: CC251X, Waking up from PM2 due to external interrupt

    singam singam
    Hi Forum, Our device has to periodically wakes up to listen to beacon(want to use 32.768K crystal OSC). And also the device has to wake up from external event(button press). 1) Is it possible to wake up from external interrupt, and precisely know the sleep time elapsed, so that it can enter in to...
    on Dec 31, 2008
  • Forum Post: Re: 9-bit support in CC1110

    Kjetil Kjetil
    Hi Himanshu. It's a little tricky and might not be well explained in the datasheet, but when using 9bit mode and parity is disabled one will actually have to use a combination of the D9 bit and ERR bit in UxCSR. If the received 9th bit is different from the content in D9, err will be set. If...
    on Jan 7, 2009
  • Forum Post: Re: Interrupts and PM modes

    Kjetil Kjetil
    Hi Chuck, Sorry that things are a little confusing. This is all related to how the CPU enters sleep (what happens after PCON.IDLE is set to 1). The last thing the CPU does before actually sleeping is clearing the SLEEP.MODE bits. This is why external interrupts are able to wake the device up. The blocking...
    on Jan 22, 2009
  • Forum Post: Re: Simpliciti witn CC2430 Max payload size and datarate

    ofer Ebert ofer Ebert
    Hi thanks for your reply. Probably we shall work woth the CC2510 and not the CC2430. So I ask again about the maimum packet size can it be 256 bytes (including the message header). 256 bytes messages are is supprted by the CC2510.
    on Jan 25, 2009
  • Forum Post: Re: Simpliciti example program for the CC2510

    Kjetil Kjetil
    Hi, Think that most other projects located in the SRF04 is for CC2510, but changing the project from being a CC2430 to CC2510 is not much of work. All these steps are done in the project settings: 1. In the General Options: - Change the Device to CC2510 (located in C:\Program Files\IAR Systems...
    on Jan 26, 2009
  • Forum Post: How to write to flash using CPU SFR register in CC2510 ???

    David Kim9283 David Kim9283
    I have been using 5 dma channels in my RF applications. So, II wanna write to flash through CPU SFR access not DMA I made a test simple code of 2bytes flash write with chapter 12.3.2.2 CPU Flash write reference in CC2510f8 datasheet as followed. I aleady have set clolck speed, source and global interrupt...
    on Jan 28, 2009
  • Forum Post: HAl.h cannot be opened

    fylith fylith
    I put Hal.h and all the other Hal.h files into the folders just like simplicity ti has them and put them in my project just like some ti code example has it. but when i try to run my project it comes up with a Hal.h not found error. if i put my main.c into the simplicity folder where their code is and...
    on Feb 11, 2009
  • Forum Post: CC2510 PM2 power consumption

    zag zag
    Hi everybody, I'm using CC2510 chip and trying to measure power consumption at PM2 mode. I'm also using part of the sw indicated in the swra162a. the value I see with the oscilloscope is 114uA but not 0.5uA as indicated on the CC2510 datasheet. any ideas? thank you very much zag
    on Feb 16, 2009
  • Forum Post: Re: programinfg by USB on the CC2511

    BrandonAzbell BrandonAzbell
    I would interpret this statement as a "for instance, or it is possible" and not something where software is available to take advantage of this feature. The CC2510 only boots from its own flash, and not from peripheral devices like the USB interface. Secondly, "the windows USB driver"...
    on Feb 19, 2009
  • Forum Post: Re: CC251x: Question about flashing by DMA

    Kjetil Kjetil
    Hi Spachner. spachner Is this sufficent to meet the requirement being word aligned? Yes. It's the start of the instruction that needs to be aligned. spachner I wonder also what the parameter "0203H" means, I cannot find any hint neither in the IAR assembler nor in the C manual what...
    on Feb 26, 2009
  • Forum Post: Re: CC251X: Cannot write to internal flash when source is flash

    aevin aevin
    I've never tried programming the flash with data directly from flash myself, but it do sound a bit trickier for the flash controller than from RAM to flash: (fetch a flash word from flash into flash cache, let DMA copy the bytes into FWDATA, then let the flash controller (erase+)program flash word...
    on Mar 24, 2009
  • Forum Post: CC2511F32 has to less flash?

    spachner spachner
    Hello, my project with CC2511F32 is running out of flash. Is TI intending to produce in the new future a variant with more flash than 32kByte? regards spachner
    on Apr 3, 2009
  • Forum Post: Re: CC2511F32 has to less flash?

    BrandonAzbell BrandonAzbell
    We do not have anything public today that adds more flash. Please contact your TI Sales representative for any information on future devices.
    on Apr 3, 2009
12345»
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