<?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 MicrocontrollersのトピックRe: Kinetis flash memory read failure</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-flash-memory-read-failure/m-p/498915#M31099</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mauro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you put an example explaining the process you do to make this happen? (Details of the steps that the code is doing, where are you reading from, where do you put the data that you have read and where (Flash?RAM? Specify the exact address) is this happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For sure you are not going to see any bit of the flash going from 0 to 1 unless you erase a whole block, so I assume this is happening in the RAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give as much details as possible.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Santiago&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Dec 2015 16:20:54 GMT</pubDate>
    <dc:creator>santiago_gonzal</dc:creator>
    <dc:date>2015-12-22T16:20:54Z</dc:date>
    <item>
      <title>Kinetis flash memory read failure</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-flash-memory-read-failure/m-p/498914#M31098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody. &lt;/P&gt;&lt;P&gt;It's now some days that i'm trying to chase a problem consisting of individual bits that go from 0 to 1 with no apparent reason when a data structure is read from the flash memory byte by byte.&lt;/P&gt;&lt;P&gt;The microcontroller&amp;nbsp; is a Kinetis Mk10dx32 clocked at 20 mhz , the FlexNvm EEEprom is not activated for this project and the FLASH_LDD of PE is used to perform the flash operations.&lt;/P&gt;&lt;P&gt;The interested area is at the end of the program flash, at 0x7000 and the dimension is 0x400&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has somebody experienced cases where the reads from flash of an array of bytes works fine but sometimes some bits in Ram results unexpectedly set to 1?&lt;/P&gt;&lt;P&gt;The phenomenon is intermittent and not reproducible while debugging until now, &lt;/P&gt;&lt;P&gt;I have a couple of boards (out of ten) that show it frequently and at least one of them stops showing the problem if I cool down the chip.&lt;/P&gt;&lt;P&gt;The error is always a bit that goes from 0 to 1 and never the other way.&lt;/P&gt;&lt;P&gt;The bit that is read unexpectedly to 1 will be properly read as 0 many of the following times.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Initially I thought it was a write or erase problem and did investigate about the flash endurance and all the possible erase/write problems, double checking the code against documentation and examples.&lt;/P&gt;&lt;P&gt;But after noticing that the bit change happens also when the read operation is performed alone (few seconds after the board power up the Flash is read but not written) I become convinced that is related to the read from flash operation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your opinion or link to interesting reading about this subject.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards, Mauro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 18:18:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-flash-memory-read-failure/m-p/498914#M31098</guid>
      <dc:creator>mauroansaloni</dc:creator>
      <dc:date>2015-12-21T18:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis flash memory read failure</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-flash-memory-read-failure/m-p/498915#M31099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mauro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you put an example explaining the process you do to make this happen? (Details of the steps that the code is doing, where are you reading from, where do you put the data that you have read and where (Flash?RAM? Specify the exact address) is this happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For sure you are not going to see any bit of the flash going from 0 to 1 unless you erase a whole block, so I assume this is happening in the RAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give as much details as possible.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Santiago&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 16:20:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-flash-memory-read-failure/m-p/498915#M31099</guid>
      <dc:creator>santiago_gonzal</dc:creator>
      <dc:date>2015-12-22T16:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis flash memory read failure</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-flash-memory-read-failure/m-p/498916#M31100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Santiago&lt;/P&gt;&lt;P&gt;Thanks for your answer,&lt;/P&gt;&lt;P&gt;I am reading 158 bytes from location 0x7000 (Flash memory beyond the end of the code) and putting the data in RAM at 0x1ffff39c.&lt;/P&gt;&lt;P&gt;The project is a CW10.6&amp;nbsp; with Processor Expert and use the Component FLASH_LDD .&lt;/P&gt;&lt;P&gt;The operating temperature is around 20 degree Celsius, the power supply is stable and the environment is "electrically quiet" , as the boards are placed in the basement of private houses&lt;/P&gt;&lt;P&gt;An Extract of the code follows. the code regarding the &lt;SPAN style="font-size: 13.3333px;"&gt;FLASH_EEPROM &lt;/SPAN&gt;is taken from the example in the documentation of Component FLASH_LDD - CW 10.6&lt;/P&gt;&lt;P&gt;Please let me know which other details are needed to figure out better the problem and consider that I can see the problem on some of the boards but not able until now to replicate in debug mode&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Mauro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;... from main, every ten minutes those functions are called in order to store information that persist in case the power goes off&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EEPromError = EEPromWrite();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EEPromError = EEPromRead();&lt;/P&gt;&lt;P&gt;//---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;// interrupt&lt;/P&gt;&lt;P&gt;void FLASH_EEPROM_OnOperationComplete(LDD_TUserData *UserDataPtr)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; EEPromDataWrittenFlg = TRUE;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;LDD_TError EEPromWrite()&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp; EEPromDataWrittenFlg = FALSE;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp; EEPromError = FLASH_EEPROM_Write(MyFLASH_Ptr, (LDD_TData *)EEPromDataToStore.arrByte, MY_FLASH_LOCATION, sizeof(EEPromDataToStore));&amp;nbsp;&amp;nbsp; /* Start writing to the flash memory */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp; if(EEPromError != ERR_OK)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return EEPromError;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5;"&gt;&amp;nbsp;&amp;nbsp; while (!EEPromDataWrittenFlg)&amp;nbsp; // the flag is set by the&amp;nbsp; FLASH_EEPROM_OnOperationComplete interrupt&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp; {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Bit_night_SetVal(NULL);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Wait until the data are written */&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nTestAttesaWrite++;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Bit_night_ClrVal(NULL);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp; EEPromDataWrittenFlg = FALSE;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (FLASH_EEPROM_GetOperationStatus(MyFLASH_Ptr) == LDD_FLASH_FAILED)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Check if the operation has successfully ended */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Error state solution */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return ERR_FAILED;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Return ERR_FAILED */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Bit_night_ClrVal(NULL);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return ERR_OK;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Return with no error */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;//---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5;"&gt;LDD_TError EEPromRead()&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;{&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EEPromError = FLASH_EEPROM_Read(MyFLASH_Ptr, MY_FLASH_LOCATION, (LDD_TData *)EEPromDataRead.arrByte, sizeof(EEPromDataRead));&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Start reading from the flash memory */&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(EEPromError != ERR_OK)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return EEPromError;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; do&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FLASH_EEPROM_Main(MyFLASH_Ptr);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EEPromOpStatus = FLASH_EEPROM_GetOperationStatus(MyFLASH_Ptr);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; } while (!((EEPromOpStatus == LDD_FLASH_IDLE) | (EEPromOpStatus == LDD_FLASH_FAILED)));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (EEPromOpStatus == LDD_FLASH_FAILED)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Check if the operation has successfully ended */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return ERR_FAILED;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Return ERR_FAILED */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return ERR_OK;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Return with no error */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 18:42:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-flash-memory-read-failure/m-p/498916#M31100</guid>
      <dc:creator>mauroansaloni</dc:creator>
      <dc:date>2015-12-22T18:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis flash memory read failure</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-flash-memory-read-failure/m-p/498917#M31101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Mauro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I also have a problem similar to your case.&lt;/P&gt;&lt;P&gt;Did you already solve this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 08:36:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-flash-memory-read-failure/m-p/498917#M31101</guid>
      <dc:creator>george</dc:creator>
      <dc:date>2016-07-21T08:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis flash memory read failure</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-flash-memory-read-failure/m-p/498918#M31102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I too have this problem. It started recently. I am using ke02. I have been doing a lot of flash write/erase for some time, for event logging purposes. Now some of my variables get corrupted after some flash read/write operations. This happens especially if I do multiple flash operations consecutively. &lt;/P&gt;&lt;P&gt;Does anybody know the flash endurance just affects a particular sector only or if the controller is usable after one particular sector has exceeded the endurance limit? Does changing the sector solve the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jul 2016 10:45:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-flash-memory-read-failure/m-p/498918#M31102</guid>
      <dc:creator>surajka</dc:creator>
      <dc:date>2016-07-23T10:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis flash memory read failure</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-flash-memory-read-failure/m-p/498919#M31103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I too had this problem after flash operations. You might need to increase stack size especially if you are saving the sector before writing. I fixed mine by increasing the stack.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jul 2016 11:50:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-flash-memory-read-failure/m-p/498919#M31103</guid>
      <dc:creator>surajka</dc:creator>
      <dc:date>2016-07-24T11:50:10Z</dc:date>
    </item>
  </channel>
</rss>

