<?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のトピックRe: MC33PF8200, PFS8613 has registers read problem</title>
    <link>https://community.nxp.com/t5/Power-Management/MC33PF8200-PFS8613-has-registers-read-problem/m-p/1498993#M2104</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I hope all is great with you.&lt;/P&gt;
&lt;P&gt;Are you using an evaluation board such as &lt;A href="https://www.nxp.com/design/development-boards/analog-toolbox/pf8100-pf8200-customer-evaluation-boards:PF8100-PF8200-EVAL-KITS" target="_blank"&gt;PF8100-PF8200-EVAL-KITS&lt;/A&gt;?&lt;/P&gt;
&lt;P&gt;Could you please share some timing specs? I mean, how long it takes between one read and another?&lt;/P&gt;
&lt;P&gt;Is your device behaving as expected?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;David&lt;/P&gt;</description>
    <pubDate>Mon, 01 Aug 2022 19:39:38 GMT</pubDate>
    <dc:creator>diazmarin09</dc:creator>
    <dc:date>2022-08-01T19:39:38Z</dc:date>
    <item>
      <title>MC33PF8200, PFS8613 has registers read problem</title>
      <link>https://community.nxp.com/t5/Power-Management/MC33PF8200-PFS8613-has-registers-read-problem/m-p/1498061#M2101</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;I have a problem of reading MC33PF8200/PFS8613 registers, here is the problem:&lt;/P&gt;&lt;P&gt;when I try to read registers of MC33PF8200/PFS8613, the first time the result is OK, but the second time the result is wrong, the third time the result is OK, the fourth time the result is wrong...&lt;/P&gt;&lt;P&gt;I read the registers through I2C interface, and I'm using GPIO to simulate I2C bus, the I2C software driver has been tested with other ICs, and it's OK with others ICs like MAX20087, MPQ4230...&lt;/P&gt;&lt;P&gt;The test codes is here(the parameter 0x00 meas&amp;nbsp;DEVICE ID register address):&lt;/P&gt;&lt;P&gt;uint8 testValue;&lt;BR /&gt;testValue = PF8200TestFuncReadReg(0x00);&amp;nbsp; &amp;nbsp; // the result is 0x48, it's right&lt;BR /&gt;testValue = PF8200TestFuncReadReg(0x00);&amp;nbsp; &amp;nbsp; // the result is a wrong number&lt;BR /&gt;testValue = PF8200TestFuncReadReg(0x00);&amp;nbsp; &amp;nbsp; // the result is 0x48, it's right&lt;BR /&gt;testValue = PF8200TestFuncReadReg(0x00);&amp;nbsp; &amp;nbsp; // the result is a wrong number&lt;BR /&gt;testValue = PF8200TestFuncReadReg(0x00);&amp;nbsp; &amp;nbsp; // the result is 0x48, it's right&lt;/P&gt;&lt;P&gt;I have no idea why it acting like this, dose anyone knows the reason?&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2022 13:32:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Power-Management/MC33PF8200-PFS8613-has-registers-read-problem/m-p/1498061#M2101</guid>
      <dc:creator>黄俊增</dc:creator>
      <dc:date>2022-07-29T13:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: MC33PF8200, PFS8613 has registers read problem</title>
      <link>https://community.nxp.com/t5/Power-Management/MC33PF8200-PFS8613-has-registers-read-problem/m-p/1498993#M2104</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I hope all is great with you.&lt;/P&gt;
&lt;P&gt;Are you using an evaluation board such as &lt;A href="https://www.nxp.com/design/development-boards/analog-toolbox/pf8100-pf8200-customer-evaluation-boards:PF8100-PF8200-EVAL-KITS" target="_blank"&gt;PF8100-PF8200-EVAL-KITS&lt;/A&gt;?&lt;/P&gt;
&lt;P&gt;Could you please share some timing specs? I mean, how long it takes between one read and another?&lt;/P&gt;
&lt;P&gt;Is your device behaving as expected?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2022 19:39:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Power-Management/MC33PF8200-PFS8613-has-registers-read-problem/m-p/1498993#M2104</guid>
      <dc:creator>diazmarin09</dc:creator>
      <dc:date>2022-08-01T19:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: MC33PF8200, PFS8613 has registers read problem</title>
      <link>https://community.nxp.com/t5/Power-Management/MC33PF8200-PFS8613-has-registers-read-problem/m-p/1499186#M2106</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;I have solve this problem, and here is the reason:&lt;/P&gt;&lt;P&gt;When MCU has received data from slave device, it should send "P" on I2C bus. In my software, I send a "ACK" to slave device before send "P" on I2C bus. This is described in the AN13107 document.&lt;/P&gt;&lt;P&gt;When I correct this mistake, the reading problem is fixed either.&lt;/P&gt;&lt;P&gt;Thanks anyway!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 03:43:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Power-Management/MC33PF8200-PFS8613-has-registers-read-problem/m-p/1499186#M2106</guid>
      <dc:creator>黄俊增</dc:creator>
      <dc:date>2022-08-02T03:43:04Z</dc:date>
    </item>
  </channel>
</rss>

