<?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: How to access the content of the fuse map? in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-access-the-content-of-the-fuse-map/m-p/1135094#M9941</link>
    <description>&lt;P&gt;Thanks for this post, now I gained access to CFG0(ADDR - 0x410) &amp;amp; CFG1(ADDR - 0x420) in fuse map for RT1064, the datasheet (Table22-6) says they are SJC CHALLENGE/Unique ID, I just wonder whether they are really unique, can be used as a unit specific unique ID.&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Ping&lt;/P&gt;</description>
    <pubDate>Thu, 03 Sep 2020 08:58:14 GMT</pubDate>
    <dc:creator>ping1</dc:creator>
    <dc:date>2020-09-03T08:58:14Z</dc:date>
    <item>
      <title>How to access the content of the fuse map?</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-access-the-content-of-the-fuse-map/m-p/1057919#M8312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The imx1060 fusemap (ref-manual chapter 22) is confusing me, so I could use some clarification...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems the fusemap chapter goes into a lot of detail regarding fuse addresses (ranging from 0x400 - 0x8c0) and their bits; but there is no discussion regarding how to access that address range.&amp;nbsp; Then chapter 23 (OCOTP) seems to say that the OCOTP is the mechanism used to access the fuse map.&amp;nbsp; Referring to the SDK's OCOTP code, I can use&amp;nbsp;&lt;STRONG&gt;OCOTP_Init()&lt;/STRONG&gt;&lt;SPAN&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;OCOTP_ReloadShadowRegister()&lt;/STRONG&gt;,&amp;nbsp;&lt;STRONG&gt;OCOTP_ReadFuseShadowRegister()&lt;/STRONG&gt; and &lt;STRONG&gt;OCOTP_WriteFuseShadowRegister()&lt;/STRONG&gt;&amp;nbsp;to read/write the fuses; but I don't understand how the address passed to &lt;STRONG&gt;OCOTP_ReadFuseShadowRegister()&lt;/STRONG&gt; corresponds to some entry in the fusemap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the "OTP Memory Footprint" (&lt;SPAN&gt;Figure 23-2 in ref manual), there are&amp;nbsp;several "not-reserved" shadow registers that can be accessed as follows:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN&gt;0x00:&amp;nbsp;&amp;nbsp;&amp;nbsp;LOCK&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN&gt;0x05:&amp;nbsp;&amp;nbsp;&amp;nbsp;BOOT_CFG&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN&gt;0x06:&amp;nbsp;&amp;nbsp;&amp;nbsp;BOOT_CFG&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN&gt;0x07:&amp;nbsp;&amp;nbsp;&amp;nbsp;BOOT_CFG&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN&gt;0x0F:&amp;nbsp;&amp;nbsp;&amp;nbsp;ANALOG&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN&gt;0x20:&amp;nbsp;&amp;nbsp;&amp;nbsp;SJC&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN&gt;0x21:&amp;nbsp;&amp;nbsp;&amp;nbsp;SJC&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN&gt;0x22:&amp;nbsp;&amp;nbsp;&amp;nbsp;MAC&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN&gt;0x23:&amp;nbsp;&amp;nbsp;&amp;nbsp;MAC&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN&gt;0x24:&amp;nbsp;&amp;nbsp;&amp;nbsp;MAC&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN&gt;0x26:&amp;nbsp;&amp;nbsp;&amp;nbsp;GP1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN&gt;0x27:&amp;nbsp;&amp;nbsp;&amp;nbsp;GP2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN&gt;0x28:&amp;nbsp;&amp;nbsp;&amp;nbsp;SW_GP1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN&gt;0x2D:&amp;nbsp;&amp;nbsp;&amp;nbsp;MISC_CONF&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN&gt;0x2E:&amp;nbsp;&amp;nbsp;&amp;nbsp;MISC_CONF&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN&gt;0x38:&amp;nbsp;&amp;nbsp;&amp;nbsp;GP3&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN&gt;0x39:&amp;nbsp;&amp;nbsp;&amp;nbsp;GP3&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN&gt;0x3A:&amp;nbsp;&amp;nbsp;&amp;nbsp;GP3&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN&gt;0x3B:&amp;nbsp;&amp;nbsp;&amp;nbsp;GP3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do each of these registers somehow&amp;nbsp;correspond to entries fusemap?&amp;nbsp; If yes, how?&amp;nbsp; If no, what am I missing?&lt;/P&gt;&lt;P&gt;Are the functions I mention above the correct hooks into the fusemap?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2020 21:11:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-access-the-content-of-the-fuse-map/m-p/1057919#M8312</guid>
      <dc:creator>EdSutter</dc:creator>
      <dc:date>2020-07-16T21:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to access the content of the fuse map?</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-access-the-content-of-the-fuse-map/m-p/1057920#M8313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As an add-on to my above question, I see that MIMXRT1062.h has comments that seem to correlate various offsets into the OCOTP register space to addresses in the fusemap.&amp;nbsp; For example, if I wanted to see the Default FlexRAM bank partitioning as defined by the fusemap, then I could read OCOTP-&amp;gt;MISC_CONF0 and decode bits [19:16].&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I go to the reference manual and look at the description of the MISC_CONF0&amp;nbsp; I see this description...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/116124i3D9536A93A1C514F/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;and that seems to be the extent of the "Diagram" for most of these registers.&amp;nbsp; So am I really supposed to refer to&amp;nbsp;&lt;SPAN&gt;MIMXRT1062.h for the OCOTP documentation?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2020 21:40:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-access-the-content-of-the-fuse-map/m-p/1057920#M8313</guid>
      <dc:creator>EdSutter</dc:creator>
      <dc:date>2020-07-16T21:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to access the content of the fuse map?</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-access-the-content-of-the-fuse-map/m-p/1057921#M8314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ed,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is some misunderstanding regarding the capabilities of the shadow registers. Writing to the shadow registers doesn't affect at any level the corresponding fuses.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All fuse words in efusebox are shadowed. Therefore, fuse information is available through memory-mapped shadow registers. If fuses are subsequently programmed, the shadow registers should be reloaded to keep them coherent with the fuse bank arrays.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shadow register bits can be overridden by software until the corresponding fuse lock bit for the region is set. When the lock shadow bit is set, the shadow registers for that lock region become write-locked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The shadow registers automatically load the appropriate OTP contents after reset is deasserted. This means that once the power-up sequence is completed the&amp;nbsp;fuse values will be copied directly into their corresponding shadowed registers. This is with the intended that you can read the fuse values in run-time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To learn more information about how to read/write the shadow registers refer to sections&amp;nbsp;23.4.1.1,&amp;nbsp;23.4.1.2, and&amp;nbsp;23.4.1.3 of the reference manual.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;/P&gt;&lt;P&gt;Victor&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;P&gt;- If this post answers your question, please click the "Mark Correct"button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;/P&gt;&lt;P&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;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2020 23:28:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-access-the-content-of-the-fuse-map/m-p/1057921#M8314</guid>
      <dc:creator>victorjimenez</dc:creator>
      <dc:date>2020-07-21T23:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to access the content of the fuse map?</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-access-the-content-of-the-fuse-map/m-p/1057922#M8315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Victor,&lt;/P&gt;&lt;P&gt;Thanks for responding, but that doesn't answer my question.&amp;nbsp; I read the chapters, and I do realize that modifying the shadow registers does not affect the fusemap; but that's the extent of my understanding.&amp;nbsp;&amp;nbsp;The operations described in section 23.4.1 outline the steps to access the fusemap directly, I get that, here is my fundamental problem...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There appears to be two different sets of addresses for the fusemap...&lt;/P&gt;&lt;P&gt;Chapter 22 goes into good detail regarding addresses (and bit definitions) that range from 0x400-0x8c0, but then chapter 23 refers to the "Fuse Shadow Memory Footprint" which has addresses from 0x00-0x3f (and it gives zero information regarding bit descriptions).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the "ADDR" value (i.e.&amp;nbsp;HW_OCOTP_CTRL[&lt;STRONG&gt;ADDR&lt;/STRONG&gt;]) described in the sections you mention, the address documented in the&amp;nbsp;"Fusemap Description Table" (chap22)&amp;nbsp;&amp;nbsp;or the "Fuse Shadow Memory Footprint" (chap23)?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2020 11:55:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-access-the-content-of-the-fuse-map/m-p/1057922#M8315</guid>
      <dc:creator>EdSutter</dc:creator>
      <dc:date>2020-07-23T11:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to access the content of the fuse map?</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-access-the-content-of-the-fuse-map/m-p/1057923#M8316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This thread may give some extra details about matching up the eFUSE (and bit) settings with shadow registers:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="link-titled" href="https://community.nxp.com/message/1312044#comment-1312136" title="https://community.nxp.com/message/1312044#comment-1312136"&gt;https://community.nxp.com/message/1312044#comment-1312136&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[uTasker project developer for Kinetis and i.MX RT]&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2020 23:01:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-access-the-content-of-the-fuse-map/m-p/1057923#M8316</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2020-07-23T23:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to access the content of the fuse map?</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-access-the-content-of-the-fuse-map/m-p/1057924#M8317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Mark,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still not clear to me, but it'll sink in sooner or later.&amp;nbsp; I just don't understand why there are two different "address spaces" for the fuse maps.&amp;nbsp; The reference manual goes into great detail on the 0x600-0x8c0 space, but then (as best I can tell) the NXP SDK uses the 0x00-0x3f addresses, but nowhere is there a mapping between the two different spaces.&amp;nbsp; I saw your drawing, but it looks like that is in the GUI.&amp;nbsp; I am more interested in a mapping explanation in the reference manual because I'm trying to avoid using the GUI.&lt;/P&gt;&lt;P&gt;Tx&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2020 14:21:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-access-the-content-of-the-fuse-map/m-p/1057924#M8317</guid>
      <dc:creator>EdSutter</dc:creator>
      <dc:date>2020-07-31T14:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to access the content of the fuse map?</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-access-the-content-of-the-fuse-map/m-p/1057925#M8318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ed,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I understood your confusion. For the explanation, I will take as an example the ANALOG group that is at location 0x0F.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/109688iA6E6D92F14F9EA24/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In section&amp;nbsp;23.6.1.24.2 of the reference manual, you will find the shadow register that corresponds to this word.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/109772i9C90158CECC522E2/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here, you can see that the offset of this register is 4F0. If you go to the Fusemap Descriptions Table, you will see that address 0x4F0 corresponds to the USB VID and USB PID.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_4.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/109810iA3E684B9EBF4EF22/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_4.png" alt="pastedImage_4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;/P&gt;&lt;P&gt;Victor&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;P&gt;- If this post answers your question, please click the "Mark Correct"button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;/P&gt;&lt;P&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;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2020 17:37:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-access-the-content-of-the-fuse-map/m-p/1057925#M8318</guid>
      <dc:creator>victorjimenez</dc:creator>
      <dc:date>2020-08-04T17:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to access the content of the fuse map?</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-access-the-content-of-the-fuse-map/m-p/1057926#M8319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Victor,&lt;/P&gt;&lt;P&gt;First of all sorry for the late reply.&amp;nbsp; For some reason I don't get email anymore when a forum notification comes in for me... Not sure what broke there...&lt;/P&gt;&lt;P&gt;Anyway, I believe this solves my confusion, but just to be sure...&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I see the correlation between 0x4F0 and Bank1 Word7 (referring to table 23.6.1.1); so am I correct to assume that I would use 0x0F (offset from Figure 23-2) as the address passed to&amp;nbsp;&lt;STRONG style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: bold;"&gt;OCOTP_ReadFuseShadowRegister() &lt;/STRONG&gt;to read what is at 0x4F0 in the fusemap?&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;If that's the case, then you nailed it for me, and I'll mark this answered.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2020 12:17:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-access-the-content-of-the-fuse-map/m-p/1057926#M8319</guid>
      <dc:creator>EdSutter</dc:creator>
      <dc:date>2020-08-12T12:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to access the content of the fuse map?</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-access-the-content-of-the-fuse-map/m-p/1057927#M8320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ed,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, your understanding is correct. You need to pass 0x0F as the address argument to the function&amp;nbsp;OCOTP_ReadFuseShadowRegister() to read what is at 0x4F0 in the fusemap.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;/P&gt;&lt;P&gt;Victor&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;P&gt;- If this post answers your question, please click the "Mark Correct"button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;/P&gt;&lt;P&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;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2020 18:49:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-access-the-content-of-the-fuse-map/m-p/1057927#M8320</guid>
      <dc:creator>victorjimenez</dc:creator>
      <dc:date>2020-08-12T18:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to access the content of the fuse map?</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-access-the-content-of-the-fuse-map/m-p/1135094#M9941</link>
      <description>&lt;P&gt;Thanks for this post, now I gained access to CFG0(ADDR - 0x410) &amp;amp; CFG1(ADDR - 0x420) in fuse map for RT1064, the datasheet (Table22-6) says they are SJC CHALLENGE/Unique ID, I just wonder whether they are really unique, can be used as a unit specific unique ID.&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Ping&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 08:58:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-access-the-content-of-the-fuse-map/m-p/1135094#M9941</guid>
      <dc:creator>ping1</dc:creator>
      <dc:date>2020-09-03T08:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to access the content of the fuse map?</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-access-the-content-of-the-fuse-map/m-p/1150512#M10022</link>
      <description>&lt;P&gt;Yes, this is a unique value. To ensure the uniqueness of this value, you have to use the full 64-bit of the number.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2020 17:43:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-access-the-content-of-the-fuse-map/m-p/1150512#M10022</guid>
      <dc:creator>victorjimenez</dc:creator>
      <dc:date>2020-09-08T17:43:57Z</dc:date>
    </item>
  </channel>
</rss>

