<?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>LPCXpresso IDE中的主题 Re: DALI Master Code for lpc1114</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/DALI-Master-Code-for-lpc1114/m-p/585941#M26992</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by faizal on Thu Jul 07 06:39:50 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I modified the code used by LPC2141,so that i can programme it on LPC1114. I dont understand,why the code i've attached in only work using step by step. If i debug it,then i click resume,i dont have the answer(the answer for the command 0xFF97 is 1). But,if i use step by step mode,after the line GPIOSetDir(3,1,1); in function DALI_Init(),then i click resume,i have the answer 1 in hyperterminal. I use the example code uart.c and gpio.c. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 02:40:59 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T02:40:59Z</dc:date>
    <item>
      <title>DALI Master Code for lpc1114</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/DALI-Master-Code-for-lpc1114/m-p/585938#M26989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by faizal on Fri Jul 01 03:01:49 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to know if there is any DALI Master example code for lpc1114 ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:40:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/DALI-Master-Code-for-lpc1114/m-p/585938#M26989</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: DALI Master Code for lpc1114</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/DALI-Master-Code-for-lpc1114/m-p/585939#M26990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Fri Jul 01 03:22:56 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;It's not 1114, but perhaps a point to start :)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LC2141 sample:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://www.nxp.com/documents/application_note/AN10760.pdf&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:40:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/DALI-Master-Code-for-lpc1114/m-p/585939#M26990</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: DALI Master Code for lpc1114</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/DALI-Master-Code-for-lpc1114/m-p/585940#M26991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by faizal on Fri Jul 01 04:37:09 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:40:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/DALI-Master-Code-for-lpc1114/m-p/585940#M26991</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: DALI Master Code for lpc1114</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/DALI-Master-Code-for-lpc1114/m-p/585941#M26992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by faizal on Thu Jul 07 06:39:50 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I modified the code used by LPC2141,so that i can programme it on LPC1114. I dont understand,why the code i've attached in only work using step by step. If i debug it,then i click resume,i dont have the answer(the answer for the command 0xFF97 is 1). But,if i use step by step mode,after the line GPIOSetDir(3,1,1); in function DALI_Init(),then i click resume,i have the answer 1 in hyperterminal. I use the example code uart.c and gpio.c. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:40:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/DALI-Master-Code-for-lpc1114/m-p/585941#M26992</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: DALI Master Code for lpc1114</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/DALI-Master-Code-for-lpc1114/m-p/585942#M26993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by kbenni on Sat Mar 10 05:27:34 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;hello&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i use the example to do the dali slave but its working only when its connected to pc with debuggung when i use external power its not working. why???&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:41:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/DALI-Master-Code-for-lpc1114/m-p/585942#M26993</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: DALI Master Code for lpc1114</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/DALI-Master-Code-for-lpc1114/m-p/585943#M26994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Pat on Tue Feb 19 13:53:49 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: kbenni&lt;/STRONG&gt;&lt;BR /&gt;hello&lt;BR /&gt;i use the example to do the dali slave but its working only when its connected to pc with debuggung when i use external power its not working. why???&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Which board are you actual using? Are you refering to the board LPC1114 DALI slave board OM13026?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:41:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/DALI-Master-Code-for-lpc1114/m-p/585943#M26994</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:41:01Z</dc:date>
    </item>
  </channel>
</rss>

