<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>8-bit Microcontrollers中的主题 Re: Rf send</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Rf-send/m-p/369777#M21180</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please let me know what is the partnumber of your MCU.&lt;/P&gt;&lt;P&gt;could you please upload your schematic here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Sep 2014 07:13:40 GMT</pubDate>
    <dc:creator>Rick_Li</dc:creator>
    <dc:date>2014-09-17T07:13:40Z</dc:date>
    <item>
      <title>Rf send</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Rf-send/m-p/369776#M21179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dear All:&lt;BR /&gt;I have a question , I use the Rf to send signal1 (ex. ......the last one is 0x1A = 0001,1010 )&lt;BR /&gt; then send signal2(ex. 0x2B = 0010 , 1011 ......&amp;nbsp; is the first one)&lt;BR /&gt; but when it send the signal1 No.5 bit ( 0001 , &lt;SPAN style="color: #ff0000;"&gt;1&lt;/SPAN&gt;010 )&amp;nbsp; it was interrupt to send 0x2B...&lt;BR /&gt;normally it should send .......0x1A , 0X2B....... (&amp;nbsp; ......0001 ,1010 , 0010 , 1011......)&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and I try to use the RFCR7.RFIF , RFCR7. RCTS or others flag to know when it end the first time(0x1A) &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;rfsend(signal1);&lt;BR /&gt;while (&lt;SPAN style="font-size: 13.6000003814697px;"&gt;RFCR7.RFIF == 1&lt;/SPAN&gt;);&amp;nbsp;&amp;nbsp;&amp;nbsp; // or &lt;SPAN style="font-size: 13.6000003814697px;"&gt;while (&lt;SPAN style="font-size: 13.6000003814697px;"&gt;RFCR7. RCTS&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.6000003814697px;"&gt; == 1&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.6000003814697px;"&gt;); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;rfsend(signal2);&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but it not send normally... &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did anyone have any idea ?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;BR /&gt;Neil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 06:45:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Rf-send/m-p/369776#M21179</guid>
      <dc:creator>neil_lin</dc:creator>
      <dc:date>2014-09-16T06:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Rf send</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Rf-send/m-p/369777#M21180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please let me know what is the partnumber of your MCU.&lt;/P&gt;&lt;P&gt;could you please upload your schematic here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 07:13:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Rf-send/m-p/369777#M21180</guid>
      <dc:creator>Rick_Li</dc:creator>
      <dc:date>2014-09-17T07:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Rf send</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Rf-send/m-p/369778#M21181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;STRONG&gt;&lt;A _jive_internal="true" data-avatarid="-1" data-content-finding="Community" data-userid="206092" data-username="rickli" href="https://community.nxp.com/people/rickli" style="padding: 0 3px 0 0; font-weight: inherit; font-style: inherit; font-size: 1.1em; font-family: inherit; color: #6a737b;"&gt;Yong Li&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use Mpxy series.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I sure that I can send the signal by use its function , the RF Module is OK.&lt;/P&gt;&lt;P&gt;The following is my function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;void RFsend(uchar sData){&lt;BR /&gt;int i;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SIMOPT1_RFEN = 1;&lt;/P&gt;&lt;P&gt;RfSet(25,10,4,0x10,0x01,0x00,0x01);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //set RFCR0~6&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;txData = &lt;SPAN style="font-size: 13.6000003814697px;"&gt;sData&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;for(i=0;i&amp;lt;10;i++)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RF_wDataBuf(1,&amp;amp;txData,i);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //wirte data to the rf buffer.&lt;/P&gt;&lt;P&gt;PLLCR_set();&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //setRLLCR0~3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFCR7 = 0x1a;&lt;/P&gt;&lt;P&gt;RFCR2_SEND=1;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;//call function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//RFsend(0x1a);&amp;nbsp;&amp;nbsp; // only 1 function send 0x1a that is OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.6000003814697px;"&gt;//&lt;SPAN style="font-size: 13.6000003814697px;"&gt;RFsend(0x1a);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //but 2 functions it only send 0x2b. the 0x1a 's parameters is cover by 0x2b.&lt;/SPAN&gt;&lt;BR /&gt;//RFsend(0x2b);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.6000003814697px;"&gt;//&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.6000003814697px;"&gt;RFsend(0x1a);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //For this , it will send 0x1a&amp;nbsp; [delay &lt;SPAN style="font-size: 13.6000003814697px;"&gt;about &lt;/SPAN&gt;1.5 ms]&amp;nbsp; 0x2b. But I don't want to delay 1.5ms&lt;BR /&gt;&lt;/SPAN&gt;//while(RFCR7_RFIF == 0);&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.6000003814697px;"&gt;//RFsend(0x2b);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;BR /&gt;Neil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 09:02:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Rf-send/m-p/369778#M21181</guid>
      <dc:creator>neil_lin</dc:creator>
      <dc:date>2014-09-19T09:02:01Z</dc:date>
    </item>
  </channel>
</rss>

