| CC2520: TI's Successor to the CC2420 - A Detailed Review | | Print | |
| Written by Akiba | |
| Saturday, 01 March 2008 | |
|
Texas Instruments just did a press release announcing their CC2520. As some of you know, I'm using an AVR+CC2420 as my main platform, from which I'm going to branch off to other combinations. So when I heard that the CC2520 was out, I took some time to check out the datasheet to see what kind of benefit it bestows on the user versus the CC2420. There are many improvements to the CC2420, but probably the main benefit to the users is that this chip can be had for a lower cost. It looks like this chip incorporated a die shrink since the operating voltage changed. Whereas the CC2420 had an operating range of 2.5-3.3V (actual 2.1-3.6V), the CC2520 can now run at 1.8V-3.3V (actual 1.8-3.8V). This means that, most likely, they shrunk the core down to 0.18u or below, whereas the CC2420 was probably done in a 0.25u process. The CC2520 also has a smaller package size, weighing in at a QFN-28 5x5mm package, where the CC2420 had a QFN-48 and 7x7mm package. These two changes, a die shrink and smaller package, translate into a lower cost. A quick look at Digikey (the chips seem like they are already available there) show that the CC2520 costs $3.35 in 5k volumes and the CC2420 costs $4.09 at 4k volumes which confirms the lower cost suspicions.
"The procedure for waking a system up from LPM2 is as follows: • MCU is running on RC oscillator, CC2520 is in LPM2 • Change CC2520 from LPM2 to active mode. • Switch the MCU over to the 1 MHz clock that CC2520 outputs on GPIO0. • Change to the desired clock frequency.
• Switch MCU over to RC oscillator. • Set CC2520 in LPM2." So the dirty workaround is that if you have ANY data in your indirect queue, you would set the pending bit in ALL of the ACKs. This would satisfy the ACK response time requirement. If its a data poll, you then scan your list and if there's data for that node, send it. If not, send an empty frame (0-payload size). With the CC2520, if you have an indirect data frame, then you can put the src address in the matching table. When a data poll arrives asking for data, then the hardware will automatically respond with the pending bit set or not depending on the src address of the poll. You can then leisurely retrieve the indirect frame from the queue and kick it out to the node. Nice feature!!! Hits: 5605 Trackback(0)
Comments (9)
![]()
FYI: AT86RF230
written by nobody, March 03, 2008
Link disappeared.. trying again:
AT86RF230: http://www.atmel.com/dyn/produ...rt_id=3941. report abuse
vote down
vote up
Votes: +0
...
written by ubisys, April 23, 2009
By the way: You can create a random number on CC2420 using the ADCTST registers. Combining the I and Q branches of the ADC value gives you a true random number which one can use a seed for the C RTL rand() function, for example.
report abuse
vote down
vote up
Votes: +0
...
written by coldfire, February 26, 2010
hi,could any one show some detail of how to get a random number by cc2420?
i tried but failed. i set the CCAMUX, read the LSB of ADCTST. but i always get 0. report abuse
vote down
vote up
Votes: +0
...
written by mats nilsson, March 05, 2010
Anyone knowing about vendors that have nodes with cc2520 onboard.
report abuse
vote down
vote up
Votes: +0
Write comment
|
| sameer |
CC2520: TI\'s Successor to the CC2420 - A Detailed Review
Feb 22 2010 11:57:49 This thread discusses the Content article: CC2520: TI's Successor to the CC2420 - A Detailed Review
Hi i just need some source code written for CC2520 as i want to do a project on this and i need some idea, more accurately i need the application program source codes. pls mail to rnjn09@gmail.com |
#1792 |
| Akiba |
Re:CC2520: TI\'s Successor to the CC2420 - A Detailed Review
Feb 25 2010 01:44:42 No idea what you mean by the application program source code. A simple search on google should net you some projects with the CC2520 and possibly some driver code though.
|
#1795 |
| < Prev | Next > |
|---|
What about: ?