<?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: PCA2129 RTC interupt not occuring in Other NXP Products</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/PCA2129-RTC-interupt-not-occuring/m-p/2176015#M30195</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;The Control_1 register (0x00) should have the SI (Second Interrupt) bit set if you want a 1-second interrupt. You wrote:&lt;/P&gt;
&lt;P&gt;[I2C address = 0x51, write bit = 0, register = 0x00, data = 0x01]&lt;/P&gt;
&lt;P&gt;This sets only the STOP bit to 0, but may not enable the SI bit. You might need to write:&lt;/P&gt;
&lt;P&gt;[I2C address = 0x51, write bit = 0, register = 0x00, data = 0x21]&lt;/P&gt;
&lt;P&gt;If this does not work, please confirm how Control_1 register is configured.&lt;/P&gt;</description>
    <pubDate>Thu, 25 Sep 2025 17:45:16 GMT</pubDate>
    <dc:creator>ErikaC</dc:creator>
    <dc:date>2025-09-25T17:45:16Z</dc:date>
    <item>
      <title>PCA2129 RTC interupt not occuring</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/PCA2129-RTC-interupt-not-occuring/m-p/2174441#M30154</link>
      <description>&lt;P&gt;I am using a PCA2129 with a Microchip SAMV71 controller as a master clock for other devices. I am prototyping with a SAMV71 Xplained board and have connected the following pins between the two devices:&lt;/P&gt;&lt;P&gt;SAMV71 EXT1-11 (I2C data) to SDA&lt;BR /&gt;SAMV71 EXT1-12 (I2C clock) to SCLK&lt;BR /&gt;SAMV71 EXT1-7 (GPIO) to /INT (configured as input with a falling edge interrupt and internal pull-up resistor)&lt;BR /&gt;My setup procedure for the PCA2129 is as follows:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Send the following data via I2C to configure the RTC chip to enable the 24-hour clock and 1 second interrupt.&lt;UL&gt;&lt;LI&gt;[I2C address = 0x51, write bit = 0, register = 0x00, data = 0x01, 0x00, 0x00, 15 seconds in BCD, 30 minutes in BCD, 1 hour in BCD]&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Send the following data via I2C to start the 24-hour clock with 1 second interrupt.&lt;UL&gt;&lt;LI&gt;[I2C address = 0x51, write bit = 0, register = 0x00, data = 0x01]&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Send the following data via I2C to set the interrupt to pulse mode instead of requiring manual clearing.&lt;UL&gt;&lt;LI&gt;[I2C address = 0x51, write bit = 0, register = 0x10, data = 0x20]&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Perform a test read from the RTC.&lt;UL&gt;&lt;LI&gt;[I2C address = 0x51, write bit = 0, register = 0x03]&lt;/LI&gt;&lt;LI&gt;[I2C address = 0x51, read bit = 1] and read three bytes&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The attached file shows a trace from when I do the above.&amp;nbsp; The yellow trace is I2C clock the green trace the data and the blue oscilloscope shows the /INT line.&amp;nbsp; It appears to show a valid read back from the chip.&amp;nbsp; However, I do not observe any activity on the /INT line—it remains high.&lt;/P&gt;&lt;P&gt;Can you help me understand why the /INT line is not pulsing as expected, or suggest what I might be missing in my setup?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2025 16:34:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/PCA2129-RTC-interupt-not-occuring/m-p/2174441#M30154</guid>
      <dc:creator>wecunningham</dc:creator>
      <dc:date>2025-09-23T16:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: PCA2129 RTC interupt not occuring</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/PCA2129-RTC-interupt-not-occuring/m-p/2176015#M30195</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;The Control_1 register (0x00) should have the SI (Second Interrupt) bit set if you want a 1-second interrupt. You wrote:&lt;/P&gt;
&lt;P&gt;[I2C address = 0x51, write bit = 0, register = 0x00, data = 0x01]&lt;/P&gt;
&lt;P&gt;This sets only the STOP bit to 0, but may not enable the SI bit. You might need to write:&lt;/P&gt;
&lt;P&gt;[I2C address = 0x51, write bit = 0, register = 0x00, data = 0x21]&lt;/P&gt;
&lt;P&gt;If this does not work, please confirm how Control_1 register is configured.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Sep 2025 17:45:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/PCA2129-RTC-interupt-not-occuring/m-p/2176015#M30195</guid>
      <dc:creator>ErikaC</dc:creator>
      <dc:date>2025-09-25T17:45:16Z</dc:date>
    </item>
  </channel>
</rss>

