<?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>Other NXP Products中的主题 RTC Issue</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/RTC-Issue/m-p/1752674#M19969</link>
    <description>&lt;P&gt;Hello,&lt;BR /&gt;I am facing issue while clearing this RF bit . please refer the below code, after writing I am reading the data by sending Read command but it is giving me value as&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;0x80(i.e RF bit is SET)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Configurations :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Data width : 8&lt;/P&gt;&lt;P&gt;Transfer start : MSB&lt;/P&gt;&lt;P&gt;Baudrate : 1000000(testing purpose)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Code :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Cdd_Rtc_Spi_TxBuff[2] = {0,0}&lt;/P&gt;&lt;P&gt;Cdd_Rtc_Spi_RxBuff[2] = {0,0}&amp;nbsp;&lt;/P&gt;&lt;P&gt;READ_CMD = 0x90&lt;/P&gt;&lt;P&gt;WRITE_CMD = 0x10&lt;/P&gt;&lt;DIV&gt;&lt;STRONG&gt;Code To clear the RF bit of Second register&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;:&lt;/DIV&gt;&lt;DIV&gt;Cdd_PCAReg.RegSeconds.bit.RF = CDD_RF_CLR;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;Cdd_Rtc_Spi_TxBuff[0]&amp;nbsp; &amp;nbsp;= WRITE_CMD | REG_SECONDS;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;Cdd_Rtc_Spi_TxBuff[1]&amp;nbsp; &amp;nbsp;= Cdd_PCAReg.RegSeconds.bit.RF;&lt;/DIV&gt;&lt;DIV&gt;RetVal |= Spi_SetupEB(CDD_RTC_SPI_READ_CHNL, &amp;amp;Cdd_Rtc_Spi_TxBuff[INDEX_ZERO], &amp;amp;Cdd_Rtc_Spi_RxBuff[INDEX_ZERO],2);&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;/*CDD_RTC_SPI_CHNL is ID of the channel which stores the data for transmission. Cdd_Rtc_Spi_TxBuff is Pointer to the buffer which holds the data.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;Cdd_Rtc_Spi_RxBuff is Pointer to the buffer which gets the data.&amp;nbsp; DataIndex is Length to transmit in bytes.*/&lt;/DIV&gt;&lt;DIV&gt;/* Send data filled in SPI buffer over SPI */&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;RetVal |= Cdd_Rtc_SpiSend_Ab();&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Code to Read the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Second&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;register:&lt;/DIV&gt;&lt;DIV&gt;Cdd_Rtc_Spi_TxBuff[1] = 0x00;&lt;BR /&gt;Cdd_Rtc_Spi_TxBuff[0] = READ_CMD | Reg_SECOND;&lt;BR /&gt;Cdd_Rtc_Spi_TxBuff[1] = (((Cdd_Rtc_Spi_TxBuff[1] &amp;amp; 0x0F)&amp;lt;&amp;lt;4) | ((Cdd_Rtc_Spi_TxBuff[1] &amp;amp; 0xF0)&amp;gt;&amp;gt;4));&lt;BR /&gt;RetVal |= Spi_SetupEB(CDD_RTC_SPI_READ_CHNL, &amp;amp;Cdd_Rtc_Spi_TxBuff[INDEX_ZERO], &amp;amp;Cdd_Rtc_Spi_RxBuff[INDEX_ZERO], 2);&lt;BR /&gt;RetVal |= Cdd_Rtc_SpiSend_Ab();&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Similar issue i am facing while clearing&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;POR_OVRD&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;bit.&lt;BR /&gt;Will the RTC still show the time data even if&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;POR_OVRD&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;bit is&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;set ?&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;Please help me to resolve this issue .&lt;/DIV&gt;&lt;DIV&gt;Result :&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Cdd_Rtc_Spi_RxBuff[2] = { 0x0 , 0x80}&lt;/DIV&gt;&lt;DIV&gt;Cdd_Rtc_Spi_TxBuff[2] = { 0x0, 0x92}&lt;/DIV&gt;</description>
    <pubDate>Mon, 06 Nov 2023 09:00:56 GMT</pubDate>
    <dc:creator>AshBirari</dc:creator>
    <dc:date>2023-11-06T09:00:56Z</dc:date>
    <item>
      <title>RTC Issue</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/RTC-Issue/m-p/1752674#M19969</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I am facing issue while clearing this RF bit . please refer the below code, after writing I am reading the data by sending Read command but it is giving me value as&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;0x80(i.e RF bit is SET)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Configurations :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Data width : 8&lt;/P&gt;&lt;P&gt;Transfer start : MSB&lt;/P&gt;&lt;P&gt;Baudrate : 1000000(testing purpose)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Code :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Cdd_Rtc_Spi_TxBuff[2] = {0,0}&lt;/P&gt;&lt;P&gt;Cdd_Rtc_Spi_RxBuff[2] = {0,0}&amp;nbsp;&lt;/P&gt;&lt;P&gt;READ_CMD = 0x90&lt;/P&gt;&lt;P&gt;WRITE_CMD = 0x10&lt;/P&gt;&lt;DIV&gt;&lt;STRONG&gt;Code To clear the RF bit of Second register&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;:&lt;/DIV&gt;&lt;DIV&gt;Cdd_PCAReg.RegSeconds.bit.RF = CDD_RF_CLR;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;Cdd_Rtc_Spi_TxBuff[0]&amp;nbsp; &amp;nbsp;= WRITE_CMD | REG_SECONDS;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;Cdd_Rtc_Spi_TxBuff[1]&amp;nbsp; &amp;nbsp;= Cdd_PCAReg.RegSeconds.bit.RF;&lt;/DIV&gt;&lt;DIV&gt;RetVal |= Spi_SetupEB(CDD_RTC_SPI_READ_CHNL, &amp;amp;Cdd_Rtc_Spi_TxBuff[INDEX_ZERO], &amp;amp;Cdd_Rtc_Spi_RxBuff[INDEX_ZERO],2);&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;/*CDD_RTC_SPI_CHNL is ID of the channel which stores the data for transmission. Cdd_Rtc_Spi_TxBuff is Pointer to the buffer which holds the data.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;Cdd_Rtc_Spi_RxBuff is Pointer to the buffer which gets the data.&amp;nbsp; DataIndex is Length to transmit in bytes.*/&lt;/DIV&gt;&lt;DIV&gt;/* Send data filled in SPI buffer over SPI */&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;RetVal |= Cdd_Rtc_SpiSend_Ab();&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Code to Read the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Second&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;register:&lt;/DIV&gt;&lt;DIV&gt;Cdd_Rtc_Spi_TxBuff[1] = 0x00;&lt;BR /&gt;Cdd_Rtc_Spi_TxBuff[0] = READ_CMD | Reg_SECOND;&lt;BR /&gt;Cdd_Rtc_Spi_TxBuff[1] = (((Cdd_Rtc_Spi_TxBuff[1] &amp;amp; 0x0F)&amp;lt;&amp;lt;4) | ((Cdd_Rtc_Spi_TxBuff[1] &amp;amp; 0xF0)&amp;gt;&amp;gt;4));&lt;BR /&gt;RetVal |= Spi_SetupEB(CDD_RTC_SPI_READ_CHNL, &amp;amp;Cdd_Rtc_Spi_TxBuff[INDEX_ZERO], &amp;amp;Cdd_Rtc_Spi_RxBuff[INDEX_ZERO], 2);&lt;BR /&gt;RetVal |= Cdd_Rtc_SpiSend_Ab();&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Similar issue i am facing while clearing&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;POR_OVRD&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;bit.&lt;BR /&gt;Will the RTC still show the time data even if&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;POR_OVRD&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;bit is&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;set ?&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;Please help me to resolve this issue .&lt;/DIV&gt;&lt;DIV&gt;Result :&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Cdd_Rtc_Spi_RxBuff[2] = { 0x0 , 0x80}&lt;/DIV&gt;&lt;DIV&gt;Cdd_Rtc_Spi_TxBuff[2] = { 0x0, 0x92}&lt;/DIV&gt;</description>
      <pubDate>Mon, 06 Nov 2023 09:00:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/RTC-Issue/m-p/1752674#M19969</guid>
      <dc:creator>AshBirari</dc:creator>
      <dc:date>2023-11-06T09:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: RTC Issue</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/RTC-Issue/m-p/1753038#M19981</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Could you please let me know what is the part number you are using?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 21:26:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/RTC-Issue/m-p/1753038#M19981</guid>
      <dc:creator>ErikaC</dc:creator>
      <dc:date>2023-11-06T21:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: RTC Issue</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/RTC-Issue/m-p/1763258#M20236</link>
      <description>&lt;P&gt;RTC PCA21125&lt;/P&gt;</description>
      <pubDate>Fri, 24 Nov 2023 09:38:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/RTC-Issue/m-p/1763258#M20236</guid>
      <dc:creator>AshBirari</dc:creator>
      <dc:date>2023-11-24T09:38:42Z</dc:date>
    </item>
  </channel>
</rss>

