<?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: Problem Running first project on LPC1769</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-Running-first-project-on-LPC1769/m-p/520577#M3710</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by nanohueso on Sat Sep 14 10:25:18 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi, first , thank you for your time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I was debugging in the wrong way. I have to click on Programm Flash ( didn't know that :S ).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Im learning to program on the LPC1769 board.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 17:46:12 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T17:46:12Z</dc:date>
    <item>
      <title>Problem Running first project on LPC1769</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-Running-first-project-on-LPC1769/m-p/520574#M3707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by nanohueso on Thu Sep 12 12:41:57 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I got a code for turning ON/OFF the led of the board. ( Im programming on LPC1769 board)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Build : 0 problems , but when running the program i got this error&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[img]&lt;/SPAN&gt;&lt;A href="http://http://imageshack.us/photo/my-images/694/xj74.png/"&gt;[IMG]http://img694.imageshack.us/img694/2512/xj74.png[/IMG]&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; Uploaded with &lt;/SPAN&gt;&lt;A href="http://http://imageshack.us"&gt;ImageShack.us&lt;/A&gt;&lt;SPAN&gt;[/img]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When clicking on Details&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i got this&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Error starting process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cannot run program "C:\Users\Mariano\Documents\Facultad\Info II\XPRESSO\prueba\Debug\prueba.axf": Launching failed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cannot run program "C:\Users\Mariano\Documents\Facultad\Info II\XPRESSO\prueba\Debug\prueba.axf": Launching failed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cannot run program "C:\Users\Mariano\Documents\Facultad\Info II\XPRESSO\prueba\Debug\prueba.axf": Launching failed&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:46:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-Running-first-project-on-LPC1769/m-p/520574#M3707</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Running first project on LPC1769</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-Running-first-project-on-LPC1769/m-p/520575#M3708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Irappa on Sat Sep 14 03:54:21 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Just create a project, don't add any header files or source files in source foder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try this code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/*&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;===============================================================================&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : main.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Author&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Version&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Copyright&amp;nbsp;&amp;nbsp; : Copyright (C) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Description : main definition&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;===============================================================================&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;*/&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#ifdef __USE_CMSIS&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#include "LPC17xx.h"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#endif&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;void delay(int);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;// TODO: insert other include files here&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;// TODO: insert other definitions and declarations here&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;int main(void) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;LPC_GPIO0-&amp;gt;FIODIR = 0x000000FF;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPC_GPIO0-&amp;gt;FIOCLR = 0x000000FF;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;// TODO: insert code here&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;// Enter an infinite loop, just incrementing a counter&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;//volatile static int i = 0 ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;while(1) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;LPC_GPIO0-&amp;gt;FIOSET = 1&amp;lt;&amp;lt;6;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;delay(5000);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPC_GPIO0-&amp;gt;FIOCLR = 0x000000FF;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;delay(5000);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;//i++ ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;return 0 ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;void&amp;nbsp; delay(int x)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;unsigned&amp;nbsp; int&amp;nbsp; k,l;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;for(k = x;k &amp;gt; 0;k--)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;for(l = 0;l &amp;lt; x;l++);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:46:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-Running-first-project-on-LPC1769/m-p/520575#M3708</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Running first project on LPC1769</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-Running-first-project-on-LPC1769/m-p/520576#M3709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lpcxpresso-support on Sat Sep 14 06:14:30 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;What board are you using? Have you tried using one of the supplied example projects? How are you starting your debug session - using the "Debug" button in the Quickstart Panel?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPCXpresso Support&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:46:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-Running-first-project-on-LPC1769/m-p/520576#M3709</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Running first project on LPC1769</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-Running-first-project-on-LPC1769/m-p/520577#M3710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by nanohueso on Sat Sep 14 10:25:18 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi, first , thank you for your time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I was debugging in the wrong way. I have to click on Programm Flash ( didn't know that :S ).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Im learning to program on the LPC1769 board.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:46:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-Running-first-project-on-LPC1769/m-p/520577#M3710</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:46:12Z</dc:date>
    </item>
  </channel>
</rss>

