<?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: How to use the KE15 eeprom?</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-use-the-KE15-eeprom/m-p/1078099#M57451</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="358597" data-username="eagan.yu@wpi-group.com" href="https://community.nxp.com/people/eagan.yu@wpi-group.com" style="color: #3d9ce7; background-color: #ffffff; border: 0px; font-weight: 200; text-decoration: none; font-size: 1.286rem;"&gt;Eagan Yu&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Thanks for your updated information.&lt;/P&gt;&lt;P&gt;&amp;nbsp; If you have any questions in the future, welcome to create the new question post, and let us know.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: inherit; font-size: 14px;"&gt;Kerry&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: inherit; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: inherit; font-size: 14px;"&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: inherit; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: inherit; font-size: 14px;"&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Apr 2020 05:27:33 GMT</pubDate>
    <dc:creator>kerryzhou</dc:creator>
    <dc:date>2020-04-29T05:27:33Z</dc:date>
    <item>
      <title>How to use the KE15 eeprom?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-use-the-KE15-eeprom/m-p/1078096#M57448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P class="" data-section="0" style="box-sizing: border-box; margin: 0px; padding: 0px; min-height: 26px; line-height: 25.987503051757813px; color: #333333; font-family: Arial, 'Microsoft YaHei', '\ FAE软雅黑', '\ B8B体', 'Malgun Gothic', Meiryo, sans-serif; font-size: 13.600001335144043px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: justify; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #f7f8fa;"&gt;&lt;SPAN class="" data-group="0-0" data-section="0" data-sentence="0" style="box-sizing: border-box; min-height: 26px; line-height: 26px;"&gt;I was using the KE15 development board, and then when I looked at the KE15 SDK driver example, I realized that flexnvm eeprom example could only be configured with 32 byte eeprom, but I wanted to configure 2k eeprom, so I read the reference manual to modify:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" data-section="1" style="box-sizing: border-box; margin: 0px; padding: 0px; min-height: 26px; line-height: 25.987503051757813px; color: #333333; font-family: Arial, 'Microsoft YaHei', '\ FAE软雅黑', '\ B8B体', 'Malgun Gothic', Meiryo, sans-serif; font-size: 13.600001335144043px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: justify; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #f7f8fa;"&gt;&lt;SPAN class="" data-group="1-0" data-section="1" data-sentence="0" style="box-sizing: border-box; min-height: 26px; line-height: 26px;"&gt;1. Modified #define EEPROM_DATA_SET_SIZE_CODE (0x39U) to (0x33U) and redefined #define FLEXNVM_PARTITION_CODE (0x3U).&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" data-section="2" style="box-sizing: border-box; margin: 0px; padding: 0px; min-height: 26px; line-height: 25.987503051757813px; color: #333333; font-family: Arial, 'Microsoft YaHei', '\ FAE软雅黑', '\ B8B体', 'Malgun Gothic', Meiryo, sans-serif; font-size: 13.600001335144043px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: justify; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #f7f8fa;"&gt;&lt;SPAN class="" data-group="2-0" data-section="2" data-sentence="0" style="box-sizing: border-box; min-height: 26px; line-height: 26px;"&gt;2. Change the length of the write array and redefine it as #define BUFFER_LEN 16&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" data-section="3" style="box-sizing: border-box; margin: 0px; padding: 0px; min-height: 26px; line-height: 25.987503051757813px; color: #333333; font-family: Arial, 'Microsoft YaHei', '\ FAE软雅黑', '\ B8B体', 'Malgun Gothic', Meiryo, sans-serif; font-size: 13.600001335144043px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: justify; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #f7f8fa;"&gt;&lt;SPAN class="" data-group="3-0" data-section="3" data-sentence="0" style="box-sizing: border-box; min-height: 26px; line-height: 26px;"&gt;3. &lt;SPAN class="" data-group="3-1" data-section="3" data-sentence="1" style="box-sizing: border-box; min-height: 26px; line-height: 26px;"&gt;Before: &lt;/SPAN&gt;result = FLEXNVM_SetFlexramFunction (&amp;amp; s_flashDriver, kFTFx_FlexramFuncOptAvailableForEeprom);&lt;SPAN style="color: #333333; font-family: Arial, 'Microsoft YaHei', '\ FAE软雅黑', '\ B8B体', 'Malgun Gothic', Meiryo, sans-serif; font-size: 13.600001335144043px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 25.987503051757813px; orphans: auto; text-align: justify; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #f7f8fa; display: inline !important; float: none;"&gt;To assign a value&lt;/SPAN&gt; :&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="" data-group="3-1" data-section="3" data-sentence="1" style="box-sizing: border-box; min-height: 26px; line-height: 26px;"&gt; s_flashDriver. FtfxConfig. EepromTotalSize = 0 x800;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" data-section="4" style="box-sizing: border-box; margin: 0px; padding: 0px; min-height: 26px; line-height: 25.987503051757813px; color: #333333; font-family: Arial, 'Microsoft YaHei', '\ FAE软雅黑', '\ B8B体', 'Malgun Gothic', Meiryo, sans-serif; font-size: 13.600001335144043px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: justify; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #f7f8fa;"&gt;&lt;SPAN class="" data-group="4-0" data-section="4" data-sentence="0" style="box-sizing: border-box; min-height: 26px; line-height: 26px;"&gt;Finally, compile and debug, but HardFault_Handler appears&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" data-section="4" style="box-sizing: border-box; margin: 0px; padding: 0px; min-height: 26px; line-height: 25.987503051757813px; color: #333333; font-family: Arial, 'Microsoft YaHei', '\ FAE软雅黑', '\ B8B体', 'Malgun Gothic', Meiryo, sans-serif; font-size: 13.600001335144043px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: justify; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #f7f8fa;"&gt;&lt;SPAN class="" data-group="4-0" data-section="4" data-sentence="0" style="box-sizing: border-box; min-height: 26px; line-height: 26px;"&gt;&lt;SPAN style="color: #333333; font-family: Arial, 'Microsoft YaHei', '\ FAE软雅黑', '\ B8B体', 'Malgun Gothic', Meiryo, sans-serif; font-size: 13.600001335144043px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 25.987503051757813px; orphans: auto; text-align: justify; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #f7f8fa; display: inline !important; float: none;"&gt;Thank you very much&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" data-section="4" style="box-sizing: border-box; margin: 0px; padding: 0px; min-height: 26px; line-height: 25.987503051757813px; color: #333333; font-family: Arial, 'Microsoft YaHei', '\ FAE软雅黑', '\ B8B体', 'Malgun Gothic', Meiryo, sans-serif; font-size: 13.600001335144043px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: justify; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #f7f8fa;"&gt;&lt;SPAN class="" data-group="4-0" data-section="4" data-sentence="0" style="box-sizing: border-box; min-height: 26px; line-height: 26px;"&gt;Eagan&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" data-section="4" style="box-sizing: border-box; margin: 0px; padding: 0px; min-height: 26px; line-height: 25.987503051757813px; color: #333333; font-family: Arial, 'Microsoft YaHei', '\ FAE软雅黑', '\ B8B体', 'Malgun Gothic', Meiryo, sans-serif; font-size: 13.600001335144043px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: justify; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #f7f8fa;"&gt;&lt;SPAN class="" data-group="4-0" data-section="4" data-sentence="0" style="box-sizing: border-box; min-height: 26px; line-height: 26px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Apr 2020 02:40:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-use-the-KE15-eeprom/m-p/1078096#M57448</guid>
      <dc:creator>eagan_yu</dc:creator>
      <dc:date>2020-04-26T02:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the KE15 eeprom?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-use-the-KE15-eeprom/m-p/1078097#M57449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,could you point out my mistake,and Instruct me how to modify ,thanks ,have great day.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2020 06:49:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-use-the-KE15-eeprom/m-p/1078097#M57449</guid>
      <dc:creator>eagan_yu</dc:creator>
      <dc:date>2020-04-27T06:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the KE15 eeprom?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-use-the-KE15-eeprom/m-p/1078098#M57450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Arial, 'Microsoft YaHei', '\ FAE软雅黑', '\ B8B体', 'Malgun Gothic', Meiryo, sans-serif; font-size: 13.600001335144043px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 25.987503051757813px; orphans: auto; text-align: justify; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #f7f8fa; display: inline !important; float: none;"&gt;I've found the problem. I've solved it&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Arial, 'Microsoft YaHei', '\ FAE软雅黑', '\ B8B体', 'Malgun Gothic', Meiryo, sans-serif; font-size: 13.600001335144043px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 25.987503051757813px; orphans: auto; text-align: justify; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #f7f8fa; display: inline !important; float: none;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2020 08:55:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-use-the-KE15-eeprom/m-p/1078098#M57450</guid>
      <dc:creator>eagan_yu</dc:creator>
      <dc:date>2020-04-27T08:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the KE15 eeprom?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-use-the-KE15-eeprom/m-p/1078099#M57451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="358597" data-username="eagan.yu@wpi-group.com" href="https://community.nxp.com/people/eagan.yu@wpi-group.com" style="color: #3d9ce7; background-color: #ffffff; border: 0px; font-weight: 200; text-decoration: none; font-size: 1.286rem;"&gt;Eagan Yu&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Thanks for your updated information.&lt;/P&gt;&lt;P&gt;&amp;nbsp; If you have any questions in the future, welcome to create the new question post, and let us know.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: inherit; font-size: 14px;"&gt;Kerry&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: inherit; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: inherit; font-size: 14px;"&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: inherit; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: inherit; font-size: 14px;"&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2020 05:27:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-use-the-KE15-eeprom/m-p/1078099#M57451</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2020-04-29T05:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the KE15 eeprom?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-use-the-KE15-eeprom/m-p/1078100#M57452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="-webkit-text-stroke-width: 0px; color: #333333; white-space: normal; letter-spacing: normal; display: inline !important; font-size: 13.6px; line-height: 25.9875px; font-style: normal; float: none; background-color: #f7f8fa; text-transform: none; word-spacing: 0px; font-variant: normal; text-indent: 0px; font-family: Arial, 'Microsoft YaHei', '  FAE软雅黑', '  B8B体', 'Malgun Gothic', Meiryo, sans-serif; text-align: start; "&gt;At that time the download program just overwrite, did not forget to erase all, so if you change the parameters of the partition function, to erase all before downloading&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2020 09:16:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-use-the-KE15-eeprom/m-p/1078100#M57452</guid>
      <dc:creator>eagan_yu</dc:creator>
      <dc:date>2020-06-09T09:16:04Z</dc:date>
    </item>
  </channel>
</rss>

