<?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: error of s32k144's flash read and write in S32K</title>
    <link>https://community.nxp.com/t5/S32K/error-of-s32k144-s-flash-read-and-write/m-p/711293#M1527</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, friend&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Maybe you are not close interrupt before operate flash.you can try that close interrupt before erase flash section ,and open interrupt in the end.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 23 Sep 2017 03:27:09 GMT</pubDate>
    <dc:creator>jinshuaixu</dc:creator>
    <dc:date>2017-09-23T03:27:09Z</dc:date>
    <item>
      <title>error of s32k144's flash read and write</title>
      <link>https://community.nxp.com/t5/S32K/error-of-s32k144-s-flash-read-and-write/m-p/711292#M1526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;Hi,i'm debugging flash read an write,when i used "EraseAndProgram",single step is ok,but run at full speed ,it reset,would you help to find what the promble ,thanks! ps:&amp;nbsp; I&amp;nbsp; used external 5V to supply .&lt;/DIV&gt;&lt;DIV style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper" image-alt="6FE9DF85@53F51040.2BF5B059.jpg_recompress.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/31594i8DFEDED2CBD2B995/image-size/large?v=v2&amp;amp;px=999" role="button" title="6FE9DF85@53F51040.2BF5B059.jpg_recompress.jpg" alt="6FE9DF85@53F51040.2BF5B059.jpg_recompress.jpg" /&gt;&lt;/span&gt;&lt;IMG src="https://mail.qq.com/cgi-bin/viewfile?f=3DB52C0111F636252DD081EFA18B75D12047C4607608FD01EB8D816A1EF0E6CC26AA3E375C39BC82F1501BFEA67B999FF70BCC4902287CA0911D273A58DFBC7F840FD1BDB56B89BB11CFEE948E1A871A276A34C2D868589C81CFE9A4B57805C0&amp;amp;mailid=ZL3307-sKWJrD3I7bgIPityGApZP79&amp;amp;sid=oLWQ1keF6r97GQxV&amp;amp;net=454684170" style="border: none;" /&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2017 08:08:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/error-of-s32k144-s-flash-read-and-write/m-p/711292#M1526</guid>
      <dc:creator>shenlanzeng</dc:creator>
      <dc:date>2017-09-22T08:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: error of s32k144's flash read and write</title>
      <link>https://community.nxp.com/t5/S32K/error-of-s32k144-s-flash-read-and-write/m-p/711293#M1527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, friend&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Maybe you are not close interrupt before operate flash.you can try that close interrupt before erase flash section ,and open interrupt in the end.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Sep 2017 03:27:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/error-of-s32k144-s-flash-read-and-write/m-p/711293#M1527</guid>
      <dc:creator>jinshuaixu</dc:creator>
      <dc:date>2017-09-23T03:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: error of s32k144's flash read and write</title>
      <link>https://community.nxp.com/t5/S32K/error-of-s32k144-s-flash-read-and-write/m-p/711294#M1528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi，&lt;/P&gt;&lt;P&gt;Thanks for your relplay，how do i use the register operation to close all the interrypts，and open the interrupts，i didn‘t find the relevant information！&lt;/P&gt;&lt;P&gt;thanks for your help！&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 08:07:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/error-of-s32k144-s-flash-read-and-write/m-p/711294#M1528</guid>
      <dc:creator>shenlanzeng</dc:creator>
      <dc:date>2017-09-25T08:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: error of s32k144's flash read and write</title>
      <link>https://community.nxp.com/t5/S32K/error-of-s32k144-s-flash-read-and-write/m-p/711295#M1529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;#if defined (__GNUC__)&lt;BR /&gt;#define ENABLE_INTERRUPTS() __asm volatile ("cpsie i" : : : "memory");&lt;BR /&gt;#else&lt;BR /&gt;#define ENABLE_INTERRUPTS() __asm("cpsie i")&lt;BR /&gt;#endif&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;/** \brief Disable interrupts&lt;BR /&gt; */&lt;BR /&gt;#if defined (__GNUC__)&lt;BR /&gt;#define DISABLE_INTERRUPTS() __asm volatile ("cpsid i" : : : "memory");&lt;BR /&gt;#else&lt;BR /&gt;#define DISABLE_INTERRUPTS() __asm("cpsid i")&lt;BR /&gt;#endif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 09:22:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/error-of-s32k144-s-flash-read-and-write/m-p/711295#M1529</guid>
      <dc:creator>jinshuaixu</dc:creator>
      <dc:date>2017-09-25T09:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: error of s32k144's flash read and write</title>
      <link>https://community.nxp.com/t5/S32K/error-of-s32k144-s-flash-read-and-write/m-p/711296#M1530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi，i have been closed all interrupt，then erase the flash ，and run at full speed，but the s32k144 reset again.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt; best regards！&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 08:42:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/error-of-s32k144-s-flash-read-and-write/m-p/711296#M1530</guid>
      <dc:creator>shenlanzeng</dc:creator>
      <dc:date>2017-09-26T08:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: error of s32k144's flash read and write</title>
      <link>https://community.nxp.com/t5/S32K/error-of-s32k144-s-flash-read-and-write/m-p/711297#M1531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How did you define the .MyRamCode section?&lt;/P&gt;&lt;P&gt;Please try the default ram section using:&lt;/P&gt;&lt;PRE class="language-c line-numbers"&gt;&lt;CODE&gt;__attribute__ &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;section&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;".code_ram"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;// place the function below into .code_ram section&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;void&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;EraseAndProgram&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;void&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&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>Wed, 04 Oct 2017 15:09:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/error-of-s32k144-s-flash-read-and-write/m-p/711297#M1531</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2017-10-04T15:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: error of s32k144's flash read and write</title>
      <link>https://community.nxp.com/t5/S32K/error-of-s32k144-s-flash-read-and-write/m-p/711298#M1532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your help，i tried it ，but it reset all the same&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 03:38:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/error-of-s32k144-s-flash-read-and-write/m-p/711298#M1532</guid>
      <dc:creator>shenlanzeng</dc:creator>
      <dc:date>2017-10-10T03:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: error of s32k144's flash read and write</title>
      <link>https://community.nxp.com/t5/S32K/error-of-s32k144-s-flash-read-and-write/m-p/711299#M1533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you attach the project?&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>Tue, 10 Oct 2017 16:18:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/error-of-s32k144-s-flash-read-and-write/m-p/711299#M1533</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2017-10-10T16:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: error of s32k144's flash read and write</title>
      <link>https://community.nxp.com/t5/S32K/error-of-s32k144-s-flash-read-and-write/m-p/711300#M1534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for replay，the problem has been solved！&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 06:27:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/error-of-s32k144-s-flash-read-and-write/m-p/711300#M1534</guid>
      <dc:creator>shenlanzeng</dc:creator>
      <dc:date>2017-10-11T06:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: error of s32k144's flash read and write</title>
      <link>https://community.nxp.com/t5/S32K/error-of-s32k144-s-flash-read-and-write/m-p/711301#M1535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your help,do you have any example of bootloder under the MDK , thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 07:21:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/error-of-s32k144-s-flash-read-and-write/m-p/711301#M1535</guid>
      <dc:creator>shenlanzeng</dc:creator>
      <dc:date>2017-10-11T07:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: error of s32k144's flash read and write</title>
      <link>https://community.nxp.com/t5/S32K/error-of-s32k144-s-flash-read-and-write/m-p/711302#M1536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm afraid we don't.&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>Fri, 13 Oct 2017 13:33:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/error-of-s32k144-s-flash-read-and-write/m-p/711302#M1536</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2017-10-13T13:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: error of s32k144's flash read and write</title>
      <link>https://community.nxp.com/t5/S32K/error-of-s32k144-s-flash-read-and-write/m-p/711303#M1537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to use MDK to generate bin，i used MDK generate bin like that：&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/31494i4DF9F3A832A5B89C/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;but it generates a folder&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/31541iB8D7378B5ED8620F/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;can you tell me how to generate bin under MDK,thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 01:17:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/error-of-s32k144-s-flash-read-and-write/m-p/711303#M1537</guid>
      <dc:creator>shenlanzeng</dc:creator>
      <dc:date>2017-10-18T01:17:14Z</dc:date>
    </item>
  </channel>
</rss>

