<?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: GPT exception vector in ColdFire/68K Microcontrollers and Processors</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/GPT-exception-vector/m-p/145313#M3075</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi BlackRussian&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I don't use the GP timers but this may help:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;From the 5282 user's guide section 20.8 there is a table showing the flags that enable/disable IRQs for the 4 channels on each timer. The vectors that relate to this are these:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="msg_source_code"&gt;&lt;SPAN class="text_smallest"&gt;Code:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;PRE&gt;vector69: /* GPTA  Timer overflow     */vector6A: /* GPTA  Pulse accumulator input   */vector6B: /* GPTA  Pulse accumulator overflow  */vector6C: /* GPTA  Timer channel 0     */vector6D: /* GPTA  Timer channel 1     */vector6E: /* GPTA  Timer channel 2     */vector6F: /* GPTA  Timer channel 3     */vector70: /* GPTB  Timer overflow     */vector71: /* GPTB  Pulse accumulator input   */vector72: /* GPTB  Pulse accumulator overflow  */vector73: /* GPTB  Timer channel 0     */vector74: /* GPTB  Timer channel 1     */vector75: /* GPTB  Timer channel 2     */vector76: /* GPTB  Timer channel 3     */&lt;/PRE&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;So if you have enabled interrupts for output compare on GPTA ch.1 the exception vector is 0x6c.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;See section 10.3.6.1 in the user's guide for a list of all the interrupt sources.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Cheers,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Paul.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Oct 2020 08:46:30 GMT</pubDate>
    <dc:creator>mccPaul</dc:creator>
    <dc:date>2020-10-29T08:46:30Z</dc:date>
    <item>
      <title>GPT exception vector</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/GPT-exception-vector/m-p/145312#M3074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;I would like to use the output compare interrupt but have not been able to find what vector it is in the user manual documentation. Can anyone help.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I forgot to mention I'm using the 5282 processor.&lt;/DIV&gt;&lt;P&gt;Message Edited by BlackRussian on &lt;SPAN class="date_text"&gt;2007-02-15&lt;/SPAN&gt;&lt;SPAN class="time_text"&gt;08:19 PM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2007 04:09:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/GPT-exception-vector/m-p/145312#M3074</guid>
      <dc:creator>BlackRussian</dc:creator>
      <dc:date>2007-02-16T04:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: GPT exception vector</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/GPT-exception-vector/m-p/145313#M3075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi BlackRussian&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I don't use the GP timers but this may help:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;From the 5282 user's guide section 20.8 there is a table showing the flags that enable/disable IRQs for the 4 channels on each timer. The vectors that relate to this are these:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="msg_source_code"&gt;&lt;SPAN class="text_smallest"&gt;Code:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;PRE&gt;vector69: /* GPTA  Timer overflow     */vector6A: /* GPTA  Pulse accumulator input   */vector6B: /* GPTA  Pulse accumulator overflow  */vector6C: /* GPTA  Timer channel 0     */vector6D: /* GPTA  Timer channel 1     */vector6E: /* GPTA  Timer channel 2     */vector6F: /* GPTA  Timer channel 3     */vector70: /* GPTB  Timer overflow     */vector71: /* GPTB  Pulse accumulator input   */vector72: /* GPTB  Pulse accumulator overflow  */vector73: /* GPTB  Timer channel 0     */vector74: /* GPTB  Timer channel 1     */vector75: /* GPTB  Timer channel 2     */vector76: /* GPTB  Timer channel 3     */&lt;/PRE&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;So if you have enabled interrupts for output compare on GPTA ch.1 the exception vector is 0x6c.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;See section 10.3.6.1 in the user's guide for a list of all the interrupt sources.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Cheers,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Paul.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2020 08:46:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/GPT-exception-vector/m-p/145313#M3075</guid>
      <dc:creator>mccPaul</dc:creator>
      <dc:date>2020-10-29T08:46:30Z</dc:date>
    </item>
  </channel>
</rss>

