<?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: ADC conversion</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/ADC-conversion/m-p/128331#M1646</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi ppcco,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I'm trying to capture my filter signal with my 8 bit QE128 board too.&amp;nbsp; Do you think I can see your code for your ac signal capture?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thank you,&lt;/DIV&gt;&lt;DIV&gt;FWFan&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Sep 2008 01:17:46 GMT</pubDate>
    <dc:creator>FWFan</dc:creator>
    <dc:date>2008-09-05T01:17:46Z</dc:date>
    <item>
      <title>ADC conversion</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/ADC-conversion/m-p/128329#M1644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi, I'm sensing light with a photoresistor, the analog input is received via QB8 A/D converter in 10 bit, my program is wrote in C (CW) the question is, how can convert the 10 bit value into decimal value?, the binary value is stored in two different registers,&amp;nbsp;8 LSB in an register and two MSB in another, someone have a routine write in C to implement? Thanks.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2006 23:20:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/ADC-conversion/m-p/128329#M1644</guid>
      <dc:creator>ppcco</dc:creator>
      <dc:date>2006-03-08T23:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: ADC conversion</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/ADC-conversion/m-p/128330#M1645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi:&lt;BR /&gt;&lt;BR /&gt;If you're using Processor Expert, you can use one of the methods provided by the ATD Bean to read the value as 16 bits.&lt;BR /&gt;&lt;BR /&gt;If you're not using PE, you can use code like:&lt;BR /&gt;(From PE)&lt;BR /&gt;/* 16-bit register (big endian) */&lt;BR /&gt;typedef union {&lt;BR /&gt;word w;&lt;BR /&gt;struct {&lt;BR /&gt;byte high,low;&lt;BR /&gt;} b;&lt;BR /&gt;} TWREG;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;word Read_Sample(void)&lt;BR /&gt;{&lt;BR /&gt;TWREG Sample&lt;BR /&gt;&lt;BR /&gt;Sample.b.high = ATD1RH;&lt;BR /&gt;Sample.b.low = ATD1RL;&lt;BR /&gt;return Sample.w; // Return as word (16 bit)&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Alex&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2006 01:29:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/ADC-conversion/m-p/128330#M1645</guid>
      <dc:creator>alex_spotw</dc:creator>
      <dc:date>2006-03-09T01:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: ADC conversion</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/ADC-conversion/m-p/128331#M1646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi ppcco,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I'm trying to capture my filter signal with my 8 bit QE128 board too.&amp;nbsp; Do you think I can see your code for your ac signal capture?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thank you,&lt;/DIV&gt;&lt;DIV&gt;FWFan&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2008 01:17:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/ADC-conversion/m-p/128331#M1646</guid>
      <dc:creator>FWFan</dc:creator>
      <dc:date>2008-09-05T01:17:46Z</dc:date>
    </item>
  </channel>
</rss>

