<?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: KL26Z board - pflash example and IRQ. in Kinetis Software Development Kit</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KL26Z-board-pflash-example-and-IRQ/m-p/729996#M7672</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm still looking for the solution.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anybody have any code with irq and flash? Or with relocating IRQ into RAM?&lt;/P&gt;&lt;P&gt;I try change it for my applications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Feb 2018 07:09:33 GMT</pubDate>
    <dc:creator>grochal7</dc:creator>
    <dc:date>2018-02-06T07:09:33Z</dc:date>
    <item>
      <title>KL26Z board - pflash example and IRQ.</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KL26Z-board-pflash-example-and-IRQ/m-p/729991#M7667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have problem with using pflash example and my timer IRQ.&lt;/P&gt;&lt;P&gt;If I initialize and start my timer (pit or lptmr) sth goes wrong. I cant erase flash memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I use any IRQ and erase flash?&lt;/P&gt;&lt;P&gt;Any solutions?&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 16:52:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KL26Z-board-pflash-example-and-IRQ/m-p/729991#M7667</guid>
      <dc:creator>grochal7</dc:creator>
      <dc:date>2018-01-17T16:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: KL26Z board - pflash example and IRQ.</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KL26Z-board-pflash-example-and-IRQ/m-p/729992#M7668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tomasz:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If an interrupt occurs during a flash erase / program operation, the read while write restriction will be violated if the interrupt service routine code is located in the same flash block as the erase operation is occurring on. so you can disable / enable interrupts before / after the flash command operation. If interrupts are disabled, any interrupt that occurs during the flash operation will be pending when interrupts are re-enabled.&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>Mon, 22 Jan 2018 07:35:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KL26Z-board-pflash-example-and-IRQ/m-p/729992#M7668</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2018-01-22T07:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: KL26Z board - pflash example and IRQ.</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KL26Z-board-pflash-example-and-IRQ/m-p/729993#M7669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;Thanks for Your response!&lt;/P&gt;&lt;P&gt;Ok i understand it.&lt;/P&gt;&lt;P&gt;But what if i need my irq and cant disable/enable interrupts before/after flash operation?&lt;/P&gt;&lt;P&gt;Is there any solutions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 10:31:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KL26Z-board-pflash-example-and-IRQ/m-p/729993#M7669</guid>
      <dc:creator>grochal7</dc:creator>
      <dc:date>2018-01-22T10:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: KL26Z board - pflash example and IRQ.</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KL26Z-board-pflash-example-and-IRQ/m-p/729994#M7670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tomasz:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest you refer to the AN4695, this application note discuss important considerations and guidelines for implementing in-software flash programming on Kinetis and Coldfire.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/docs/en/application-note/AN4695.pdf?fsrch=1&amp;amp;sr=1&amp;amp;pageNum=1" title="https://www.nxp.com/docs/en/application-note/AN4695.pdf?fsrch=1&amp;amp;sr=1&amp;amp;pageNum=1"&gt;https://www.nxp.com/docs/en/application-note/AN4695.pdf?fsrch=1&amp;amp;sr=1&amp;amp;pageNum=1&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 08:05:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KL26Z-board-pflash-example-and-IRQ/m-p/729994#M7670</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2018-01-23T08:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: KL26Z board - pflash example and IRQ.</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KL26Z-board-pflash-example-and-IRQ/m-p/729995#M7671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;I found 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/25088i83935E1830000318/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;So I have to relocate my ISR into RAM.&lt;/P&gt;&lt;P&gt;I found this question:&lt;BR /&gt;&lt;A href="https://community.nxp.com/thread/453898"&gt;How to relocate interrupt vector table in MCUXpresso&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;there is (I thought) the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use FRDM KL26Z.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My default settings:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_4.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/26133iA95044CDA126F3D8/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_4.png" alt="pastedImage_4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;set:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_12.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/25685iC8933E085BBEC517/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_12.png" alt="pastedImage_12.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I added in startup file:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_16.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/25946i2374E0916A1FA9A2/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_16.png" alt="pastedImage_16.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And this in pflash.c file:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_8.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/26084i6CC532264C2B2C5D/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_8.png" alt="pastedImage_8.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i got the same like before. Resets like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_15.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/25882iA9D299C1CAFF99A4/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_15.png" alt="pastedImage_15.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;What is wrong now? Is there something more?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 10:08:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KL26Z-board-pflash-example-and-IRQ/m-p/729995#M7671</guid>
      <dc:creator>grochal7</dc:creator>
      <dc:date>2018-01-24T10:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: KL26Z board - pflash example and IRQ.</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KL26Z-board-pflash-example-and-IRQ/m-p/729996#M7672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm still looking for the solution.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anybody have any code with irq and flash? Or with relocating IRQ into RAM?&lt;/P&gt;&lt;P&gt;I try change it for my applications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2018 07:09:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KL26Z-board-pflash-example-and-IRQ/m-p/729996#M7672</guid>
      <dc:creator>grochal7</dc:creator>
      <dc:date>2018-02-06T07:09:33Z</dc:date>
    </item>
  </channel>
</rss>

