<?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>topic DALI on LPC MCU in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/DALI-on-LPC-MCU/m-p/1371386#M47005</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Chish_2-1636986545603.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/162167i4D171EDD84CCAEF0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Chish_2-1636986545603.png" alt="Chish_2-1636986545603.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;hey! I don't understand one part in the code. The value of the command is 226 which is BYTE on the other hand the dtr is also BYTE but I don't understand that how the command (value 226) when assigned to 'dtr' got equal to 1?&lt;/P&gt;&lt;P&gt;Can someone answer it please?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 15 Nov 2021 14:33:36 GMT</pubDate>
    <dc:creator>Chish</dc:creator>
    <dc:date>2021-11-15T14:33:36Z</dc:date>
    <item>
      <title>DALI on LPC MCU</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/DALI-on-LPC-MCU/m-p/1371386#M47005</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Chish_2-1636986545603.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/162167i4D171EDD84CCAEF0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Chish_2-1636986545603.png" alt="Chish_2-1636986545603.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;hey! I don't understand one part in the code. The value of the command is 226 which is BYTE on the other hand the dtr is also BYTE but I don't understand that how the command (value 226) when assigned to 'dtr' got equal to 1?&lt;/P&gt;&lt;P&gt;Can someone answer it please?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Nov 2021 14:33:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/DALI-on-LPC-MCU/m-p/1371386#M47005</guid>
      <dc:creator>Chish</dc:creator>
      <dc:date>2021-11-15T14:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: DALI on LPC MCU</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/DALI-on-LPC-MCU/m-p/1371735#M47012</link>
      <description>&lt;P&gt;HI&lt;/P&gt;
&lt;P&gt;Two questions:&lt;/P&gt;
&lt;P&gt;1. I wonder if this question related with a LPC product? or a pure C language question?&lt;/P&gt;
&lt;P&gt;2. If this is a pure C question. your problem is&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;after executing dtr=command; (command is 226) ,dtr doesn't get the the same 226 but 1? You want to know why.&lt;/P&gt;
&lt;P&gt;Is this your question?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jun Zhang&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 07:34:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/DALI-on-LPC-MCU/m-p/1371735#M47012</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2021-11-16T07:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: DALI on LPC MCU</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/DALI-on-LPC-MCU/m-p/1371835#M47015</link>
      <description>&lt;P&gt;yes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 09:10:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/DALI-on-LPC-MCU/m-p/1371835#M47015</guid>
      <dc:creator>Chish</dc:creator>
      <dc:date>2021-11-16T09:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: DALI on LPC MCU</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/DALI-on-LPC-MCU/m-p/1371868#M47016</link>
      <description>&lt;P&gt;if the "yes" is for 2, variable&amp;nbsp;&lt;SPAN&gt;dtr may be optimized. try to cast volatile when define it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this can't resolve your issue. Please create a new project with piece of demo code, thus we can test it directly on board.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 09:29:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/DALI-on-LPC-MCU/m-p/1371868#M47016</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2021-11-16T09:29:42Z</dc:date>
    </item>
  </channel>
</rss>

