<?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: On-chip Flash memory JN5168 in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/On-chip-Flash-memory-JN5168/m-p/800458#M5133</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Mario, it seems to work :smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Aug 2018 15:12:23 GMT</pubDate>
    <dc:creator>gibish</dc:creator>
    <dc:date>2018-08-10T15:12:23Z</dc:date>
    <item>
      <title>On-chip Flash memory JN5168</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/On-chip-Flash-memory-JN5168/m-p/800456#M5131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Hello!&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;I want to record my data on on-chip Flash memory JN5168.&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Initialize memory&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;bAHI_FlashInit(E_FL_CHIP_INTERNAL, NULL);&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;When I try to erase two last sectors bAHI_FlashEraseSector(6) and bAHI_FlashEraseSector(7), I get TRUE.&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;But when I try to record data bAHI_FullFlashProgram(addrTemp, 2, &amp;amp;stepData); – I always get FALSE.&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;As addrTemp I tried addresses in range 0x0–0xFFFFFFFF with step 0x8000.&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Is it the possibility to record user data on on-chip Flash memory JN5168?&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Thank in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2018 14:16:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/On-chip-Flash-memory-JN5168/m-p/800456#M5131</guid>
      <dc:creator>gibish</dc:creator>
      <dc:date>2018-07-30T14:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: On-chip Flash memory JN5168</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/On-chip-Flash-memory-JN5168/m-p/800457#M5132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;Please look at the parameter.&lt;/P&gt;&lt;P&gt;Parameters&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;u32Addr Address offset from start of Flash memory of first byte to be programmed (must be on a 16-byte boundary)&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;u16Len Number of bytes to be programmed (must be a multiple of 16 up to 0x8000) &lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;*pu8Data Pointer to start of data block to be written to Flash memory&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-c line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="token function"&gt;bAHI_FullFlashProgram&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;addrTemp&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;2&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;&amp;amp;&lt;/SPAN&gt;stepData&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;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2018 00:05:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/On-chip-Flash-memory-JN5168/m-p/800457#M5132</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2018-08-10T00:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: On-chip Flash memory JN5168</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/On-chip-Flash-memory-JN5168/m-p/800458#M5133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Mario, it seems to work :smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2018 15:12:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/On-chip-Flash-memory-JN5168/m-p/800458#M5133</guid>
      <dc:creator>gibish</dc:creator>
      <dc:date>2018-08-10T15:12:23Z</dc:date>
    </item>
  </channel>
</rss>

