<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://e2e.ti.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>/etc... RF Forum - Recent Threads</title><link>http://e2e.ti.com/support/rf__digital_radio/etc_rf/f/228.aspx</link><description>This forum is for when you are unsure which RF forum to post in or if you have a question on an unlisted RF device</description><dc:language>en-US</dc:language><generator>6.x Production</generator><item><title>Can't open CC2540EM reference design</title><link>http://e2e.ti.com/thread/265204.aspx</link><pubDate>Wed, 15 May 2013 17:09:40 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:62a5ae85-eb00-481c-85b7-b76c8fa580e4</guid><dc:creator>Luis Fernando Valdez Gardu��o</dc:creator><slash:comments>3</slash:comments><comments>http://e2e.ti.com/thread/265204.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/rf__digital_radio/etc_rf/f/228/t/265204/rss.aspx</wfw:commentRss><description>&lt;p&gt;I tried to open the .PCB file with Orcad, PCBexpress and others but the file seems to be in a different format. Witch program should I use to open the file?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>CC4000 GPS module</title><link>http://e2e.ti.com/thread/235250.aspx</link><pubDate>Fri, 21 Dec 2012 05:56:47 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:6d9e1b97-b2f9-49c1-9e4a-3cb5bafcf19a</guid><dc:creator>Dibakar Barua</dc:creator><slash:comments>1</slash:comments><comments>http://e2e.ti.com/thread/235250.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/rf__digital_radio/etc_rf/f/228/t/235250/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hello&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I have been trying to integrate the CC4000 GPS module with the arduino platform. &amp;nbsp;I wanted to know if open sky conditions are a MUST for me to get a fix as i was working inside a lab. Also, is there any way to test if the device is working without &amp;nbsp;seeing a display on the serial monitor. I tried using the fix available pin but it was not responding.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Connection between two RF modules CC3000</title><link>http://e2e.ti.com/thread/219793.aspx</link><pubDate>Fri, 12 Oct 2012 08:00:13 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:d6e35375-ea2d-4b7d-8f7a-360de87f915d</guid><dc:creator>ale magnum</dc:creator><slash:comments>1</slash:comments><comments>http://e2e.ti.com/thread/219793.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/rf__digital_radio/etc_rf/f/228/t/219793/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I would to connect two indipendent boards: &amp;quot;&lt;a title="CC3000 Wi-Fi STELLARIS CORTEX-M4" href="http://e2e.ti.com/index.php/CC3000_Wi-Fi_STELLARIS_CORTEX-M4"&gt;CC3000 Wi-Fi STELLARIS CORTEX-M4&lt;/a&gt;&amp;quot;&amp;nbsp; without any other external&amp;nbsp;router or wifi module. In other words, I would only to transmitt SPI data from one board to the other, by WiFi.&lt;/p&gt;
&lt;p&gt;Is it possible to do that? Are there any examples for this application?&lt;/p&gt;
&lt;p&gt;Thank you for the kind reply!&lt;/p&gt;
&lt;p&gt;Alessandro Magnani, PhD student.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>CC2550 not wake up - Help</title><link>http://e2e.ti.com/thread/264786.aspx</link><pubDate>Tue, 14 May 2013 10:41:29 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:78094832-3873-49fb-a6e5-4ed6e0307ea2</guid><dc:creator>tan pham ngoc</dc:creator><slash:comments>0</slash:comments><comments>http://e2e.ti.com/thread/264786.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/rf__digital_radio/etc_rf/f/228/t/264786/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi TI engineer team,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m from SerialSystem distributor of TI.&lt;/p&gt;
&lt;p&gt;My customer has problem with CC2550. It doesn&amp;#39;t wake up after sleeping with code of CC2500. Pls help.&lt;/p&gt;
&lt;p&gt;Below code is valid with CC2500. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;/******************************************************************&lt;br /&gt; * power down mode&lt;br /&gt; *&lt;br /&gt; *&lt;br /&gt; *******************************************************************/&lt;br /&gt; void RF_Sleep()&lt;br /&gt; {&lt;br /&gt; &amp;nbsp; //change to idle&lt;br /&gt; &amp;nbsp; TI_CC_SPIStrobe( TI_CCxxx0_SIDLE );&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt; &amp;nbsp; &lt;br /&gt; &amp;nbsp; TI_CC_SPIStrobe( TI_CCxxx0_SPWD );&lt;br /&gt; &amp;nbsp; &lt;br /&gt; }&lt;br /&gt; /******************************************************************&lt;br /&gt; * wake up from sleep&lt;br /&gt; *&lt;br /&gt; *******************************************************************/&lt;br /&gt; void RF_Wakeup()&lt;br /&gt; {&lt;br /&gt; &amp;nbsp; TI_CC_CSn_PxOUT &amp;amp;= ~TI_CC_CSn_PIN;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // /CS enable&lt;br /&gt; &lt;br /&gt; &amp;nbsp; while (!(USICTL1&amp;amp;USIIFG));&lt;br /&gt; &amp;nbsp; TI_CC_CSn_PxOUT |= TI_CC_CSn_PIN;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // /CS enable&lt;br /&gt; &amp;nbsp;&amp;nbsp; //change to idle&lt;br /&gt; &amp;nbsp; TI_CC_SPIStrobe( TI_CCxxx0_SIDLE );&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt; &amp;nbsp; TI_CC_SPIStrobe( TI_CCxxx0_SNOP );&lt;br /&gt; }&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>ADC Input Impedance Matching</title><link>http://e2e.ti.com/thread/264632.aspx</link><pubDate>Mon, 13 May 2013 22:23:45 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:a9e169f6-3718-49e9-abc9-eed7727713f9</guid><dc:creator>Janus Davidson</dc:creator><slash:comments>0</slash:comments><comments>http://e2e.ti.com/thread/264632.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/rf__digital_radio/etc_rf/f/228/t/264632/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;The input impedance for ADC083000 seems to be 100 Ohms. However, I have a 50 Ohm coaxial cable as the ADC input; how do I match the ADC to the 50 Ohm line?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>SD Card</title><link>http://e2e.ti.com/thread/262586.aspx</link><pubDate>Thu, 02 May 2013 20:29:24 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:651b2013-8342-4710-ab6a-677142451059</guid><dc:creator>Lionel Gautier</dc:creator><slash:comments>0</slash:comments><comments>http://e2e.ti.com/thread/262586.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/rf__digital_radio/etc_rf/f/228/t/262586/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m trying to use a SD Card with my CC1110 and my CC1111. My problem is that sometimes ti works, and sometimes no (more often no) :(&lt;/p&gt;
&lt;p&gt;If put some pull-up resistor on CS, DI and DO. The initialisation of the SD Card is done at 200KHz. I use USART0 in SPI Mode and Alternative1 (Initialisation is made from the example of swrc177 : cc1110_cc2510_BasicExamples_Software).&lt;/p&gt;
&lt;p&gt;Does anyone have already work on that kind of project? Here is my code (adapted from one I found for an Arduino project) :&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;void spiInit(void) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Configure USART0 for Alternative 1 =&amp;gt; Port P0 (PERCFG.U0CFG = 0)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // To avoid potential I/O conflict with USART1:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // configure USART1 for Alternative 2 =&amp;gt; Port P1 (PERCFG.U1CFG = 1)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERCFG = (PERCFG &amp;amp; ~PERCFG_U0CFG) | PERCFG_U1CFG;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Give priority to USART 0 over USART 1 for port 0 pins&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; P2DIR = (P2DIR &amp;amp; ~P2DIR_PRIP0) | P2DIR_PRIP0_0;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Set pins 2, 3 and 5 as peripheral I/O and pin 4 as GPIO output&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; P0SEL = (P0SEL &amp;amp; ~BIT4) | BIT5 | BIT3 | BIT2;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; P0DIR |= BIT4;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; P0_4 = 1;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;// Set USART to SPI mode and Master mode&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; U0CSR &amp;amp;= ~(U0CSR_MODE | U0CSR_SLAVE);&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Set:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // - mantissa value&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // - exponent value&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // - clock phase to be centered on first edge of SCK period&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // - negative clock polarity (SCK low when idle)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // - bit order for transfers to LSB first&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; U0BAUD = SPI_BAUD_M;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; U0GCR = (U0GCR &amp;amp; ~(U0GCR_BAUD_E | U0GCR_CPOL | U0GCR_CPHA)) | U0GCR_ORDER | SPI_BAUD_E;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //U0UCR |= 0x80;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;uint8 spiSendCmd(uint8 data) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; uint8 j=0;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; spiError = 0;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; U0DBUF = data; // Write byte to USART0 buffer (transmit data)&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; while((U0CSR &amp;amp; U0CSR_TX_BYTE)!=U0CSR_TX_BYTE){ // Check if byte is transmitted&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(j++&amp;gt;=0xFF) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //U0UCR |= 0x80;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; spiError = 1;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return 0; // timeout error&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; };&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; U0CSR &amp;amp;= ~U0CSR_TX_BYTE; // Clear transmit byte status&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return U0DBUF;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;uint8 sdSendCmd(uint8 cmd, uint32 arg){&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; uint8 res=0, timeout=0;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; P0_4 = 0;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; spiSendCmd(0xFF); // dummy byte&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cmd |= 0x40; // cmd token OR&amp;#39;ed with 0x40&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; spiSendCmd(cmd);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; for(int i=3; i&amp;gt;=0; i--) spiSendCmd(arg&amp;gt;&amp;gt;(i*8)); // send argument in little endian (MSB first)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; spiSendCmd(0x95); // checksum valid for GO_IDLE_STATE, not needed thereafter, so we can hardcore this value&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; while((res = spiSendCmd(0xFF))==0xFF) if(timeout++&amp;gt;100) break;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return res; &lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;uint8 sdInit(void){&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; uint8 retries=0;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sdError = 0; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; P0_4 = 1; // Set SSN to active low&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; P0_3 = 1; // Set MOSI high&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; for(int i=0; i&amp;lt;10; i++) spiSendCmd(0xFF); // send 10 times 8 pulses for a warmup (74 minimum)&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; P0_4 = 0; // Set SSN to active high&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; while(sdSendCmd(CMD0, 0) != 0x01) { // while SD card is not in idle state&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(retries++&amp;gt;=0xFF){&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //U0UCR |= 0x80;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sdError = 1; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //P0_4 = 1;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return 0;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BSP_DELAY_USECS(5);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; retries=0;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sdSendCmd(CMD55, 0); // startup sequence for SD cards 55/41&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; while(sdSendCmd(ACMD41, 0) != 0x00) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(retries++&amp;gt;=0xFF){&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //U0UCR |= 0x80;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sdError = 1; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //P0_4 = 1;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return 0;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BSP_DELAY_USECS(1);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sdSendCmd(CMD55, 0); &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sdSendCmd(CMD16, 512);&lt;br /&gt;/*&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; U0BAUD = 0x00;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; U0GCR &amp;amp;= 0xE0;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; U0GCR |= 0x14;&lt;br /&gt;*/&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return 1;&lt;br /&gt;}&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;If you see anything, let me know.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Lionel&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Stack overflow</title><link>http://e2e.ti.com/thread/262289.aspx</link><pubDate>Wed, 01 May 2013 16:10:57 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:9c0f0ad2-83c7-4f88-8fd9-282d25d7e330</guid><dc:creator>Lionel Gautier</dc:creator><slash:comments>2</slash:comments><comments>http://e2e.ti.com/thread/262289.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/rf__digital_radio/etc_rf/f/228/t/262289/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m using developping on a CC1111 and a CC1110 using a full edition of IAR. My application gets data from RF and transmit them to an host through USB. It seems to work during few minutes, but after a few time, all my memory is step to 0xFF and I get this warning message:&lt;/p&gt;
&lt;p&gt;The stack pointer for stack &amp;#39;XdataStack&amp;#39; (currently XData:0xFFFF) is outside the stack range (XData:0xF000 to XData:0xF100)&lt;/p&gt;
&lt;p&gt;If got no clue of which instruction causes this error.&lt;/p&gt;
&lt;p&gt;Apparently I cannot use a trace with a 8051 microcontroller. Do you have any idea of how I can find which instruction causes this overflow.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regardes,&lt;/p&gt;
&lt;p&gt;Lionel&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>CC1101: Writing to GDO0 by software</title><link>http://e2e.ti.com/thread/259022.aspx</link><pubDate>Tue, 16 Apr 2013 16:16:25 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:c09223c3-83ec-42aa-8f0c-0087aa0bd2a4</guid><dc:creator>Marc Mar��</dc:creator><slash:comments>0</slash:comments><comments>http://e2e.ti.com/thread/259022.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/rf__digital_radio/etc_rf/f/228/t/259022/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hello everybody&lt;/p&gt;
&lt;p&gt;We are developing a project in which we are using a CC1101 connected through SPI to a Linux machine. The other part of the communication link is already done, and needs 9600bps connection in GFSK mode and packets AX.25 and G3RUH compatible. As CC1101 doesn&amp;#39;t implement any of those, we have to do everything by sofware on the computer.&lt;/p&gt;
&lt;p&gt;As G3RUH uses bit scruffing, and we need to insert bits, we cannot use FIFOs as input or output, so we are trying to use Serial Synchronous Mode, reading and writing through GDO0. As we have already done hardware integration in our system, we would like to use GDO0 only by sofware (registers), but we are only able to read GDO0 from registers.&lt;/p&gt;
&lt;p&gt;Do you have any idea on writng to GDO0 without connecting it directly to the computer? Or do you have any idea of simplifying our problem?&lt;/p&gt;
&lt;p&gt;Thank you in advance&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>SPP Demo with Stonestreet One, PIN code problem  (MSP430BT5190+CC2560)</title><link>http://e2e.ti.com/thread/248934.aspx</link><pubDate>Fri, 01 Mar 2013 09:36:49 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:a6e1b26c-accc-4ad3-adf1-d25dfd6930d3</guid><dc:creator>Ruben Barriuso</dc:creator><slash:comments>26</slash:comments><comments>http://e2e.ti.com/thread/248934.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/rf__digital_radio/etc_rf/f/228/t/248934/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m working with CC2560 (&lt;b&gt;EZ430-RF256x&lt;/b&gt; evaluation kit) and Stonestreet One (&lt;span style="font-style:italic;"&gt;Bluetooth&lt;/span&gt; Protocol Stack). I&amp;#39;m using &amp;quot;&lt;span class="mw-headline" id="SPP_Demo"&gt;SPP Demo &lt;/span&gt;&amp;quot; to get knowledge about bluetooth aplications.&lt;/p&gt;
&lt;p&gt;But I&amp;#39;ve a problem. When I insert the right pin code the device is working properly, but if I insert a wrong pin code, the device is locked and I have to reset it.&lt;/p&gt;
&lt;p&gt;How can I detect the wrong pin code?? or, how can i solve it??&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Using the cc430f6137 for reading passive RFID UHF passive tags</title><link>http://e2e.ti.com/thread/247637.aspx</link><pubDate>Sun, 24 Feb 2013 12:05:56 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:e10117de-3231-4edc-8abd-9965f0ef6d4a</guid><dc:creator>Roi Yahud</dc:creator><slash:comments>10</slash:comments><comments>http://e2e.ti.com/thread/247637.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/rf__digital_radio/etc_rf/f/228/t/247637/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m using the cc430f6137 and I&amp;#39;m trying to implement passive RFID reader for UHF passive tags.&lt;/p&gt;
&lt;p&gt;Is it possible to do it with the cc430?&lt;/p&gt;
&lt;p&gt;I&amp;#39;m trying to use it in 915MHz and ASK modulation.&lt;/p&gt;
&lt;p&gt;I read somewhere the cc430 can not do that because it can not demodulate the signal from the passive tag. Is it true?&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Roi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>CC2500RTK Help!</title><link>http://e2e.ti.com/thread/258483.aspx</link><pubDate>Sun, 14 Apr 2013 02:39:37 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:465c3aec-9d2d-45c7-b4a5-b307491db67a</guid><dc:creator>Julian Dario Luna Pati��o</dc:creator><slash:comments>0</slash:comments><comments>http://e2e.ti.com/thread/258483.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/rf__digital_radio/etc_rf/f/228/t/258483/rss.aspx</wfw:commentRss><description>&lt;p&gt;Good day to all,&lt;/p&gt;
&lt;p&gt;I wonder who can help me I&amp;#39;m trying to learn to make a ZigBee communication with msp430 launchpad and CC2500RTK integrated, but still not as configured, I have not found an example to guide me, or how to connect or settings.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;I appreciate that I can help, my email is judlup@gmail.com.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;many Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>L2 in EZ430-RF2500</title><link>http://e2e.ti.com/thread/256957.aspx</link><pubDate>Mon, 08 Apr 2013 03:08:09 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:68f6f647-d1e1-45e4-8c07-68b85e1efc9c</guid><dc:creator>Amer Y Abufadel</dc:creator><slash:comments>1</slash:comments><comments>http://e2e.ti.com/thread/256957.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/rf__digital_radio/etc_rf/f/228/t/256957/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hello all,&lt;/p&gt;
&lt;p&gt;&amp;nbsp; Can anyone tell me what are the properties of the inductor L2 (choke) between VCC_HF and VCC? &amp;nbsp;The BOM states its 1uH. &amp;nbsp;What is the resistance and at what frequency?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you for&amp;nbsp;your&amp;nbsp;time and help.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;A&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>problem about adc sample in cc2530</title><link>http://e2e.ti.com/thread/257547.aspx</link><pubDate>Wed, 10 Apr 2013 01:41:59 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:28df7a95-4c66-49e8-8f4c-bf7dff3abb3c</guid><dc:creator>lun zhang</dc:creator><slash:comments>0</slash:comments><comments>http://e2e.ti.com/thread/257547.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/rf__digital_radio/etc_rf/f/228/t/257547/rss.aspx</wfw:commentRss><description>&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt;I set 1ms timer in cc2530, i read adc value in 1ms timer interrupt and then start adc conversion, but this influence zigbee communication.If I do not start adc conversion, zigbee communication is ok and 1ms timer&amp;nbsp; work good, I think adc don&amp;#39;t &amp;nbsp; take mcu source ,but timer interrupt do.Some code is below:&lt;/p&gt;
&lt;p&gt;HAL_ISR_FUNCTION( D_Time4_Interrupt, T4_VECTOR)&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; T4IF=0;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; T4CTL=0xd9;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(ADCCON1 &amp;amp; 0x80)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;####; //read adc&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADCCON3=0Xa6; // if i add this instruction ,zigbee communication is not ok, but if i delete it ，communication is ok&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>CC430 with JTI Balun no RF comunication</title><link>http://e2e.ti.com/thread/255319.aspx</link><pubDate>Fri, 29 Mar 2013 13:37:14 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:8318a6d2-0ad7-4b0c-876d-b736c9ff616b</guid><dc:creator>Filip Jankun</dc:creator><slash:comments>6</slash:comments><comments>http://e2e.ti.com/thread/255319.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/rf__digital_radio/etc_rf/f/228/t/255319/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; I&amp;#39;ve designed CC430 with integrated Balun ic from JTI. Schematic below:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://e2e.ti.com/cfs-file.ashx/__key/communityserver-discussions-components-files/228/2318.jti-balun.JPG"&gt;&lt;img src="http://e2e.ti.com/resized-image.ashx/__size/550x0/__key/communityserver-discussions-components-files/228/2318.jti-balun.JPG" alt=" " border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://e2e.ti.com/cfs-file.ashx/__key/communityserver-discussions-components-files/228/3441.pcb-cc.JPG"&gt;&lt;img src="http://e2e.ti.com/resized-image.ashx/__size/550x0/__key/communityserver-discussions-components-files/228/3441.pcb-cc.JPG" alt=" " border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;CC430F5137IRGZ&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;CHIP ANTENNA: 0868AT43A0020&lt;br /&gt;&lt;br /&gt;BALUN: 0868BM15C0001 without PI filter or&lt;br /&gt;0896BM15A0001E with PI filter (C27,C28, L2)&lt;/p&gt;
&lt;p&gt;There is no communication between devices and between my device and Olimex&amp;nbsp;MSP430-CCRFLCD using RF Studio 7.&lt;/p&gt;
&lt;p&gt;When I&amp;#39;m using two MSP430-CCRFLCD&amp;nbsp; communication works without any trouble.&lt;/p&gt;
&lt;p&gt;Any ideas ?&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll appreciate all help.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RS232 H/W flow control on SmartRF0r EVB with CC2530EM</title><link>http://e2e.ti.com/thread/255753.aspx</link><pubDate>Tue, 02 Apr 2013 04:45:12 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:bbc4afc5-0537-4497-963d-fdff4bb16ea2</guid><dc:creator>Raven Lee</dc:creator><slash:comments>0</slash:comments><comments>http://e2e.ti.com/thread/255753.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/rf__digital_radio/etc_rf/f/228/t/255753/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Somebody might help me.&lt;/p&gt;
&lt;p&gt;I am working on general RF modem with SmartRF05EVB and CC2530EM,&lt;/p&gt;
&lt;p&gt;My concern is h/w flow control of RS232 driver. saw that there are RTS/CTS signals connected and they have a signal during signaling RX/TX pin.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Are the RTS/CTS necessary?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;BR&lt;/p&gt;
&lt;p&gt;Raven Lee&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Minimum Detectable Signal Level for CC1101 Receiver</title><link>http://e2e.ti.com/thread/255212.aspx</link><pubDate>Thu, 28 Mar 2013 22:28:14 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:763f4737-bf95-484b-8629-1f6c9d0c7c8a</guid><dc:creator>Jim A</dc:creator><slash:comments>1</slash:comments><comments>http://e2e.ti.com/thread/255212.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/rf__digital_radio/etc_rf/f/228/t/255212/rss.aspx</wfw:commentRss><description>&lt;p&gt;We are using the CC1101 Low-Power Sub-1 GHz RF Transceiver chip for telemetry in the 402-405 MHz frequency range (MedRadio band).&amp;nbsp; We have noticed that the distances over which we are able to achieve a reliable communications link are far less than we had anticipated.&amp;nbsp; Using a signal strength meter, we find that the minimum detectable signal (MDS) for the device seems to be about -85 dBm at 100 kbaud data rate, which is far greater than the MDS values given in the data sheet.&lt;/p&gt;
&lt;p&gt;To confirm our observations, I set up an experiment using the CC1101DK433 development kit.&amp;nbsp; Two units were set up about 6 meters apart in two different rooms of a residential dwelling.&amp;nbsp; Using the SmartRF studio software, the Easy Mode 434 MHz 2.4 kbaud setting was selected.&amp;nbsp; Measurements were taken at the receiver unit for different values of transmit power.&amp;nbsp; Results are shown in the table below.&lt;/p&gt;
&lt;p&gt;As can be seen the MDS in this experiment appears to be on the order of -85 dBm (about what we are seeing in our application).&amp;nbsp; According to the data sheet, the MDS should be between -112 dBm (for 1.2 kbaud) and -104 dBm (for 38.4 kbaud).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Tx Power (dBm)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Recv&amp;rsquo;d OK&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Avg RSSI (dBm)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Packet Error Rate&lt;/p&gt;
&lt;p&gt;-10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 224&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -76.6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2.6%&lt;/p&gt;
&lt;p&gt;-15&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 223&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -80.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.4%&lt;/p&gt;
&lt;p&gt;-20&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 220&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -85.5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30.4%&lt;/p&gt;
&lt;p&gt;-30&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100%&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I realize that the matching network/balun has some loss which may not be accounted for in the MDS value given in the data sheet.&amp;nbsp; I also realize that in both the application and in the experiment I performed, the device is being used in a rich multipath environment which might be having some effect.&amp;nbsp; However, it seems to me that I should be getting much better results than I am getting in both scenarios.&amp;nbsp; I was wondering if anyone had an explanation for the discrepancy.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>CC1110 temperature sensor</title><link>http://e2e.ti.com/thread/149748.aspx</link><pubDate>Tue, 29 Nov 2011 20:38:23 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:74420502-0366-4806-b9fc-239e9118e520</guid><dc:creator>Jose Antonio Deolarte</dc:creator><slash:comments>1</slash:comments><comments>http://e2e.ti.com/thread/149748.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/rf__digital_radio/etc_rf/f/228/t/149748/rss.aspx</wfw:commentRss><description>&lt;p&gt;
&lt;div&gt;
&lt;p&gt;Good Afternoon,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m currently using the CC1110, and I&amp;#39;m trying to use the temperature sensor embedded in the circuit.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m able to obtain a readding from the sensor through the ADC (7bit), and using the table provided in the datasheet I get the temperature, but this temperature has a lot of fluctuations (more than 10&amp;deg;C).&lt;/p&gt;
&lt;p&gt;Has any one implemented the temperature sensor? If so, what equation do you recomend in transforming the 7bit voltage to a temperature?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
&lt;/div&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>CC430/RF1A, Forcing restart of RX mode / SYNC word occuring in data</title><link>http://e2e.ti.com/thread/254476.aspx</link><pubDate>Tue, 26 Mar 2013 09:42:04 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:52cba3e6-9f63-4a55-a3ea-52e1f8086828</guid><dc:creator>Johan Bodin</dc:creator><slash:comments>2</slash:comments><comments>http://e2e.ti.com/thread/254476.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/rf__digital_radio/etc_rf/f/228/t/254476/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am using the RF1A to receive packets that are not fully compatible with the internal packet handler. The RF1A handles everything up to, and including, reception of the sync word while the rest of the packet is handled by software.&lt;/p&gt;
&lt;p&gt;I have two questions:&lt;/p&gt;
&lt;p&gt;1.&amp;nbsp; If the software decides to terminate reception prematurely, and start waiting for new SYNC, which is the best/quickest way to restart the RX? SIDLE+SFRX+SRX?&lt;/p&gt;
&lt;p&gt;2. The user&amp;#39;s guide says &amp;quot;Byte synchronization is achieved by a continuous sync word search&amp;quot;, is this sync search disabled during payload reception or is it possible to capture a new (stronger) packet that arrives in the middle of an ongoing reception of a weak signal packet?&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Johan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Anyone knows about TRF2443 Integrated IF Transeiver Evaluation Module?</title><link>http://e2e.ti.com/thread/254883.aspx</link><pubDate>Wed, 27 Mar 2013 17:26:57 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:d1b4f021-319b-48bb-a2c1-f91f3c6ef6f4</guid><dc:creator>Giorgos Fovakis</dc:creator><slash:comments>0</slash:comments><comments>http://e2e.ti.com/thread/254883.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/rf__digital_radio/etc_rf/f/228/t/254883/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi to all! I am working in a Wireless Lab and we are trying to make an upconverter and downconverter with EVM modules. I don&amp;#39;t understand the input n&amp;#39; output range frequencies of transmitter and receiver of this module. If anyone can help me&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;George&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>CC430 Chronos - does not transmit data payload when Manchester = 0</title><link>http://e2e.ti.com/thread/254767.aspx</link><pubDate>Wed, 27 Mar 2013 10:24:51 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:bcd555f2-891e-4fa1-b1a9-a93841b8d4f3</guid><dc:creator>Carl Prentice</dc:creator><slash:comments>0</slash:comments><comments>http://e2e.ti.com/thread/254767.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/rf__digital_radio/etc_rf/f/228/t/254767/rss.aspx</wfw:commentRss><description>&lt;p&gt;Good morning all,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I have been trying to get a project working with the CC430 Chronos watch, but haven&amp;#39;t had any joy. When the watch is set to transmit RF with Manchester encoding, the payload transmits ok, but when Manchester encoding is switched off, the payload is not transmitted. I&amp;#39;m sure I must be missing a setting, but I can&amp;#39;t figure out what. I&amp;#39;m new to TI products as I have always used PICs, and the Chronos is my way of learning more about the CC430 which is what I would like to use in an upcoming product revision based.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m trying to use the hardware packet handler, with 2 sync bytes (FF FE), fixed length (2 bytes in this case), no address, and no CRC. I&amp;#39;m receiving with a custom receiver that outputs raw data to logic analyser. The data rate is 9600 baud, and carrier is set to 433.92MHz.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Any help in&amp;nbsp;understanding&amp;nbsp;what I am doing wrong would be much appreciated.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Carl&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;My test code is as follows:&lt;/p&gt;
&lt;p&gt;#include &amp;quot;timer.h&amp;quot;&lt;br /&gt;#include &amp;quot;display.h&amp;quot;&lt;br /&gt;#include &amp;quot;buzzer.h&amp;quot;&lt;br /&gt;#include &amp;quot;radio.h&amp;quot;&lt;br /&gt;#include &amp;quot;rf1a.h&amp;quot;&lt;br /&gt;#include &amp;quot;pmm.h&amp;quot;&lt;/p&gt;
&lt;p&gt;u8 status;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;//****************************************************************************&lt;br /&gt;#define PACKET_LEN (0x02) // PACKET_LEN &amp;lt;= 61&amp;nbsp;&lt;br /&gt;#define PATABLE_VAL (0x51) // 0 dBm output&lt;/p&gt;
&lt;p&gt;const unsigned char TxBuffer[PACKET_LEN]= {0x0F, 0x0F};&lt;br /&gt;//****************************************************************************&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;void reset_tpms(void);&lt;br /&gt;void update_tpms(void);&lt;br /&gt;void sx_tpms(u8 line);&lt;br /&gt;void display_tpms(u8 line, u8 update);&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;void reset_tpms(void)&lt;br /&gt;{&lt;br /&gt;status = status_rf_idle;&lt;br /&gt;}&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;void update_tpms(void)&lt;br /&gt;{&lt;br /&gt;}&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;void sx_tpms(u8 line)&lt;br /&gt;{&lt;br /&gt;// Increase PMMCOREV level to 2 for proper radio operation&lt;br /&gt;//SetVCore(2);&lt;/p&gt;
&lt;p&gt;ResetRadioCore();&amp;nbsp;&lt;br /&gt;InitRadio();&lt;br /&gt;&lt;br /&gt;Transmit((unsigned char*)TxBuffer, sizeof TxBuffer);&lt;br /&gt;}&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;void display_tpms(u8 line, u8 update)&lt;br /&gt;{&lt;br /&gt;if (update == DISPLAY_LINE_UPDATE_FULL)&amp;nbsp;&lt;br /&gt;{&lt;br /&gt;display_chars(LCD_SEG_L2_5_0, (u8 *)&amp;quot; RF &amp;quot;, SEG_ON);&lt;br /&gt;}&lt;br /&gt;}&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;void InitRadio(void)&lt;br /&gt;{&lt;br /&gt;// Set the High-Power Mode Request Enable bit so LPM3 can be entered&lt;br /&gt;// with active radio enabled&amp;nbsp;&lt;br /&gt;PMMCTL0_H = 0xA5;&lt;br /&gt;PMMCTL0_L |= PMMHPMRE_L;&amp;nbsp;&lt;br /&gt;PMMCTL0_H = 0x00;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;/*//WriteRfSettings(&amp;amp;rfSettings);&lt;br /&gt;# Sync word qualifier mode = 16/16 sync word bits detected&amp;nbsp;&lt;br /&gt;# CRC autoflush = false&amp;nbsp;&lt;br /&gt;# Channel spacing = 199.951172&amp;nbsp;&lt;br /&gt;# Data format = Normal mode&amp;nbsp;&lt;br /&gt;# Data rate = 9.59587&amp;nbsp;&lt;br /&gt;# RX filter BW = 203.125000&amp;nbsp;&lt;br /&gt;# PA ramping = false&amp;nbsp;&lt;br /&gt;# Preamble count = 2&amp;nbsp;&lt;br /&gt;# Whitening = false&amp;nbsp;&lt;br /&gt;# Address config = No address check&amp;nbsp;&lt;br /&gt;# Carrier frequency = 433.919830&amp;nbsp;&lt;br /&gt;# Device address = 0&amp;nbsp;&lt;br /&gt;# TX power = 0&amp;nbsp;&lt;br /&gt;# Manchester enable = true&amp;nbsp;&lt;br /&gt;# CRC enable = false&amp;nbsp;&lt;br /&gt;# Deviation = 47.607422&amp;nbsp;&lt;br /&gt;# Packet length mode = Fixed packet length mode. Length configured in PKTLEN register&amp;nbsp;&lt;br /&gt;# Packet length = 2&amp;nbsp;&lt;br /&gt;# Modulation format = 2-FSK&amp;nbsp;&lt;br /&gt;# Base frequency = 433.919830&amp;nbsp;&lt;br /&gt;# Modulated = true&amp;nbsp;&lt;br /&gt;# Channel number = 0&lt;br /&gt;*/&lt;br /&gt;&lt;br /&gt;//&lt;br /&gt;// Rf settings for CC430&lt;br /&gt;//&lt;br /&gt;WriteSingleReg(SYNC1,0xFF); //Sync Word, High Byte&lt;br /&gt;WriteSingleReg(SYNC0,0xFE); //Sync Word, Low Byte&lt;br /&gt;WriteSingleReg(PKTLEN,PACKET_LEN); //Packet Length&lt;br /&gt;WriteSingleReg(PKTCTRL1,0x00);//Packet Automation Control&lt;br /&gt;WriteSingleReg(PKTCTRL0,0x00);//Packet Automation Control&lt;br /&gt;WriteSingleReg(FREQ2,0x10); //Frequency Control Word, High Byte&lt;br /&gt;WriteSingleReg(FREQ1,0xB0); //Frequency Control Word, Middle Byte&lt;br /&gt;WriteSingleReg(FREQ0,0x71); //Frequency Control Word, Low Byte&lt;br /&gt;WriteSingleReg(MDMCFG4,0x88); //Modem Configuration&lt;br /&gt;WriteSingleReg(MDMCFG3,0x83); //Modem Configuration&lt;br /&gt;WriteSingleReg(MDMCFG2,0x02); //Modem Configuration&lt;br /&gt;WriteSingleReg(MDMCFG1,0x02); //Modem Configuration&lt;br /&gt;WriteSingleReg(FSCAL3,0xE9); //Frequency Synthesizer Calibration&lt;br /&gt;WriteSingleReg(FSCAL2,0x2A); //Frequency Synthesizer Calibration&lt;br /&gt;WriteSingleReg(FSCAL1,0x00); //Frequency Synthesizer Calibration&lt;br /&gt;WriteSingleReg(FSCAL0,0x1F); //Frequency Synthesizer Calibration&lt;br /&gt;WriteSingleReg(TEST0,0x09); //Various Test Settings&lt;br /&gt;&lt;br /&gt;WritePATable(PATABLE_VAL);&lt;br /&gt;}&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;void Transmit(unsigned char *buffer, unsigned char length)&lt;br /&gt;{&lt;br /&gt;RF1AIES |= BIT9;&amp;nbsp;&lt;br /&gt;RF1AIFG &amp;amp;= ~BIT9; // Clear pending interrupts&lt;br /&gt;RF1AIE |= BIT9; // Enable TX end-of-packet interrupt&lt;br /&gt;&lt;br /&gt;WriteBurstReg(RF_TXFIFOWR, buffer, length);&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Strobe( RF_STX ); // Strobe STX&amp;nbsp;&lt;br /&gt;}&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>CC3000 Host Driver</title><link>http://e2e.ti.com/thread/216328.aspx</link><pubDate>Tue, 25 Sep 2012 09:15:39 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:f1f32e14-f315-45d1-98b7-3d94f39f0987</guid><dc:creator>Petro Petrovich</dc:creator><slash:comments>1</slash:comments><comments>http://e2e.ti.com/thread/216328.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/rf__digital_radio/etc_rf/f/228/t/216328/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hello. I have some questions on the work of the СС3000 Wi-Fi module.&lt;/p&gt;
&lt;p&gt;1) The function of the wlan_ioctl_get_scan_results() works correctly? Is there a structure to return the found access points? In what units of measurement returns the parameter &amp;quot;RSSI&amp;quot;? The parameter &amp;quot;security mode&amp;quot; comes back?&lt;/p&gt;
&lt;p&gt;2) DHCP mode is supported? Why the netapp_ipconfig() returns a non-existent IP address in the DHCP-mode?&lt;/p&gt;
&lt;p&gt;Help me, please.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>CC2540 Flash controller problem</title><link>http://e2e.ti.com/thread/254007.aspx</link><pubDate>Sat, 23 Mar 2013 04:32:10 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:6a0ac012-c535-4ed2-95ec-dec328ed0b8d</guid><dc:creator>Etienne Samain</dc:creator><slash:comments>1</slash:comments><comments>http://e2e.ti.com/thread/254007.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/rf__digital_radio/etc_rf/f/228/t/254007/rss.aspx</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m using a CC2540F128. I want to store some data in the flash memory through functions&amp;nbsp;&amp;nbsp;given in &amp;nbsp;the &amp;nbsp;osal_snc.c file. The erasePage(pg) function which is called during initNV process doesn&amp;#39;t work. Why ?&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Etienne&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>CC430 RF Problem</title><link>http://e2e.ti.com/thread/149930.aspx</link><pubDate>Wed, 30 Nov 2011 13:18:12 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:3542a03c-6d68-4f1c-ae9a-029491523a30</guid><dc:creator>Mike_001</dc:creator><slash:comments>1</slash:comments><comments>http://e2e.ti.com/thread/149930.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/rf__digital_radio/etc_rf/f/228/t/149930/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;i&amp;#39;m using the CC430F6137 for a datalogger project and want to tranfser data from one module to another via RF.&lt;/p&gt;
&lt;p&gt;The transmitter Modul is a EM430F6137-900 development board and the reciever Modul is the self designed datalogger board.&lt;/p&gt;
&lt;p&gt;I strictly hold on the given Design in SLAU278 known as the Typical Application Circuit CC430F61xx but i dont get a connection.&lt;/p&gt;
&lt;p&gt;The connection has been tested in SmartRF Studio 7 as shown in the screenshot beneath.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://e2e.ti.com/resized-image.ashx/__size/550x0/__key/CommunityServer-Discussions-Components-Files/228/1018.RxDatalogger.bmp" border="0" alt="" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As you can see the RxModule does not get any Signal from TxModule even when i try different frequency&amp;#39;s (TxModule was working while i took this image)&lt;/p&gt;
&lt;p&gt;With two EM430F6137-900 boards there there is no problem so it finally has to be a problem on my datalogger board&lt;/p&gt;
&lt;p&gt;Does anybody has an idea what the problem could be?&lt;/p&gt;
&lt;p&gt;I try it since 3 day&amp;#39;s and have no idea because the RF Part on the design is completely copied out of the applicationnotes&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;i&amp;#39;m happy for any suggestion&lt;/p&gt;
&lt;p&gt;thank u&lt;/p&gt;
&lt;p&gt;mike&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>CC430 868MHz MSK 115kBaud Packet Error Rate 45%</title><link>http://e2e.ti.com/thread/249627.aspx</link><pubDate>Tue, 05 Mar 2013 09:58:57 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:fda86ca9-a683-47c1-8056-b736b8686f10</guid><dc:creator>Daniel Wiese</dc:creator><slash:comments>10</slash:comments><comments>http://e2e.ti.com/thread/249627.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/rf__digital_radio/etc_rf/f/228/t/249627/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hello!&lt;/p&gt;
&lt;p&gt;When transmitting and receiving data packets, I have a &lt;strong&gt;PER of about 45% at RSSI-Level -60dBm&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;I think, this is very high. What value would you expect with my RF settings? Is it possible to get a PER of 1% or better?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;At the moment I am developing and testing with 2 boards of the &lt;a href="http://www.ti.com/tool/EM430F5137RF900" title="Link to Tool Folder" target="_blank"&gt;EM430F5137RF900&lt;/a&gt; Evaluation set.&lt;/p&gt;
&lt;p&gt;The RF settings are: &lt;strong&gt;865MHz, 115kBaud datarate, MSK, approx. 15 Bytes packet length&lt;/strong&gt;:&lt;/p&gt;
&lt;p&gt;// Rf settings for CC430&lt;br /&gt;WriteSingleReg(IOCFG0,0x06); &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;//GDO0 Output Configuration&lt;br /&gt;WriteSingleReg(PKTCTRL1,0x46);&amp;nbsp;&amp;nbsp; &amp;nbsp;// PQT=2 (threshold = 4*2), Append Status, Address check and 0x00 broadcast&lt;br /&gt;WriteSingleReg(PKTCTRL0,0x05);&amp;nbsp;&amp;nbsp; &amp;nbsp;// Data whitening off&lt;br /&gt;WriteSingleReg(FSCTRL1,0x0C); &amp;nbsp;&amp;nbsp; &amp;nbsp;//Frequency Synthesizer Control&lt;br /&gt;WriteSingleReg(FREQ2,0x21);&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;//Frequency Control Word, High Byte&lt;br /&gt;WriteSingleReg(FREQ1,0x46);&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;//Frequency Control Word, Middle Byte&lt;br /&gt;WriteSingleReg(FREQ0,0x66);&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;//Frequency Control Word, Low Byte&lt;br /&gt;WriteSingleReg(MDMCFG4,0x6C); &amp;nbsp;&amp;nbsp; &amp;nbsp;//Modem Configuration&lt;br /&gt;WriteSingleReg(MDMCFG2,0xF3); &amp;nbsp;&amp;nbsp; &amp;nbsp;//Modem Configuration&lt;br /&gt;WriteSingleReg(MDMCFG1,0x20); &amp;nbsp;&amp;nbsp; &amp;nbsp;//Modem Configuration&lt;br /&gt;WriteSingleReg(DEVIATN,0x57); &amp;nbsp;&amp;nbsp; &amp;nbsp;//Modem Deviation Setting&lt;br /&gt;WriteSingleReg(MCSM0,0x10);&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;//Main Radio Control State Machine Configuration, AutoCal On&lt;br /&gt;WriteSingleReg(FOCCFG,0x1D); &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;//Frequency Offset Compensation Configuration&lt;br /&gt;WriteSingleReg(BSCFG,0x1C);&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;//Bit Synchronization Configuration&lt;br /&gt;WriteSingleReg(AGCCTRL2,0xC7);&amp;nbsp;&amp;nbsp; &amp;nbsp;//AGC Control&lt;br /&gt;WriteSingleReg(AGCCTRL1,0x00);&amp;nbsp;&amp;nbsp; &amp;nbsp;//AGC Control&lt;br /&gt;WriteSingleReg(AGCCTRL0,0xB0);&amp;nbsp;&amp;nbsp; &amp;nbsp;//AGC Control&lt;br /&gt;WriteSingleReg(WORCTRL,0xFB); &amp;nbsp;&amp;nbsp; &amp;nbsp;//Wake On Radio Control&lt;br /&gt;WriteSingleReg(FREND1,0xB6); &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;//Front End RX Configuration&lt;br /&gt;WriteSingleReg(FSCAL3,0xEA); &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;//Frequency Synthesizer Calibration&lt;br /&gt;WriteSingleReg(FSCAL2,0x2A); &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;//Frequency Synthesizer Calibration&lt;br /&gt;WriteSingleReg(FSCAL1,0x00); &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;//Frequency Synthesizer Calibration&lt;br /&gt;WriteSingleReg(FSCAL0,0x1F); &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;//Frequency Synthesizer Calibration&lt;br /&gt;WriteSingleReg(TEST0,0x09);&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;//Various Test Settings&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you in advance!&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Daniel Wiese&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Is anybody know what's the software use to draw state diagram in cc1101 datasheet?</title><link>http://e2e.ti.com/thread/249977.aspx</link><pubDate>Wed, 06 Mar 2013 12:03:20 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:7142597c-6ec1-4edf-92e5-4d2d85544bd0</guid><dc:creator>Bo</dc:creator><slash:comments>1</slash:comments><comments>http://e2e.ti.com/thread/249977.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/rf__digital_radio/etc_rf/f/228/t/249977/rss.aspx</wfw:commentRss><description>&lt;p&gt;Now, I want write document of project, it need draw state diagram, i am try to draw state diagram with visio, but the state diagram i draw is not enough beautiful. I find the state diagram in cc1101 datasheet(picture below) is very beautiful. So I want konw what software is use to draw state diagram in cc1101 datasheet, Can TI&amp;#39;s warm-hearted engineers tell me?&lt;/p&gt;
&lt;p&gt;&lt;a href="http://e2e.ti.com/cfs-file.ashx/__key/communityserver-discussions-components-files/228/5415.cc1101.jpg"&gt;&lt;img border="0" alt=" " src="http://e2e.ti.com/resized-image.ashx/__size/550x0/__key/communityserver-discussions-components-files/228/5415.cc1101.jpg" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>