<?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>Kinetis Design Studio中的主题 Re: How can I view the NVIC setup in Debug?</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/How-can-I-view-the-NVIC-setup-in-Debug/m-p/444570#M4276</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will just add that whilst the later version of EmbSys register viewer (v0.25) does include Freescale definitions as standard, these definitions do not contain the NVIC registers, so users will still have to download Erich's patch from &lt;A href="http://sourceforge.net/projects/mcuoneclipse/files/Eclipse%20Plugins/EmbSysReg/"&gt; his source forge&lt;/A&gt;​.&lt;/P&gt;&lt;P&gt;Cheers Erich!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Oct 2015 09:43:29 GMT</pubDate>
    <dc:creator>raels-r</dc:creator>
    <dc:date>2015-10-12T09:43:29Z</dc:date>
    <item>
      <title>How can I view the NVIC setup in Debug?</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/How-can-I-view-the-NVIC-setup-in-Debug/m-p/444568#M4274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm stepping through some code that keeps getting stuck in DefaultISR.&lt;/P&gt;&lt;P&gt;At first the USB0_IRQHandler (or lack thereof) was causing this, since putting in a blank handler, now it's UART1_IRQHandler.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Neither of these interrupts should be enabled, so I'd like to be able to read the current NVIC register setup in debug and so I can see exactly which interrupts have been enabled and which have not. Then I will hopefully be able to track down where the interrupts are going iffy.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Incase it matters, I'm currently using a KL25Z128 chip (FRDM K25 board)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 11:17:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/How-can-I-view-the-NVIC-setup-in-Debug/m-p/444568#M4274</guid>
      <dc:creator>raels-r</dc:creator>
      <dc:date>2015-10-08T11:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: How can I view the NVIC setup in Debug?</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/How-can-I-view-the-NVIC-setup-in-Debug/m-p/444569#M4275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using the EmbSys register viewer for this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/58743i3C39351D9100D324/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/58765iC587F184441790E6/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;See &lt;A href="http://mcuoneclipse.com/2014/05/29/how-to-add-register-details-view-in-eclipse/" title="http://mcuoneclipse.com/2014/05/29/how-to-add-register-details-view-in-eclipse/"&gt;How to Add Register Details View in Eclipse | MCU on Eclipse&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: If using Processor Expert, make sure you enable 'own handler for every...' (see &lt;A href="http://mcuoneclipse.com/2012/02/20/oh-my-an-interrupt/" title="http://mcuoneclipse.com/2012/02/20/oh-my-an-interrupt/"&gt;Oh my! An Interrupt… | MCU on Eclipse&lt;/A&gt; ).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 14:02:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/How-can-I-view-the-NVIC-setup-in-Debug/m-p/444569#M4275</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2015-10-08T14:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: How can I view the NVIC setup in Debug?</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/How-can-I-view-the-NVIC-setup-in-Debug/m-p/444570#M4276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will just add that whilst the later version of EmbSys register viewer (v0.25) does include Freescale definitions as standard, these definitions do not contain the NVIC registers, so users will still have to download Erich's patch from &lt;A href="http://sourceforge.net/projects/mcuoneclipse/files/Eclipse%20Plugins/EmbSysReg/"&gt; his source forge&lt;/A&gt;​.&lt;/P&gt;&lt;P&gt;Cheers Erich!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 09:43:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/How-can-I-view-the-NVIC-setup-in-Debug/m-p/444570#M4276</guid>
      <dc:creator>raels-r</dc:creator>
      <dc:date>2015-10-12T09:43:29Z</dc:date>
    </item>
  </channel>
</rss>

