<?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: Deep sleep and wake up using RTC in LPC54618 in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-sleep-and-wake-up-using-RTC-in-LPC54618/m-p/925140#M36896</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello S S,&lt;/P&gt;&lt;P&gt;After check your code, it seems you haven't enable the RTC interrupt for wake-up from deep-sleep mode,&lt;/P&gt;&lt;P&gt;have a look at the register of&amp;nbsp; Start enable set register 0 (STARTERSET0 ) and Start enable register 0(STARTER0):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_6.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/90366iFA68603760EF5056/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_6.png" alt="pastedImage_6.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Jul 2019 06:54:05 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2019-07-04T06:54:05Z</dc:date>
    <item>
      <title>Deep sleep and wake up using RTC in LPC54618</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-sleep-and-wake-up-using-RTC-in-LPC54618/m-p/925137#M36893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have found an example "utick_wakeup"&amp;nbsp; for waking up MCU from Deep Sleep mode and it works fine.&lt;/P&gt;&lt;P&gt;I tried to use normal rtc example and test it then I merge both RTC example and utick_wakeup example by commenting utick part since I want to use RTC only.&lt;/P&gt;&lt;P&gt;I have read datasheet and it shows that RTC can wake up MCU from deep sleep but may be I am not configuring it properly.&lt;/P&gt;&lt;P&gt;Do I have to include something&amp;nbsp;below&amp;nbsp;to keep RTC running even in deep sleep?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#define APP_EXCLUDE_FROM_DEEPSLEEP \&lt;BR /&gt; (SYSCON_PDRUNCFG_PDEN_SRAMX_MASK | SYSCON_PDRUNCFG_PDEN_SRAM0_MASK | SYSCON_PDRUNCFG_PDEN_SRAM1_2_3_MASK | \&lt;BR /&gt; SYSCON_PDRUNCFG_PDEN_WDT_OSC_MASK)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some one guide me where I am making mistake.&lt;/P&gt;&lt;P&gt;Using MCUXpresso IDE and SDK v2.4.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2019 12:55:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-sleep-and-wake-up-using-RTC-in-LPC54618/m-p/925137#M36893</guid>
      <dc:creator>shaheenshamshad</dc:creator>
      <dc:date>2019-07-01T12:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Deep sleep and wake up using RTC in LPC54618</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-sleep-and-wake-up-using-RTC-in-LPC54618/m-p/925138#M36894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello S S,&lt;/P&gt;&lt;P&gt;Could you please share your project and tell me the problem, I will help you check it on my side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2019 09:49:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-sleep-and-wake-up-using-RTC-in-LPC54618/m-p/925138#M36894</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2019-07-03T09:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Deep sleep and wake up using RTC in LPC54618</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-sleep-and-wake-up-using-RTC-in-LPC54618/m-p/925139#M36895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply!&lt;/P&gt;&lt;P&gt;I just want to wake the MCU&amp;nbsp; from deep sleep mode using RTC.&lt;/P&gt;&lt;P&gt;I&amp;nbsp; have configured it as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#define APP_EXCLUDE_FROM_DEEPSLEEP \&lt;BR /&gt; (SYSCON_PDRUNCFG_PDEN_SRAMX_MASK | SYSCON_PDRUNCFG_PDEN_SRAM0_MASK | SYSCON_PDRUNCFG_PDEN_SRAM1_2_3_MASK | SYSCON_PDRUNCFG_PDEN_WDT_OSC_MASK&amp;nbsp;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int main(void)&lt;BR /&gt;{&lt;BR /&gt; gpio_pin_config_t led_config = {kGPIO_DigitalOutput, 0,};&lt;BR /&gt;uint8_t ch;&lt;/P&gt;&lt;P&gt;/* Board pin, clock, debug console init */&lt;BR /&gt; /* attach 12 MHz clock to FLEXCOMM0 (debug console) */&lt;BR /&gt; CLOCK_AttachClk(BOARD_DEBUG_UART_CLK_ATTACH);&lt;/P&gt;&lt;P&gt;/* Enable the RTC 32K Oscillator */&lt;BR /&gt; // SYSCON-&amp;gt;RTCOSCCTRL |= SYSCON_RTCOSCCTRL_EN_MASK;&lt;/P&gt;&lt;P&gt;BOARD_InitPins();&lt;BR /&gt; BOARD_BootClockFROHF48M();&lt;BR /&gt; BOARD_InitDebugConsole();&lt;BR /&gt; CLOCK_AttachClk(kMAIN_CLK_to_CLKOUT);&lt;BR /&gt; /* Init RTC */&lt;BR /&gt; RTC_Init(RTC);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* RTC time counter has to be stopped before setting the date &amp;amp; time in the TSR register */&lt;BR /&gt; RTC_StopTimer(RTC);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; RTC_SetWakeupCount(RTC, 5000);&lt;BR /&gt; RTC_EnableInterrupts(RTC, kRTC_WakeupInterruptEnable);&lt;/P&gt;&lt;P&gt;/* Enable at the NVIC */&lt;BR /&gt; EnableIRQ(RTC_IRQn);&lt;/P&gt;&lt;P&gt;PRINTF("Press "Y" to power down the MCU\r\n");&lt;BR /&gt; while (1)&lt;BR /&gt; {&lt;BR /&gt; ch = GETCHAR();&lt;BR /&gt; if (ch == 'Y' || ch == 'y')&amp;nbsp;&lt;BR /&gt; {&lt;BR /&gt; break;&lt;BR /&gt; }&lt;BR /&gt; }&lt;BR /&gt; PRINTF("\r\n");&lt;/P&gt;&lt;P&gt;PRINTF("\r\n Alarm pending ");&lt;/P&gt;&lt;P&gt;/* Start the RTC time counter */&lt;BR /&gt; RTC_StartTimer(RTC);&lt;BR /&gt; /* Wait until alarm occurs */&lt;BR /&gt; POWER_EnterDeepSleep(APP_EXCLUDE_FROM_DEEPSLEEP);&lt;BR /&gt; PRINTF("\r\n Alarm occurs !!!! ");&lt;/P&gt;&lt;P&gt;while(1);&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;Sorry for the long post but I didnt get the option to attach whole project as .rar or .zip.&lt;/P&gt;&lt;P&gt;Kindly&amp;nbsp;point out what else configuration is required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2019 11:25:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-sleep-and-wake-up-using-RTC-in-LPC54618/m-p/925139#M36895</guid>
      <dc:creator>shaheenshamshad</dc:creator>
      <dc:date>2019-07-03T11:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Deep sleep and wake up using RTC in LPC54618</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-sleep-and-wake-up-using-RTC-in-LPC54618/m-p/925140#M36896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello S S,&lt;/P&gt;&lt;P&gt;After check your code, it seems you haven't enable the RTC interrupt for wake-up from deep-sleep mode,&lt;/P&gt;&lt;P&gt;have a look at the register of&amp;nbsp; Start enable set register 0 (STARTERSET0 ) and Start enable register 0(STARTER0):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_6.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/90366iFA68603760EF5056/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_6.png" alt="pastedImage_6.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jul 2019 06:54:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-sleep-and-wake-up-using-RTC-in-LPC54618/m-p/925140#M36896</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2019-07-04T06:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Deep sleep and wake up using RTC in LPC54618</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-sleep-and-wake-up-using-RTC-in-LPC54618/m-p/925141#M36897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;P&gt;I have redo the example and merge the power down part and it is working now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#include "fsl_debug_console.h"&lt;BR /&gt;#include "board.h"&lt;BR /&gt;#include "fsl_rtc.h"&lt;/P&gt;&lt;P&gt;#include "pin_mux.h"&lt;BR /&gt;#include &amp;lt;stdbool.h&amp;gt;&lt;BR /&gt;/*******************************************************************************&lt;BR /&gt; * Definitions&lt;BR /&gt; ******************************************************************************/&lt;/P&gt;&lt;P&gt;#define APP_EXCLUDE_FROM_DEEPSLEEP \&lt;BR /&gt; (SYSCON_PDRUNCFG_PDEN_SRAMX_MASK | SYSCON_PDRUNCFG_PDEN_SRAM0_MASK | SYSCON_PDRUNCFG_PDEN_SRAM1_2_3_MASK | SYSCON_PDRUNCFG_PDEN_WDT_OSC_MASK \&lt;BR /&gt; )&lt;BR /&gt;/*******************************************************************************&lt;BR /&gt; * Prototypes&lt;BR /&gt; ******************************************************************************/&lt;/P&gt;&lt;P&gt;/*******************************************************************************&lt;BR /&gt; * Variables&lt;BR /&gt; ******************************************************************************/&lt;/P&gt;&lt;P&gt;volatile bool busyWait;&lt;/P&gt;&lt;P&gt;/*******************************************************************************&lt;BR /&gt; * Code&lt;BR /&gt; ******************************************************************************/&lt;/P&gt;&lt;P&gt;/*!&lt;BR /&gt;* @brief ISR for Alarm interrupt&lt;BR /&gt;*&lt;BR /&gt;* This function changes the state of busyWait.&lt;BR /&gt;*/&lt;BR /&gt;void RTC_IRQHandler(void)&lt;BR /&gt;{&lt;BR /&gt; if (RTC_GetStatusFlags(RTC) &amp;amp; kRTC_AlarmFlag)&lt;BR /&gt; {&lt;BR /&gt; busyWait = false;&lt;/P&gt;&lt;P&gt;/* Clear alarm flag */&lt;BR /&gt; RTC_ClearStatusFlags(RTC, kRTC_AlarmFlag);&lt;BR /&gt; }&lt;BR /&gt; /* Add for ARM errata 838869, affects Cortex-M4, Cortex-M4F Store immediate overlapping&lt;BR /&gt; exception return operation might vector to incorrect interrupt */&lt;BR /&gt;#if defined __CORTEX_M &amp;amp;&amp;amp; (__CORTEX_M == 4U)&lt;BR /&gt; __DSB();&lt;BR /&gt;#endif&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;/*!&lt;BR /&gt; * @brief Main function&lt;BR /&gt; */&lt;BR /&gt;int main(void)&lt;BR /&gt;{&lt;BR /&gt; gpio_pin_config_t led_config = {kGPIO_DigitalOutput, 0,};&lt;BR /&gt; uint32_t sec;&lt;BR /&gt; uint32_t currSeconds;&lt;BR /&gt; uint8_t index;&lt;BR /&gt; rtc_datetime_t date;&lt;/P&gt;&lt;P&gt;/* Board pin, clock, debug console init */&lt;BR /&gt; /* attach 12 MHz clock to FLEXCOMM0 (debug console) */&lt;BR /&gt; CLOCK_AttachClk(BOARD_DEBUG_UART_CLK_ATTACH);&lt;/P&gt;&lt;P&gt;/* Enable the RTC 32K Oscillator */&lt;BR /&gt; SYSCON-&amp;gt;RTCOSCCTRL |= SYSCON_RTCOSCCTRL_EN_MASK;&lt;/P&gt;&lt;P&gt;BOARD_InitPins();&lt;BR /&gt; BOARD_BootClockFROHF48M();&lt;BR /&gt; BOARD_InitDebugConsole();&lt;BR /&gt; CLOCK_EnableClock(kCLOCK_Gpio3);&lt;BR /&gt; GPIO_PinInit(GPIO, 3U, 19U, &amp;amp;led_config);&lt;BR /&gt; GPIO_PinInit(GPIO, 3U, 31U, &amp;amp;led_config);&lt;BR /&gt; GPIO_PinInit(GPIO, 3U, 27U, &amp;amp;led_config);&lt;BR /&gt; GPIO_PinInit(GPIO, 3U, 28U, &amp;amp;led_config);&lt;BR /&gt; GPIO_PinInit(GPIO, 3U, 29U, &amp;amp;led_config);&lt;BR /&gt; GPIO_PinInit(GPIO, 3U, 30U, &amp;amp;led_config);&lt;BR /&gt; GPIO_ClearPinsOutput(BOARD_LED1_GPIO, 3U, 1U &amp;lt;&amp;lt; 19);&lt;BR /&gt; GPIO_ClearPinsOutput(BOARD_LED1_GPIO, 3U, 1U &amp;lt;&amp;lt; 31);&lt;BR /&gt; GPIO_ClearPinsOutput(BOARD_LED1_GPIO, 3U, 1U &amp;lt;&amp;lt; 27);&lt;BR /&gt; GPIO_ClearPinsOutput(BOARD_LED1_GPIO, 3U, 1U &amp;lt;&amp;lt; 28);&lt;BR /&gt; GPIO_ClearPinsOutput(BOARD_LED1_GPIO, 3U, 1U &amp;lt;&amp;lt; 29);&lt;BR /&gt; GPIO_ClearPinsOutput(BOARD_LED1_GPIO, 3U, 1U &amp;lt;&amp;lt; 30);&lt;BR /&gt; /* Init RTC */&lt;BR /&gt; RTC_Init(RTC);&lt;/P&gt;&lt;P&gt;PRINTF("RTC example: set up time to wake up an alarm\r\n");&lt;/P&gt;&lt;P&gt;/* Set a start date time and start RT */&lt;BR /&gt; date.year = 2014U;&lt;BR /&gt; date.month = 12U;&lt;BR /&gt; date.day = 25U;&lt;BR /&gt; date.hour = 19U;&lt;BR /&gt; date.minute = 0;&lt;BR /&gt; date.second = 0;&lt;/P&gt;&lt;P&gt;/* RTC time counter has to be stopped before setting the date &amp;amp; time in the TSR register */&lt;BR /&gt; RTC_StopTimer(RTC);&lt;/P&gt;&lt;P&gt;/* Set RTC time to default */&lt;BR /&gt; RTC_SetDatetime(RTC, &amp;amp;date);&lt;/P&gt;&lt;P&gt;/* Enable RTC alarm interrupt */&lt;BR /&gt; RTC_EnableInterrupts(RTC, kRTC_AlarmInterruptEnable);&lt;/P&gt;&lt;P&gt;/* Enable at the NVIC */&lt;BR /&gt;//EnableIRQ(RTC_IRQn);&lt;BR /&gt; EnableDeepSleepIRQ(RTC_IRQn);&lt;BR /&gt; /* Start the RTC time counter */&lt;BR /&gt; RTC_StartTimer(RTC);&lt;/P&gt;&lt;P&gt;/* This loop will set the RTC alarm */&lt;BR /&gt; while (1)&lt;BR /&gt; {&lt;BR /&gt; busyWait = true;&lt;BR /&gt; index = 0;&lt;BR /&gt; sec = 0;&lt;BR /&gt; /* Get date time */&lt;BR /&gt; RTC_GetDatetime(RTC, &amp;amp;date);&lt;/P&gt;&lt;P&gt;/* print default time */&lt;BR /&gt; PRINTF("Current datetime: %04d-%02d-%02d %02d:%02d:%02d\r\n",&lt;BR /&gt; date.year,&lt;BR /&gt; date.month,&lt;BR /&gt; date.day,&lt;BR /&gt; date.hour,&lt;BR /&gt; date.minute,&lt;BR /&gt; date.second);&lt;/P&gt;&lt;P&gt;/* Get alarm time from user */&lt;BR /&gt; PRINTF("Please input the number of second to wait for alarm \r\n");&lt;BR /&gt; PRINTF("The second must be positive value\r\n");&lt;BR /&gt; while (index != 0x0D)&lt;BR /&gt; {&lt;BR /&gt; index = GETCHAR();&lt;BR /&gt; if((index &amp;gt;= '0') &amp;amp;&amp;amp; (index &amp;lt;= '9'))&lt;BR /&gt; {&lt;BR /&gt; PUTCHAR(index);&lt;BR /&gt; sec = sec * 10 + (index - 0x30U);&lt;BR /&gt; }&lt;BR /&gt; }&lt;BR /&gt; PRINTF("\r\n");&lt;/P&gt;&lt;P&gt;/* Read the RTC seconds register to get current time in seconds */&lt;BR /&gt; currSeconds = RTC-&amp;gt;COUNT;&lt;/P&gt;&lt;P&gt;/* Add alarm seconds to current time */&lt;BR /&gt; currSeconds += sec;&lt;/P&gt;&lt;P&gt;/* Set alarm time in seconds */&lt;BR /&gt; RTC-&amp;gt;MATCH = currSeconds;&lt;/P&gt;&lt;P&gt;/* Get alarm time */&lt;BR /&gt; RTC_GetAlarm(RTC, &amp;amp;date);&lt;/P&gt;&lt;P&gt;/* Print alarm time */&lt;BR /&gt; PRINTF("Alarm will occur at: %04d-%02d-%02d %02d:%02d:%02d\r\n",&lt;BR /&gt; date.year,&lt;BR /&gt; date.month,&lt;BR /&gt; date.day,&lt;BR /&gt; date.hour,&lt;BR /&gt; date.minute,&lt;BR /&gt; date.second);&lt;BR /&gt; POWER_EnterDeepSleep(APP_EXCLUDE_FROM_DEEPSLEEP);&lt;BR /&gt; /* Wait until alarm occurs */&lt;BR /&gt; while (busyWait)&lt;BR /&gt; {&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;PRINTF("\r\n Alarm occurs !!!! ");&lt;BR /&gt; }&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pasted the solution.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jul 2019 11:03:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-sleep-and-wake-up-using-RTC-in-LPC54618/m-p/925141#M36897</guid>
      <dc:creator>shaheenshamshad</dc:creator>
      <dc:date>2019-07-04T11:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: Deep sleep and wake up using RTC in LPC54618</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-sleep-and-wake-up-using-RTC-in-LPC54618/m-p/1747345#M54551</link>
      <description>&lt;P&gt;Hello, is it possible for this example to also work for the LPC54018 processor?&amp;nbsp; I implemented the example code provided is this forum post on my LPCXpresso54018 Eval Board and it is almost working.&amp;nbsp; By adding a PRINTF statement within the interrupt handler I can see that the RTC is triggering a wakeup event.&amp;nbsp; But for some reason the rest of the main body code is not executing.&amp;nbsp; I was wondering if this is due to the LPC54018 running from SPI Flash and if so is there any way to make it work.&amp;nbsp; Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 20:20:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-sleep-and-wake-up-using-RTC-in-LPC54618/m-p/1747345#M54551</guid>
      <dc:creator>mitchkapa</dc:creator>
      <dc:date>2023-10-26T20:20:44Z</dc:date>
    </item>
  </channel>
</rss>

