<?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 Interrupts in 8-bit Microcontrollers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Interrupts/m-p/179649#M12912</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Im new to HSO8&lt;/P&gt;&lt;P&gt;Im just trying to get basic interrupts working and struggling &lt;A href="http://freescale.i.lithium.com/i/smilies/16x16_smiley-sad.gif"&gt;&lt;IMG alt=":smileysad:" class="emoticon emoticon-smileysad" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-sad.gif" title="Smiley Sad" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IDE: codewarrior for microcontrollers 6.3&lt;/P&gt;&lt;P&gt;chip: MC9S08GT60&lt;/P&gt;&lt;P&gt;hardware: cyclone PRO (HC08-HCS08)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So If im basically just trying to set up timer 1 interrupt to flash an LED connected to&amp;nbsp;PTDD_PTDD1, I dont get anything happening.&lt;/P&gt;&lt;P&gt;Iv checked the port is setup correctly, so then its just to do with the ISR.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;are ISR's handled while running through the cyclone pro?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is one able to set more than one breakpoint at a time? I cant seem to set a breakpoint in the ISR?&lt;/P&gt;&lt;P&gt;ALso I was getting an ILLEGAL_BP error in simualtion mode, and also ' bus freq out of range'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help?&lt;/P&gt;&lt;P&gt;please find the files attached, they're pretty simple.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Feb 2010 22:32:10 GMT</pubDate>
    <dc:creator>New_to_HC08</dc:creator>
    <dc:date>2010-02-26T22:32:10Z</dc:date>
    <item>
      <title>Interrupts</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Interrupts/m-p/179649#M12912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Im new to HSO8&lt;/P&gt;&lt;P&gt;Im just trying to get basic interrupts working and struggling &lt;A href="http://freescale.i.lithium.com/i/smilies/16x16_smiley-sad.gif"&gt;&lt;IMG alt=":smileysad:" class="emoticon emoticon-smileysad" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-sad.gif" title="Smiley Sad" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IDE: codewarrior for microcontrollers 6.3&lt;/P&gt;&lt;P&gt;chip: MC9S08GT60&lt;/P&gt;&lt;P&gt;hardware: cyclone PRO (HC08-HCS08)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So If im basically just trying to set up timer 1 interrupt to flash an LED connected to&amp;nbsp;PTDD_PTDD1, I dont get anything happening.&lt;/P&gt;&lt;P&gt;Iv checked the port is setup correctly, so then its just to do with the ISR.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;are ISR's handled while running through the cyclone pro?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is one able to set more than one breakpoint at a time? I cant seem to set a breakpoint in the ISR?&lt;/P&gt;&lt;P&gt;ALso I was getting an ILLEGAL_BP error in simualtion mode, and also ' bus freq out of range'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help?&lt;/P&gt;&lt;P&gt;please find the files attached, they're pretty simple.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2010 22:32:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Interrupts/m-p/179649#M12912</guid>
      <dc:creator>New_to_HC08</dc:creator>
      <dc:date>2010-02-26T22:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Interrupts</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Interrupts/m-p/179650#M12913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you have to enable the interrupts (EnableInterrupts macro) after all the inits.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bye Jack&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2010 23:55:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Interrupts/m-p/179650#M12913</guid>
      <dc:creator>jag</dc:creator>
      <dc:date>2010-02-26T23:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Interrupts</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Interrupts/m-p/179651#M12914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u should use Processor Expert for Timer_interrupt it make easy&lt;IMG alt=":smileyhappy:" class="emoticon emoticon-smileyhappy" id="smileyhappy" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-happy.gif" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Apr 2010 15:24:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Interrupts/m-p/179651#M12914</guid>
      <dc:creator>wasimakram</dc:creator>
      <dc:date>2010-04-17T15:24:40Z</dc:date>
    </item>
  </channel>
</rss>

