<?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 ADC_LDD and PDB component working together ? in Processor Expert Software</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/ADC-LDD-and-PDB-component-working-together/m-p/188826#M581</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;I figured out that you can not directly use a FTM block to trigger an ADC. It has to be done by a PDB (or PIT, RTC which I have not tried yet).&lt;/P&gt;&lt;P&gt;Did someone has successful implement the ADC_LDD and PDB_Init component to work together. All the examples that are distributed uses ADC_Init and PDB_Init to get them work together. However, then your are loosing all the Methods that make live easier to work with the ADC.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Aug 2012 16:14:17 GMT</pubDate>
    <dc:creator>mkrug</dc:creator>
    <dc:date>2012-08-14T16:14:17Z</dc:date>
    <item>
      <title>ADC_LDD and PDB component working together ?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/ADC-LDD-and-PDB-component-working-together/m-p/188826#M581</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;I figured out that you can not directly use a FTM block to trigger an ADC. It has to be done by a PDB (or PIT, RTC which I have not tried yet).&lt;/P&gt;&lt;P&gt;Did someone has successful implement the ADC_LDD and PDB_Init component to work together. All the examples that are distributed uses ADC_Init and PDB_Init to get them work together. However, then your are loosing all the Methods that make live easier to work with the ADC.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 16:14:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/ADC-LDD-and-PDB-component-working-together/m-p/188826#M581</guid>
      <dc:creator>mkrug</dc:creator>
      <dc:date>2012-08-14T16:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: ADC_LDD and PDB component working together ?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/ADC-LDD-and-PDB-component-working-together/m-p/188827#M582</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;in FTM there are additional bits that enables the trigger output. See EXTTRIG register for details. However from your issue is not clear if you are using Init_FTM or TimerUnit_LDD with FTM device selected to trigger the ADC.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In case of Init_FTM, there should be no issue if you enable appropriate bits.&lt;/P&gt;&lt;P&gt;In case of TimerUnit_LDD the EXTTRIG register must be additionalt initialiazed in the user code - this is known issue, it should be resolved within CW V10.3.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regarding ADC_LDD and Init_PDB example, I will try to search some example if exists, otherwise we will try to prepare it for you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards&lt;BR /&gt;Vojtech Filip&lt;BR /&gt;Processor Expert Support Team&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2012 19:38:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/ADC-LDD-and-PDB-component-working-together/m-p/188827#M582</guid>
      <dc:creator>ProcessorExpert</dc:creator>
      <dc:date>2012-08-14T19:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: ADC_LDD and PDB component working together ?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/ADC-LDD-and-PDB-component-working-together/m-p/188828#M583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has this been fixed in the latest PEx?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 02:08:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/ADC-LDD-and-PDB-component-working-together/m-p/188828#M583</guid>
      <dc:creator>robriggs</dc:creator>
      <dc:date>2014-02-06T02:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: ADC_LDD and PDB component working together ?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/ADC-LDD-and-PDB-component-working-together/m-p/188829#M584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also would like to understand how to make the ADC_LDD component work with Init_PDB. I cannot seem to get the ADC to trigger using PDB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 22:40:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/ADC-LDD-and-PDB-component-working-together/m-p/188829#M584</guid>
      <dc:creator>fitch</dc:creator>
      <dc:date>2014-02-06T22:40:14Z</dc:date>
    </item>
  </channel>
</rss>

