<?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: Setting Specific Time Alarm on PCF85063A in S32K</title>
    <link>https://community.nxp.com/t5/S32K/Setting-Specific-Time-Alarm-on-PCF85063A/m-p/1909218#M37737</link>
    <description>&lt;P&gt;Hello &lt;SPAN&gt;Vaishali9&lt;/SPAN&gt;,&lt;/P&gt;
&lt;P&gt;I hope all is great with you. Thank you for using the NXP communities.&lt;/P&gt;
&lt;P&gt;Are you enabling the ALARM interrupt?&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; control_2 = RTC_CTRL_2_DEFAULT | RTC_ALARM_AIE; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // enable interrupt&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; control_2 &amp;amp;= ~RTC_ALARM_AF;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I do recommend using the following example code as a reference for your design.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/SolderedElectronics/PCF85063A-Arduino-Library/blob/master/PCF85063A.cpp" target="_blank"&gt;https://github.com/SolderedElectronics/PCF85063A-Arduino-Library/blob/master/PCF85063A.cpp&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Please note that this is not an official driver.&lt;/P&gt;
&lt;P&gt;I hope this information helps.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;David&lt;/P&gt;</description>
    <pubDate>Mon, 15 Jul 2024 22:00:18 GMT</pubDate>
    <dc:creator>diazmarin09</dc:creator>
    <dc:date>2024-07-15T22:00:18Z</dc:date>
    <item>
      <title>Setting Specific Time Alarm on PCF85063A</title>
      <link>https://community.nxp.com/t5/S32K/Setting-Specific-Time-Alarm-on-PCF85063A/m-p/1908446#M37697</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm having trouble setting an alarm on the PCF85063A RTC for a specific time. Here are the steps :&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&amp;nbsp;Set the Current time&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;configure the alarm to trigger at a specific time, e.g., 8:30.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I’m using the following registers:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Register B for setting the seconds alarm&lt;/LI&gt;&lt;LI&gt;Register C for setting the minutes alarm&lt;/LI&gt;&lt;LI&gt;Register D for setting the hours alarm&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Then I'm using register 0x01 with the value 0x80 to set the alarm interrupt .&lt;/P&gt;&lt;P&gt;The alarm does not trigger at the specified time. Can suggest the correct procedure to set up an alarm?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 07:29:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Setting-Specific-Time-Alarm-on-PCF85063A/m-p/1908446#M37697</guid>
      <dc:creator>Vaishali9</dc:creator>
      <dc:date>2024-07-15T07:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Specific Time Alarm on PCF85063A</title>
      <link>https://community.nxp.com/t5/S32K/Setting-Specific-Time-Alarm-on-PCF85063A/m-p/1909218#M37737</link>
      <description>&lt;P&gt;Hello &lt;SPAN&gt;Vaishali9&lt;/SPAN&gt;,&lt;/P&gt;
&lt;P&gt;I hope all is great with you. Thank you for using the NXP communities.&lt;/P&gt;
&lt;P&gt;Are you enabling the ALARM interrupt?&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; control_2 = RTC_CTRL_2_DEFAULT | RTC_ALARM_AIE; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // enable interrupt&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; control_2 &amp;amp;= ~RTC_ALARM_AF;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I do recommend using the following example code as a reference for your design.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/SolderedElectronics/PCF85063A-Arduino-Library/blob/master/PCF85063A.cpp" target="_blank"&gt;https://github.com/SolderedElectronics/PCF85063A-Arduino-Library/blob/master/PCF85063A.cpp&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Please note that this is not an official driver.&lt;/P&gt;
&lt;P&gt;I hope this information helps.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 22:00:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Setting-Specific-Time-Alarm-on-PCF85063A/m-p/1909218#M37737</guid>
      <dc:creator>diazmarin09</dc:creator>
      <dc:date>2024-07-15T22:00:18Z</dc:date>
    </item>
  </channel>
</rss>

