<?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 S9KEAZN32M4 - EEPROM access with Segger Jlink in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/S9KEAZN32M4-EEPROM-access-with-Segger-Jlink/m-p/1847858#M66303</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i'm trying do write some data into the EEPROM of the&amp;nbsp;S9KEAZN32M4 with Segger Jlink. I can connect, flash a hex-File and read out register. For example the UUID with&lt;BR /&gt;mem8 40048010 8&lt;BR /&gt;i get 40048010 = 31 45 33 37 18 68 14 1E&lt;BR /&gt;So the connection should be ok.&lt;/P&gt;&lt;P&gt;I have to write 0x0B to 1000_0020 into the EEPROM. But when i write with&lt;BR /&gt;w1 10000020 0B&lt;BR /&gt;and read out with&lt;BR /&gt;mem8 10000020 8&lt;BR /&gt;i get&amp;nbsp;&lt;BR /&gt;10000020 = FF FF FF FF FF FF FF FF.&lt;/P&gt;&lt;P&gt;Register 4002_0009 is set to 0x87, so EEPROM protection should be off.&lt;/P&gt;&lt;P&gt;Does anyone have an idea what's wrong on my side?&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;</description>
    <pubDate>Tue, 16 Apr 2024 08:12:04 GMT</pubDate>
    <dc:creator>Micha_S9</dc:creator>
    <dc:date>2024-04-16T08:12:04Z</dc:date>
    <item>
      <title>S9KEAZN32M4 - EEPROM access with Segger Jlink</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/S9KEAZN32M4-EEPROM-access-with-Segger-Jlink/m-p/1847858#M66303</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i'm trying do write some data into the EEPROM of the&amp;nbsp;S9KEAZN32M4 with Segger Jlink. I can connect, flash a hex-File and read out register. For example the UUID with&lt;BR /&gt;mem8 40048010 8&lt;BR /&gt;i get 40048010 = 31 45 33 37 18 68 14 1E&lt;BR /&gt;So the connection should be ok.&lt;/P&gt;&lt;P&gt;I have to write 0x0B to 1000_0020 into the EEPROM. But when i write with&lt;BR /&gt;w1 10000020 0B&lt;BR /&gt;and read out with&lt;BR /&gt;mem8 10000020 8&lt;BR /&gt;i get&amp;nbsp;&lt;BR /&gt;10000020 = FF FF FF FF FF FF FF FF.&lt;/P&gt;&lt;P&gt;Register 4002_0009 is set to 0x87, so EEPROM protection should be off.&lt;/P&gt;&lt;P&gt;Does anyone have an idea what's wrong on my side?&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 08:12:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/S9KEAZN32M4-EEPROM-access-with-Segger-Jlink/m-p/1847858#M66303</guid>
      <dc:creator>Micha_S9</dc:creator>
      <dc:date>2024-04-16T08:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: S9KEAZN32M4 - EEPROM access with Segger Jlink</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/S9KEAZN32M4-EEPROM-access-with-Segger-Jlink/m-p/1850522#M66316</link>
      <description>&lt;P&gt;Hi，&lt;/P&gt;
&lt;P&gt;Generally, the EEPROM can be written as a RAM is written, but the data in EEPROM can be kept after power off/on.&lt;/P&gt;
&lt;P&gt;But the EEPROM for&amp;nbsp;the S9KEAZN32M4 is a bit different. Pls refer to the EEPROM driver for KEA family.&lt;/P&gt;
&lt;P&gt;You can download the EEPROM driver "EEPROM emulation driver for KEA128 and KEA8" from the link:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/automotive-mcus/ultra-reliable-kea-automotive-microcontrollers-mcus-based-on-arm-cortex-m0-plus-core:KEA" target="_blank"&gt;https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/automotive-mcus/ultra-reliable-kea-automotive-microcontrollers-mcus-based-on-arm-cortex-m0-plus-core:KEA&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So I suppose that you can not write EEPROM with J-Link device and tools.&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2024 08:39:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/S9KEAZN32M4-EEPROM-access-with-Segger-Jlink/m-p/1850522#M66316</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2024-04-19T08:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: S9KEAZN32M4 - EEPROM access with Segger Jlink</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/S9KEAZN32M4-EEPROM-access-with-Segger-Jlink/m-p/1851145#M66319</link>
      <description>&lt;P&gt;Thanks for your response. Segger will implement the writing of the EEPROM somewhere in the future.&lt;/P&gt;&lt;P&gt;Micha_S9&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 04:12:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/S9KEAZN32M4-EEPROM-access-with-Segger-Jlink/m-p/1851145#M66319</guid>
      <dc:creator>Micha_S9</dc:creator>
      <dc:date>2024-04-22T04:12:00Z</dc:date>
    </item>
  </channel>
</rss>

