<?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: LPC5536 OTP-eFuse API (definition of type efuse_driver_t is missing) in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-OTP-eFuse-API-definition-of-type-efuse-driver-t-is/m-p/1566908#M50979</link>
    <description>&lt;P&gt;typedef struct&lt;BR /&gt;{&lt;BR /&gt;uint32_t version; // should be 0x45010000 from the doc that mean v1.0&lt;BR /&gt;status_t (*init)(void);&lt;BR /&gt;status_t (*deinit)(void);&lt;BR /&gt;status_t (*p_efuse_read)(uint32_t addr, uint32_t *data);&lt;BR /&gt;status_t (*p_efuse_program)(uint32_t addr, uint32_t data);&lt;BR /&gt;} efuse_driver_t;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Dec 2022 14:34:41 GMT</pubDate>
    <dc:creator>jag_2</dc:creator>
    <dc:date>2022-12-08T14:34:41Z</dc:date>
    <item>
      <title>LPC5536 OTP-eFuse API (definition of type efuse_driver_t is missing)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-OTP-eFuse-API-definition-of-type-efuse-driver-t-is/m-p/1536236#M50386</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I want to program and read the e-Fuse block of the LPC5536. For this I want to use the OTP-eFuse API. I found an example in the documentation for this.&lt;BR /&gt;&lt;BR /&gt;#define ROM_API_TREE ((*uint32_t)0x1302fc00)&lt;BR /&gt;#define OTP_API_TREE (efuse_driver_t *)ROM_API_TREE[12]&lt;BR /&gt;&lt;BR /&gt;But I am missing the definition of the data type "efuse_driver_t".&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;typedef struct&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ???&lt;BR /&gt;}efuse_driver_t;&lt;BR /&gt;&lt;BR /&gt;Can someone tell me how or where this data type is defined?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 11:58:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-OTP-eFuse-API-definition-of-type-efuse-driver-t-is/m-p/1536236#M50386</guid>
      <dc:creator>WilhelmT</dc:creator>
      <dc:date>2022-10-12T11:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: LPC5536 OTP-eFuse API (definition of type efuse_driver_t is missing)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-OTP-eFuse-API-definition-of-type-efuse-driver-t-is/m-p/1536958#M50394</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I saw your same case in private ticket , and I have reply you with that case.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2022 08:19:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-OTP-eFuse-API-definition-of-type-efuse-driver-t-is/m-p/1536958#M50394</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2022-10-13T08:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: LPC5536 OTP-eFuse API (definition of type efuse_driver_t is missing)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-OTP-eFuse-API-definition-of-type-efuse-driver-t-is/m-p/1566890#M50977</link>
      <description>&lt;P&gt;Hi, I have exactly the same question.&amp;nbsp; is it possible to have the definition of the efuse_driver_t ?&lt;BR /&gt;thanks for your time.&lt;/P&gt;&lt;P&gt;Have a nice day. and thank for your time &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2022 13:37:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-OTP-eFuse-API-definition-of-type-efuse-driver-t-is/m-p/1566890#M50977</guid>
      <dc:creator>jag_2</dc:creator>
      <dc:date>2022-12-08T13:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: LPC5536 OTP-eFuse API (definition of type efuse_driver_t is missing)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-OTP-eFuse-API-definition-of-type-efuse-driver-t-is/m-p/1566908#M50979</link>
      <description>&lt;P&gt;typedef struct&lt;BR /&gt;{&lt;BR /&gt;uint32_t version; // should be 0x45010000 from the doc that mean v1.0&lt;BR /&gt;status_t (*init)(void);&lt;BR /&gt;status_t (*deinit)(void);&lt;BR /&gt;status_t (*p_efuse_read)(uint32_t addr, uint32_t *data);&lt;BR /&gt;status_t (*p_efuse_program)(uint32_t addr, uint32_t data);&lt;BR /&gt;} efuse_driver_t;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2022 14:34:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-OTP-eFuse-API-definition-of-type-efuse-driver-t-is/m-p/1566908#M50979</guid>
      <dc:creator>jag_2</dc:creator>
      <dc:date>2022-12-08T14:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: LPC5536 OTP-eFuse API (definition of type efuse_driver_t is missing)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-OTP-eFuse-API-definition-of-type-efuse-driver-t-is/m-p/1799903#M55306</link>
      <description>&lt;P&gt;Hey! Hello everyone!&lt;/P&gt;&lt;P&gt;I'm struggling with the same issue. I need to modify the OTP-eFUSE LC_STATE value to enable read code protection, but I don't find the definition.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you provide further information on this? I was willing to open also a new private ticket in the project we have been opening some tickets in the last year, but my team and I are getting credential errors when attempting to open the web site.&lt;/P&gt;&lt;P&gt;would you mind to share your insights by here?&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 12:44:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC5536-OTP-eFuse-API-definition-of-type-efuse-driver-t-is/m-p/1799903#M55306</guid>
      <dc:creator>martingcavallo</dc:creator>
      <dc:date>2024-02-01T12:44:22Z</dc:date>
    </item>
  </channel>
</rss>

