<?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>Power ManagementのトピックMC33774A Driver Document</title>
    <link>https://community.nxp.com/t5/Power-Management/MC33774A-Driver-Document/m-p/1990057#M3889</link>
    <description>&lt;P&gt;I am unable to understand the InitMap() function and hash table creation in the MC33774A driver code. Is there any documentation available to help understand these concepts?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohana G V&lt;/P&gt;</description>
    <pubDate>Thu, 07 Nov 2024 09:42:33 GMT</pubDate>
    <dc:creator>mohanagv</dc:creator>
    <dc:date>2024-11-07T09:42:33Z</dc:date>
    <item>
      <title>MC33774A Driver Document</title>
      <link>https://community.nxp.com/t5/Power-Management/MC33774A-Driver-Document/m-p/1990057#M3889</link>
      <description>&lt;P&gt;I am unable to understand the InitMap() function and hash table creation in the MC33774A driver code. Is there any documentation available to help understand these concepts?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohana G V&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2024 09:42:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Power-Management/MC33774A-Driver-Document/m-p/1990057#M3889</guid>
      <dc:creator>mohanagv</dc:creator>
      <dc:date>2024-11-07T09:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: MC33774A Driver Document</title>
      <link>https://community.nxp.com/t5/Power-Management/MC33774A-Driver-Document/m-p/1990529#M3894</link>
      <description>&lt;P&gt;Hi Mohana,&lt;/P&gt;
&lt;P&gt;Please refer to the attached document describing the&amp;nbsp;Hashmap functionality.&lt;/P&gt;
&lt;P&gt;I hope it helps.&lt;/P&gt;
&lt;P&gt;BRs, Tomas&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2024 07:36:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Power-Management/MC33774A-Driver-Document/m-p/1990529#M3894</guid>
      <dc:creator>TomasVaverka</dc:creator>
      <dc:date>2024-11-13T07:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: MC33774A Driver Document</title>
      <link>https://community.nxp.com/t5/Power-Management/MC33774A-Driver-Document/m-p/1991026#M3896</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mohanagv_0-1731060422126.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/309419i97B70C25F3EBB818/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mohanagv_0-1731060422126.png" alt="mohanagv_0-1731060422126.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In which order are the devices added? Also, please check the calculation below.&lt;/P&gt;&lt;P&gt;In the MC33774A driver code, the first device address added to the HashMap is ALL_CHAINS(7) and ALL_DEVICES(63). According to the table above, if we add ALL_CHAINS(7) and ALL_DEVICES(63), the HashMap index will be calculated as:&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;((7&amp;lt;&amp;lt;8)|63) % 10&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;This results in an index of 5. Is this calculation correct?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohana G V&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 10:18:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Power-Management/MC33774A-Driver-Document/m-p/1991026#M3896</guid>
      <dc:creator>mohanagv</dc:creator>
      <dc:date>2024-11-08T10:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: MC33774A Driver Document</title>
      <link>https://community.nxp.com/t5/Power-Management/MC33774A-Driver-Document/m-p/1992761#M3904</link>
      <description>&lt;P&gt;Hi Mohana,&lt;/P&gt;
&lt;P&gt;Indeed the calculation you provided is correct, the index for that element in that specific configuration is 5.&lt;/P&gt;
&lt;P&gt;As noted in the document, the tables don’t show exactly the position of each element in the table for that specific case, as it does not provide useful information for the user (the allocation for each element is taken care of by designated APIs).&lt;/P&gt;
&lt;P&gt;Please use the document as a guideline in order to know what elements you would expect to find in the hash map depending on the configuration used.&lt;/P&gt;
&lt;P&gt;BRs, Tomas&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 10:01:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Power-Management/MC33774A-Driver-Document/m-p/1992761#M3904</guid>
      <dc:creator>TomasVaverka</dc:creator>
      <dc:date>2024-11-12T10:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: MC33774A Driver Document</title>
      <link>https://community.nxp.com/t5/Power-Management/MC33774A-Driver-Document/m-p/2003674#M3947</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/12216"&gt;@TomasVaverka&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Could you please share the S32DS IDE version for BMS example code.&lt;/P&gt;&lt;P&gt;If Possible, could you please share the any refer link or documents?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2024 11:28:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Power-Management/MC33774A-Driver-Document/m-p/2003674#M3947</guid>
      <dc:creator>nirmal_masilamani</dc:creator>
      <dc:date>2024-11-28T11:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: MC33774A Driver Document</title>
      <link>https://community.nxp.com/t5/Power-Management/MC33774A-Driver-Document/m-p/2004801#M3952</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/12216"&gt;@TomasVaverka&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Waiting for your input. Please share the IDE version and package details for&amp;nbsp;&lt;SPAN&gt;BMS example code.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 06:04:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Power-Management/MC33774A-Driver-Document/m-p/2004801#M3952</guid>
      <dc:creator>nirmal_masilamani</dc:creator>
      <dc:date>2024-12-02T06:04:01Z</dc:date>
    </item>
  </channel>
</rss>

