<?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>LPC MicrocontrollersのトピックRe: LPC15xx startup time</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC15xx-startup-time/m-p/1068807#M41233</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Lasse,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to execute an action the fastest possible after the MCU is out of reset, you could try to do it in the startup code, all the LPCOpen examples has an API called&amp;nbsp;SystemInit that is executed before entering the main, maybe you could try adding the initializations you want to this region?&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, 28 Aug 2020 00:16:51 GMT</pubDate>
    <dc:creator>Alexis_A</dc:creator>
    <dc:date>2020-08-28T00:16:51Z</dc:date>
    <item>
      <title>LPC15xx startup time</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC15xx-startup-time/m-p/1068805#M41231</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 am using the LPC1518 for a project and I have a problem, that only can be solved with a very short startup time.&amp;nbsp;I need the system to set some GPIO to&amp;nbsp;pull down or just set them low.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just try with a very simple program, as seen below, which is not fast enough. So if anyone can help me or teach me how this can solve this is would be a big help for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int main (void) {&lt;/P&gt;&lt;P&gt;SystemCoreClockUpdate();&lt;BR /&gt; &lt;BR /&gt; Chip_GPIO_Init(LPC_GPIO);&lt;BR /&gt; Chip_Clock_EnablePeriphClock(SYSCTL_CLOCK_SWM);&lt;BR /&gt; Chip_Clock_EnablePeriphClock(SYSCTL_CLOCK_IOCON);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chip_IOCON_PinMuxSet(LPC_IOCON, 1, 31, (IOCON_DIGMODE_EN | IOCON_MODE_PULLDOWN) );&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2020 11:23:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC15xx-startup-time/m-p/1068805#M41231</guid>
      <dc:creator>lak1</dc:creator>
      <dc:date>2020-08-26T11:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: LPC15xx startup time</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC15xx-startup-time/m-p/1068806#M41232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to look in the LPC15xx User Manual to see how long it takes to boot (it is specified) - it may already take too long before your code gets to run.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2020 16:55:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC15xx-startup-time/m-p/1068806#M41232</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2020-08-26T16:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: LPC15xx startup time</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC15xx-startup-time/m-p/1068807#M41233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Lasse,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to execute an action the fastest possible after the MCU is out of reset, you could try to do it in the startup code, all the LPCOpen examples has an API called&amp;nbsp;SystemInit that is executed before entering the main, maybe you could try adding the initializations you want to this region?&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, 28 Aug 2020 00:16:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC15xx-startup-time/m-p/1068807#M41233</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2020-08-28T00:16:51Z</dc:date>
    </item>
  </channel>
</rss>

