<?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>Wireless MCUのトピックRe: NVM broken with BLE</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/NVM-broken-with-BLE/m-p/756570#M4451</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I examined my linker memory configuration and it contains errors, however, it somehow worked in the previous release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;user.ldt:&lt;/P&gt;&lt;P&gt;NV_STORAGE_SECTOR_SIZE = ( 2 * 1024 );&lt;BR /&gt;NV_STORAGE_MAX_SECTORS = (4);&lt;BR /&gt;NV_STORAGE_START_ADDRESS = ((0x0007FFFF) - ( 2 * 1024 ) + 1) - 1;&lt;BR /&gt;NV_STORAGE_END_ADDRESS = NV_STORAGE_START_ADDRESS - (NV_STORAGE_MAX_SECTORS * NV_STORAGE_SECTOR_SIZE) + 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.cproject:&lt;/P&gt;&lt;P&gt;&amp;amp;lt;memoryInstance derived_from="Flash" driver="FTFA_2K.cfx" edited="true" id="PROGRAM_FLASH" location="0x0" size="0x7ff00"/&amp;amp;gt;&lt;BR /&gt;&amp;amp;lt;memoryInstance derived_from="Flash" edited="true" id="NVM_TABLE_FLASH" location="0x7ff00" size="0x100"/&amp;amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Memory locations in user.ldt refer to space reserved for&amp;nbsp;&lt;SPAN&gt;PROGRAM_FLASH, which is not right. I resized&amp;nbsp;NVM_TABLE_FLASH and now all is good.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Feb 2018 19:42:41 GMT</pubDate>
    <dc:creator>mateuszwielgos</dc:creator>
    <dc:date>2018-02-13T19:42:41Z</dc:date>
    <item>
      <title>NVM broken with BLE</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/NVM-broken-with-BLE/m-p/756566#M4447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just updated my project to the newest maintenance release of&amp;nbsp;KW41Z SDK (framework v. 5.3.3 -&amp;gt; 5.3.4, bluetooth v. 1.2.3 -&amp;gt; 1.2.4).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever&amp;nbsp;App_NvmWrite is called in order to save bond data to NVM,&amp;nbsp;NvMoveToRam fails with&amp;nbsp;gNVM_PointerOutOfRange_c. It appears that NVM pData RAM pointers are no longer&amp;nbsp;valid, instead they are uninitialized (0xffffffff).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I revert BLE middleware to 1.2.3 while keeping framework at 5.3.4, things do work okay, so I believe the issue is somewhere within BLE libs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone replicate?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 14:55:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/NVM-broken-with-BLE/m-p/756566#M4447</guid>
      <dc:creator>mateuszwielgos</dc:creator>
      <dc:date>2018-01-25T14:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: NVM broken with BLE</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/NVM-broken-with-BLE/m-p/756567#M4448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not quite sure the SDK version you are using, there was a new one on January 31st could&amp;nbsp;you please help me download the new SDK and try to use it again?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the issue persists let me know so I can investigate.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Estephania&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 00:01:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/NVM-broken-with-BLE/m-p/756567#M4448</guid>
      <dc:creator>stephanie_m</dc:creator>
      <dc:date>2018-02-07T00:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: NVM broken with BLE</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/NVM-broken-with-BLE/m-p/756568#M4449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;Estephania,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I logged into the MCUXpresso SDK builder and according to it the newest release is "KSDK 2.2.0 (released 2018-01-19)". This is the one that I am trying to upgrade to.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 14:21:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/NVM-broken-with-BLE/m-p/756568#M4449</guid>
      <dc:creator>mateuszwielgos</dc:creator>
      <dc:date>2018-02-07T14:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: NVM broken with BLE</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/NVM-broken-with-BLE/m-p/756569#M4450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does this happen with any example you use? are you using developing your own application?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Estephania&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 21:25:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/NVM-broken-with-BLE/m-p/756569#M4450</guid>
      <dc:creator>stephanie_m</dc:creator>
      <dc:date>2018-02-07T21:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: NVM broken with BLE</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/NVM-broken-with-BLE/m-p/756570#M4451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I examined my linker memory configuration and it contains errors, however, it somehow worked in the previous release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;user.ldt:&lt;/P&gt;&lt;P&gt;NV_STORAGE_SECTOR_SIZE = ( 2 * 1024 );&lt;BR /&gt;NV_STORAGE_MAX_SECTORS = (4);&lt;BR /&gt;NV_STORAGE_START_ADDRESS = ((0x0007FFFF) - ( 2 * 1024 ) + 1) - 1;&lt;BR /&gt;NV_STORAGE_END_ADDRESS = NV_STORAGE_START_ADDRESS - (NV_STORAGE_MAX_SECTORS * NV_STORAGE_SECTOR_SIZE) + 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.cproject:&lt;/P&gt;&lt;P&gt;&amp;amp;lt;memoryInstance derived_from="Flash" driver="FTFA_2K.cfx" edited="true" id="PROGRAM_FLASH" location="0x0" size="0x7ff00"/&amp;amp;gt;&lt;BR /&gt;&amp;amp;lt;memoryInstance derived_from="Flash" edited="true" id="NVM_TABLE_FLASH" location="0x7ff00" size="0x100"/&amp;amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Memory locations in user.ldt refer to space reserved for&amp;nbsp;&lt;SPAN&gt;PROGRAM_FLASH, which is not right. I resized&amp;nbsp;NVM_TABLE_FLASH and now all is good.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 19:42:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/NVM-broken-with-BLE/m-p/756570#M4451</guid>
      <dc:creator>mateuszwielgos</dc:creator>
      <dc:date>2018-02-13T19:42:41Z</dc:date>
    </item>
  </channel>
</rss>

