<?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 Re: s12xs Temperature Sensor in S12 / MagniV Microcontrollers</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/s12xs-Temperature-Sensor/m-p/376649#M10779</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much I now have this up and running correctly!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very much appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Nov 2014 11:32:48 GMT</pubDate>
    <dc:creator>alexkey</dc:creator>
    <dc:date>2014-11-04T11:32:48Z</dc:date>
    <item>
      <title>s12xs Temperature Sensor</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/s12xs-Temperature-Sensor/m-p/376645#M10775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i have been trying in vain to get the voltage regulator Temperature Sensor mapped to an ADC channel. the thing is i can't find which channel it gets mapped to. The datasheet and AN3624 seem to imply that it is mapped to ATD channel 17. But i have no way of accessing this.&lt;/P&gt;&lt;P&gt;Am I missing something completely obvious?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 09:18:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/s12xs-Temperature-Sensor/m-p/376645#M10775</guid>
      <dc:creator>alexkey</dc:creator>
      <dc:date>2014-11-04T09:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: s12xs Temperature Sensor</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/s12xs-Temperature-Sensor/m-p/376646#M10776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ATD0 channel 17 can be accessed by writing 0x41 to ATDCTL5. &lt;/P&gt;&lt;P&gt;i.e. SC should be set and CD,CC,CB,CA should be 0,0,0,1 respectively.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or do you use this config already?&lt;/P&gt;&lt;P&gt;If so, can you convert other channels successfully? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DPB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 09:34:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/s12xs-Temperature-Sensor/m-p/376646#M10776</guid>
      <dc:creator>DPB</dc:creator>
      <dc:date>2014-11-04T09:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: s12xs Temperature Sensor</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/s12xs-Temperature-Sensor/m-p/376647#M10777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, i am already using this config. I think my real question is in fact what register name should i be using to access the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. for reading channels 0 - 4 i use ATD0DR0 - ATD0DR3 but there doesn't seem to be a ATD0DR16&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 09:51:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/s12xs-Temperature-Sensor/m-p/376647#M10777</guid>
      <dc:creator>alexkey</dc:creator>
      <dc:date>2014-11-04T09:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: s12xs Temperature Sensor</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/s12xs-Temperature-Sensor/m-p/376648#M10778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first result by default should be stored to ATD0DR0-3.&lt;/P&gt;&lt;P&gt;By default means with the ATDCTL3 reset value of 0x20. This ATDCTL3 configuration uses a sequence of 4 conversions.&lt;/P&gt;&lt;P&gt;So the results are stored in ATD0DR0, ATD0DR1, ATD0DR2, ATD0DR3 respectively, with the input mapped to the temperature sensor ATDCTL5 =0x41.&lt;/P&gt;&lt;P&gt;i.e. all conversions are from the same channel because MULT=0.&lt;/P&gt;&lt;P&gt;So the registers should contain similar values, as the temperature does not vary so quickly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DPB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 10:45:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/s12xs-Temperature-Sensor/m-p/376648#M10778</guid>
      <dc:creator>DPB</dc:creator>
      <dc:date>2014-11-04T10:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: s12xs Temperature Sensor</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/s12xs-Temperature-Sensor/m-p/376649#M10779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much I now have this up and running correctly!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very much appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 11:32:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/s12xs-Temperature-Sensor/m-p/376649#M10779</guid>
      <dc:creator>alexkey</dc:creator>
      <dc:date>2014-11-04T11:32:48Z</dc:date>
    </item>
  </channel>
</rss>

