<?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: LPC55S69 : PINTx interrupt is disabled after PowerDown mode ? in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-PINTx-interrupt-is-disabled-after-PowerDown-mode/m-p/1038194#M40410</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Eugene,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you mention in the example after entering power down the Initialization is done again of this pin, I've tried commenting this function and the MCU can wake up&amp;nbsp;the MCU. I will suggest to check this example and try to comment this function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alexis Andalon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Dec 2019 21:24:24 GMT</pubDate>
    <dc:creator>Alexis_A</dc:creator>
    <dc:date>2019-12-20T21:24:24Z</dc:date>
    <item>
      <title>LPC55S69 : PINTx interrupt is disabled after PowerDown mode ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-PINTx-interrupt-is-disabled-after-PowerDown-mode/m-p/1038193#M40409</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 evaluated power_manager_lpc example and it seems to me I should execute full PINTx interrupt initialization&lt;/P&gt;&lt;P&gt;after PowerDown mode !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even multiplexing of the pin and PINT interrupt controller. Just Mux or PINT dosn't recover interrupt back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Minimal sequence&lt;/P&gt;&lt;P&gt;static void APP_InitWakeupPin(void)&lt;BR /&gt;{&lt;BR /&gt; gpio_pin_config_t gpioPinConfigStruct;&lt;/P&gt;&lt;P&gt;/* Set SW pin as GPIO input. */&lt;BR /&gt; gpioPinConfigStruct.pinDirection = kGPIO_DigitalInput;&lt;BR /&gt; GPIO_PinInit(APP_USER_WAKEUP_KEY_GPIO, APP_USER_WAKEUP_KEY_PORT, APP_USER_WAKEUP_KEY_PIN, &amp;amp;gpioPinConfigStruct); // port 1, pin 9&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* Configure the Input Mux block and connect the trigger source to PinInt channel. */&lt;BR /&gt; INPUTMUX_Init(INPUTMUX);&lt;BR /&gt; INPUTMUX_AttachSignal(INPUTMUX, kPINT_PinInt0, APP_USER_WAKEUP_KEY_INPUTMUX_SEL); /* Using channel 0. */&lt;BR /&gt; INPUTMUX_Deinit(INPUTMUX); /* Turnoff clock to inputmux to save power. Clock is only needed to make changes */&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;BR /&gt; /* Configure the interrupt for SW pin. */&lt;BR /&gt; PINT_Init(PINT);&lt;BR /&gt; PINT_PinInterruptConfig(PINT, kPINT_PinInt0, kPINT_PinIntEnableFallEdge, pint_intr_callback);&lt;BR /&gt; PINT_EnableCallback(PINT); /* Enable callbacks for PINT */&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this is some feature or bug in power library/pint controller ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PowerLib version 0x10000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2019 13:50:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-PINTx-interrupt-is-disabled-after-PowerDown-mode/m-p/1038193#M40409</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2019-12-12T13:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : PINTx interrupt is disabled after PowerDown mode ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-PINTx-interrupt-is-disabled-after-PowerDown-mode/m-p/1038194#M40410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Eugene,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you mention in the example after entering power down the Initialization is done again of this pin, I've tried commenting this function and the MCU can wake up&amp;nbsp;the MCU. I will suggest to check this example and try to comment this function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alexis Andalon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2019 21:24:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-PINTx-interrupt-is-disabled-after-PowerDown-mode/m-p/1038194#M40410</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2019-12-20T21:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : PINTx interrupt is disabled after PowerDown mode ?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-PINTx-interrupt-is-disabled-after-PowerDown-mode/m-p/1038195#M40411</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;Looks like after wakeup from PowerDown mode a lot of peripherals need reinitialization.&lt;/P&gt;&lt;P&gt;Only SPI3 and other what can wakeup MCU continue to work.&lt;/P&gt;&lt;P&gt;Other needs reinitialization. May be PINT also need reinitialization ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Dec 2019 08:57:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-PINTx-interrupt-is-disabled-after-PowerDown-mode/m-p/1038195#M40411</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2019-12-21T08:57:01Z</dc:date>
    </item>
  </channel>
</rss>

