<?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: interrupt routine not work on ram building mode in MPC5xxx</title>
    <link>https://community.nxp.com/t5/MPC5xxx/interrupt-routine-not-work-on-ram-building-mode/m-p/650857#M6802</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for your help, I'm using CodeWarrior 10.5 &amp;nbsp;compiler, and the attachment has&amp;nbsp;all my project source files. The three functions related to this&amp;nbsp;is &amp;nbsp;&amp;nbsp;&lt;EM&gt;static void PIT0_isr(void) ,&amp;nbsp;static void PIT0_init(void), and&amp;nbsp;static void Interrupts_init(void) ，&lt;/EM&gt;you can find in &lt;EM&gt;main.c&lt;/EM&gt; file.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Feb 2017 12:54:55 GMT</pubDate>
    <dc:creator>lognight</dc:creator>
    <dc:date>2017-02-20T12:54:55Z</dc:date>
    <item>
      <title>interrupt routine not work on ram building mode</title>
      <link>https://community.nxp.com/t5/MPC5xxx/interrupt-routine-not-work-on-ram-building-mode/m-p/650855#M6800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wrote a &amp;nbsp;PIT channel 0 interrupt routine &lt;EM&gt;isr_pit_ch0 ,&amp;nbsp;&lt;/EM&gt;it works well using flash building mode, but when i using ram building mode,it didn't work, how can i make it work well on ram building mode? &amp;nbsp;i am using MPC5604P chip.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Feb 2017 04:18:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/interrupt-routine-not-work-on-ram-building-mode/m-p/650855#M6800</guid>
      <dc:creator>lognight</dc:creator>
      <dc:date>2017-02-19T04:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: interrupt routine not work on ram building mode</title>
      <link>https://community.nxp.com/t5/MPC5xxx/interrupt-routine-not-work-on-ram-building-mode/m-p/650856#M6801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It looks like an issue in your linker file.&lt;/P&gt;&lt;P&gt;Which compiler are you using?&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 08:26:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/interrupt-routine-not-work-on-ram-building-mode/m-p/650856#M6801</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2017-02-20T08:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: interrupt routine not work on ram building mode</title>
      <link>https://community.nxp.com/t5/MPC5xxx/interrupt-routine-not-work-on-ram-building-mode/m-p/650857#M6802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for your help, I'm using CodeWarrior 10.5 &amp;nbsp;compiler, and the attachment has&amp;nbsp;all my project source files. The three functions related to this&amp;nbsp;is &amp;nbsp;&amp;nbsp;&lt;EM&gt;static void PIT0_isr(void) ,&amp;nbsp;static void PIT0_init(void), and&amp;nbsp;static void Interrupts_init(void) ，&lt;/EM&gt;you can find in &lt;EM&gt;main.c&lt;/EM&gt; file.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 12:54:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/interrupt-routine-not-work-on-ram-building-mode/m-p/650857#M6802</guid>
      <dc:creator>lognight</dc:creator>
      <dc:date>2017-02-20T12:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: interrupt routine not work on ram building mode</title>
      <link>https://community.nxp.com/t5/MPC5xxx/interrupt-routine-not-work-on-ram-building-mode/m-p/650858#M6803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;open Prefix folder in your project&amp;nbsp; and open MPC5604P_RAM_VLE.prefix&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add #defineCALL_USR_INIT 1 macro to this file and save it. Please see figure below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/13610i521B7CFD291DC41C/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Recompile you project once again. Now it will work correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 14:16:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/interrupt-routine-not-work-on-ram-building-mode/m-p/650858#M6803</guid>
      <dc:creator>martin_kovar</dc:creator>
      <dc:date>2017-02-20T14:16:42Z</dc:date>
    </item>
  </channel>
</rss>

