<?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: regarding PID control in 8-bit Microcontrollers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/regarding-PID-control/m-p/171750#M11639</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello ...&lt;/P&gt;&lt;P&gt;i can understand , but i'm using PID for only output current for boost converter.&lt;/P&gt;&lt;P&gt;can you help me...what is the procedure for implementing PID control...if you have any paper or information on PID ...jus send the link, so that i will check once.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for implementing PID , which microcontroller is best...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;suggest me, which microcontroller is to be used and provide me some information on , how to implement PID in microcontroller.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanking you&lt;/P&gt;&lt;P&gt;SHIVA PRASAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Feb 2010 01:13:31 GMT</pubDate>
    <dc:creator>ellendula</dc:creator>
    <dc:date>2010-02-03T01:13:31Z</dc:date>
    <item>
      <title>regarding PID control</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/regarding-PID-control/m-p/171748#M11637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hello everyone...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i'm working on project, in which i'm using MC9S08QD2 8-bit 8 pin microcontroller.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;know i have to implement PID controller for output current of boost converter.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;so, please anyone help me how to implement PID using this microcontroller.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;so, after searching , i got the paper i.e, AN1215. in that microcontroller it is a 40 orsomething pin and in that registers are defined to store exponennt , mantissa everything....&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;so in MC9S08QD2 there is nothing like that...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;so please anyone suggests me ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. how to convert the Digital value of ADC to analog value in the c code&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. how to convert the floating value to the hexadecimal&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. what we have to do , to make recognise the controller that, this is the floating value&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. and finally after the floating point arithmetic , how can we assign the floating value of result to the register.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i require answers for this immediately...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;as i have to complete this project soon...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;please help me out from this....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanking you&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Shiva prasad E&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 02:34:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/regarding-PID-control/m-p/171748#M11637</guid>
      <dc:creator>ellendula</dc:creator>
      <dc:date>2010-02-02T02:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: regarding PID control</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/regarding-PID-control/m-p/171749#M11638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The MC9S08QD2 device does not have sufficient resources of flash and RAM to support floating point calculations.&amp;nbsp; You would need to use a much larger capacity device for this purpose.&amp;nbsp; Even so, the control process will be slow for an 8-bit device, and will limit the ADC sampling rate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Depending on your sampling rate requirement, you might need to use a 16-bit MCU, or even a 32-bit Coldfire device for this application.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mac&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 20:37:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/regarding-PID-control/m-p/171749#M11638</guid>
      <dc:creator>bigmac</dc:creator>
      <dc:date>2010-02-02T20:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: regarding PID control</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/regarding-PID-control/m-p/171750#M11639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello ...&lt;/P&gt;&lt;P&gt;i can understand , but i'm using PID for only output current for boost converter.&lt;/P&gt;&lt;P&gt;can you help me...what is the procedure for implementing PID control...if you have any paper or information on PID ...jus send the link, so that i will check once.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for implementing PID , which microcontroller is best...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;suggest me, which microcontroller is to be used and provide me some information on , how to implement PID in microcontroller.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanking you&lt;/P&gt;&lt;P&gt;SHIVA PRASAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2010 01:13:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/regarding-PID-control/m-p/171750#M11639</guid>
      <dc:creator>ellendula</dc:creator>
      <dc:date>2010-02-03T01:13:31Z</dc:date>
    </item>
  </channel>
</rss>

