<?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: Flashing the 804 OM40001 dev kit with Keil 5</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Flashing-the-804-OM40001-dev-kit-with-Keil-5/m-p/790179#M31808</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sol,&lt;/P&gt;&lt;P&gt;Thanks for the detailed walk-thru, most helpful and it should be in the documentation :smileyhappy:. However, I'm good with all of that. What I'd be really keen to see are the settings you have in the 'utilties' tab, especially for the flash settings. When I try and debug the GPIO interrupts project I get this in the command window:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Build Project 'GPIO_Interrupts' - Target 'flash'&lt;BR /&gt;linking...&lt;BR /&gt;Program Size: Code=4464 RO-data=536 RW-data=28 ZI-data=612 &lt;BR /&gt;".\Objects\GPIO_Interrupts.axf" - 0 Error(s), 0 Warning(s).&lt;BR /&gt;Build Time Elapsed: 00:00:00&lt;BR /&gt;Load "R:\\src\\LPC804-EX-CODE-KEIL\\Keil_Projects\\GPIO_Interrupts\\Objects\\GPIO_Interrupts.axf" &lt;BR /&gt;Erase Failed!&lt;BR /&gt;Error: Flash Download failed - "Cortex-M0+"&lt;BR /&gt;Flash Load finished at 18:13:52&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;and this is what I get when I navigate via the 'Options for target Flash button and move on to the the utilities tab. The problem is there is no obvious candidate for flashing. I have got the latest NXP pack installed via this link:&amp;nbsp;&lt;A href="http://www.keil.com/dd2/nxp/lpc804/#/third-party-download-dialog"&gt;http://www.keil.com/dd2/nxp/lpc804/#/third-party-download-dialog&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for listening. Much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="mdk5-flash-options.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/63070i5DA598C134574193/image-size/large?v=v2&amp;amp;px=999" role="button" title="mdk5-flash-options.jpg" alt="mdk5-flash-options.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Aug 2018 17:23:58 GMT</pubDate>
    <dc:creator>g40</dc:creator>
    <dc:date>2018-08-16T17:23:58Z</dc:date>
    <item>
      <title>Flashing the 804 OM40001 dev kit with Keil 5</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Flashing-the-804-OM40001-dev-kit-with-Keil-5/m-p/790177#M31806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to use the LPC804 OM40001 development kit with Keil 5. Code examples all compile OK but I cannot flash the board as there are no listed algorithms. Can anyone help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TAIA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2018 11:27:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Flashing-the-804-OM40001-dev-kit-with-Keil-5/m-p/790177#M31806</guid>
      <dc:creator>g40</dc:creator>
      <dc:date>2018-08-15T11:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Flashing the 804 OM40001 dev kit with Keil 5</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Flashing-the-804-OM40001-dev-kit-with-Keil-5/m-p/790178#M31807</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;First all, there is necessary to check the board, the LPCXpresso804 board is pre-programmed with a diagnostic demo program, which tests various features of the board.&lt;/P&gt;&lt;P&gt;Connect a micro USB cable from connector CN2 to a host computer or power supply to power up the board and run the demo program. Open a terminal emulator program (such as Teraterm or PuTTY), and look for a port with a name of the form “NXP LPC11Uxx VCOM ...”, and connect to it. Set the serial port for 9600 baud, 8 bits, no parity.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The Blue user LED will flash 3 times, then the green LED will flash 3 times, and the terminal will display “HelloWorld”, followed by “Press key to start LED test ...”&lt;/LI&gt;&lt;LI&gt;Press the ISP button (S2). The green and blue user LEDs will flash, then each LED will be lit in turn twice before all three blink 3 times. The terminal will show “DONE”.&lt;/LI&gt;&lt;LI&gt;The terminal will show “Press key to start SpiFlash test”. Press the ISP button. The LEDs will blink as the test is run, and the SPI flash device ID and name will be shown on the terminal.&lt;/LI&gt;&lt;LI&gt;The terminal will show “Press key to start I2cTemperature test ...”. Press the ISP button to run this test, which checks communication with the LM75 temperature sensor.&lt;/LI&gt;&lt;LI&gt;The terminal will show “Press key to start ADC Potentiometer test ...”. Press the ISP button to run this test. The test checks the LPC804 ADC and potentiometer (VR1), looking for the ADC reading to change at least once as it takes 6 samples over several seconds. Use the supplied screwdriver to adjust VR1 so the test passes.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;After you check the demo test, download the example codes for Keil from this link:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/support/developer-resources/software-development-tools/lpc-developer-resources-/code-bundles-for-lpc800-family-devices:LPC800-CODE-BUNDLES?tab=Design_Tools_Tab" title="https://www.nxp.com/support/developer-resources/software-development-tools/lpc-developer-resources-/code-bundles-for-lpc800-family-devices:LPC800-CODE-BUNDLES?tab=Design_Tools_Tab"&gt;LPC800 Code Bundles|NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unzip the file and double click to peripheral_examples under the LPC804-EX-CODE-KEIL\Keil_Projects folder&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/63294i78C89401996A8FF3/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It is important to build the projects &lt;STRONG&gt;utilities_lib &lt;/STRONG&gt;and&lt;STRONG&gt; peripherals_lib &lt;/STRONG&gt;&lt;SPAN style="color: red;"&gt;before&lt;/SPAN&gt; any other example project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Build the desired example project, in this case GPIO_interrupts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_5.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/63391i04F05EF6C58887B5/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_5.png" alt="pastedImage_5.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load the code to flash memory&lt;/P&gt;&lt;P&gt;&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/63470i92313CCDB16C2DD7/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;Debug the project&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_8.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/63392iE520D3382E8CCAA0/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_8.png" alt="pastedImage_8.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run the project:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_9.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/63566i66B1BD4BEBF57832/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_9.png" alt="pastedImage_9.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the below options in "Options for target.."&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_10.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/63393i2E782FDA4525FCD4/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_10.png" alt="pastedImage_10.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_11.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/63258i5BB59856722DF9EB/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_11.png" alt="pastedImage_11.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;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Sol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2018 16:33:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Flashing-the-804-OM40001-dev-kit-with-Keil-5/m-p/790178#M31807</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2018-08-16T16:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Flashing the 804 OM40001 dev kit with Keil 5</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Flashing-the-804-OM40001-dev-kit-with-Keil-5/m-p/790179#M31808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sol,&lt;/P&gt;&lt;P&gt;Thanks for the detailed walk-thru, most helpful and it should be in the documentation :smileyhappy:. However, I'm good with all of that. What I'd be really keen to see are the settings you have in the 'utilties' tab, especially for the flash settings. When I try and debug the GPIO interrupts project I get this in the command window:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Build Project 'GPIO_Interrupts' - Target 'flash'&lt;BR /&gt;linking...&lt;BR /&gt;Program Size: Code=4464 RO-data=536 RW-data=28 ZI-data=612 &lt;BR /&gt;".\Objects\GPIO_Interrupts.axf" - 0 Error(s), 0 Warning(s).&lt;BR /&gt;Build Time Elapsed: 00:00:00&lt;BR /&gt;Load "R:\\src\\LPC804-EX-CODE-KEIL\\Keil_Projects\\GPIO_Interrupts\\Objects\\GPIO_Interrupts.axf" &lt;BR /&gt;Erase Failed!&lt;BR /&gt;Error: Flash Download failed - "Cortex-M0+"&lt;BR /&gt;Flash Load finished at 18:13:52&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;and this is what I get when I navigate via the 'Options for target Flash button and move on to the the utilities tab. The problem is there is no obvious candidate for flashing. I have got the latest NXP pack installed via this link:&amp;nbsp;&lt;A href="http://www.keil.com/dd2/nxp/lpc804/#/third-party-download-dialog"&gt;http://www.keil.com/dd2/nxp/lpc804/#/third-party-download-dialog&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for listening. Much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="mdk5-flash-options.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/63070i5DA598C134574193/image-size/large?v=v2&amp;amp;px=999" role="button" title="mdk5-flash-options.jpg" alt="mdk5-flash-options.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2018 17:23:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Flashing-the-804-OM40001-dev-kit-with-Keil-5/m-p/790179#M31808</guid>
      <dc:creator>g40</dc:creator>
      <dc:date>2018-08-16T17:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Flashing the 804 OM40001 dev kit with Keil 5</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Flashing-the-804-OM40001-dev-kit-with-Keil-5/m-p/790180#M31809</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;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/63515i0087636E90E9D06F/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;You need to add the pack, please check the below link:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www2.keil.com/mdk5/packinstaller/" title="http://www2.keil.com/mdk5/packinstaller/"&gt;Pack Installer&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2018 18:02:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Flashing-the-804-OM40001-dev-kit-with-Keil-5/m-p/790180#M31809</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2018-08-16T18:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Flashing the 804 OM40001 dev kit with Keil 5</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Flashing-the-804-OM40001-dev-kit-with-Keil-5/m-p/790181#M31810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So that pack does not install correctly. It looks like it has some malformed content. The 'svdconv.exe' error log is here:&amp;nbsp;&lt;A href="https://pastebin.com/UNcxiw3U"&gt;https://pastebin.com/UNcxiw3U&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be _very_ helpful if you could show your flash utility settings BTW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TAIA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 12:37:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Flashing-the-804-OM40001-dev-kit-with-Keil-5/m-p/790181#M31810</guid>
      <dc:creator>g40</dc:creator>
      <dc:date>2018-08-17T12:37:48Z</dc:date>
    </item>
  </channel>
</rss>

