<?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  interrupt doesn't work in IAR in S32K</title>
    <link>https://community.nxp.com/t5/S32K/interrupt-doesn-t-work-in-IAR/m-p/888771#M4239</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, i am running&amp;nbsp; AN5413 s32k14x Series Cookbook examples, more exactly i trIed the s32k144_Project_HelloInterrupts. First i run the code with S32 Design Studio and the lpit0 interrupt is working, but when i try to run with IAR ide same code, the lpit0 interrupt&amp;nbsp; can't be reached by the breakpoint. Did anyone tried&amp;nbsp; to test lpit0 interrupt in IAR? Could anyone explain me what i should do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Jan 2019 12:59:37 GMT</pubDate>
    <dc:creator>macoveimircea</dc:creator>
    <dc:date>2019-01-21T12:59:37Z</dc:date>
    <item>
      <title>interrupt doesn't work in IAR</title>
      <link>https://community.nxp.com/t5/S32K/interrupt-doesn-t-work-in-IAR/m-p/888771#M4239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, i am running&amp;nbsp; AN5413 s32k14x Series Cookbook examples, more exactly i trIed the s32k144_Project_HelloInterrupts. First i run the code with S32 Design Studio and the lpit0 interrupt is working, but when i try to run with IAR ide same code, the lpit0 interrupt&amp;nbsp; can't be reached by the breakpoint. Did anyone tried&amp;nbsp; to test lpit0 interrupt in IAR? Could anyone explain me what i should do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2019 12:59:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/interrupt-doesn-t-work-in-IAR/m-p/888771#M4239</guid>
      <dc:creator>macoveimircea</dc:creator>
      <dc:date>2019-01-21T12:59:37Z</dc:date>
    </item>
    <item>
      <title>Re:  interrupt doesn't work in IAR</title>
      <link>https://community.nxp.com/t5/S32K/interrupt-doesn-t-work-in-IAR/m-p/888772#M4240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Is&amp;nbsp;the LPIT ISR toggling the PTD0 output?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you check the LPIT and NVIC registers in IAR whether the interrupt is enabled or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2019 15:19:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/interrupt-doesn-t-work-in-IAR/m-p/888772#M4240</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2019-01-21T15:19:36Z</dc:date>
    </item>
    <item>
      <title>Re:  interrupt doesn't work in IAR</title>
      <link>https://community.nxp.com/t5/S32K/interrupt-doesn-t-work-in-IAR/m-p/888773#M4241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, PTD0 LED stays high(lit) all the time. I run the app and the interrupt is enabled, timer is counting and resets:&lt;/P&gt;&lt;P&gt;LPIT0_MIER-&amp;gt;TIE0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1&lt;/P&gt;&lt;P&gt;LPIT0_TCTRL-&amp;gt;T_EN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NVIC_ICPR[1] - 0x00004000&lt;/P&gt;&lt;P&gt;NVIC_ISER[1] - 0x00010000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PCC_LPIT - 0xC6000000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;-PR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;1&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;-CGC&amp;nbsp;&amp;nbsp;&amp;nbsp;1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;-PCS &amp;nbsp;&amp;nbsp;&amp;nbsp;0x6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't figure it out why the same code doesn't work in IAR, maybe do i have to set something specific in IAR configuration?&lt;/P&gt;&lt;P&gt;Thank you for reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2019 10:00:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/interrupt-doesn-t-work-in-IAR/m-p/888773#M4241</guid>
      <dc:creator>macoveimircea</dc:creator>
      <dc:date>2019-01-22T10:00:55Z</dc:date>
    </item>
    <item>
      <title>Re:  interrupt doesn't work in IAR</title>
      <link>https://community.nxp.com/t5/S32K/interrupt-doesn-t-work-in-IAR/m-p/888774#M4242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Please check PRIMASK core register.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2019 13:48:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/interrupt-doesn-t-work-in-IAR/m-p/888774#M4242</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2019-01-22T13:48:59Z</dc:date>
    </item>
    <item>
      <title>Re:  interrupt doesn't work in IAR</title>
      <link>https://community.nxp.com/t5/S32K/interrupt-doesn-t-work-in-IAR/m-p/888775#M4243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, the PRIMASK register is 0 all the time, maybe this will help?&lt;/P&gt;&lt;P&gt;&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/75924i4396630962D8217C/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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2019 07:26:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/interrupt-doesn-t-work-in-IAR/m-p/888775#M4243</guid>
      <dc:creator>macoveimircea</dc:creator>
      <dc:date>2019-01-23T07:26:56Z</dc:date>
    </item>
    <item>
      <title>Re:  interrupt doesn't work in IAR</title>
      <link>https://community.nxp.com/t5/S32K/interrupt-doesn-t-work-in-IAR/m-p/888776#M4244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, I don't use IAR, so I can't test it.&lt;/P&gt;&lt;P&gt;But if you get an exception, you can debug that.&lt;/P&gt;&lt;P&gt;There are many documents describing Cortex M4 exceptions on the internet.&lt;/P&gt;&lt;P&gt;For example:&amp;nbsp;&lt;A class="link-titled" href="https://www.iar.com/support/tech-notes/debugger/debugging-a-hardfault-on-cortex-m/" title="https://www.iar.com/support/tech-notes/debugger/debugging-a-hardfault-on-cortex-m/"&gt;IAR Debugging a HardFault on Cortex-M&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2019 14:29:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/interrupt-doesn-t-work-in-IAR/m-p/888776#M4244</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2019-01-24T14:29:43Z</dc:date>
    </item>
  </channel>
</rss>

