<?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>Kinetis MicrocontrollersのトピックRe: TWR-K40 with IAR getting started</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-K40-with-IAR-getting-started/m-p/367795#M18985</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pavel:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry I missed you were using IAR EWARM.&amp;nbsp; Under your project, right click on I in the workspace area, the Options, General, Library config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would start with NORMAL and Semihosted at the bottom.&amp;nbsp; I use this on new projects.&amp;nbsp; It sort of intercepts some low level calls (ie uart IO) and sends the output to the debugger terminal window so you can get board output up ASAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to run completely from flash, like a real product, the select Normal, None (vs semi-hosted).&amp;nbsp; Then you'll have to provide your own low level UART io from your BSP/SDK and write a little code to glue that into printf to get serial output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other config file (.icf) file shouldn't need to be changed.&amp;nbsp; That tells the linked where your code will flash to and where RAM is on your board.&amp;nbsp; You can also add link level defines for specific sections of code to live at fixed addresses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;Larry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Dec 2014 18:46:32 GMT</pubDate>
    <dc:creator>larryc</dc:creator>
    <dc:date>2014-12-22T18:46:32Z</dc:date>
    <item>
      <title>TWR-K40 with IAR getting started</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-K40-with-IAR-getting-started/m-p/367792#M18982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have the TWR-K40X256 board and J-link Jtag.&lt;/P&gt;&lt;P&gt;What file i need to download and what configuration i need to do at the project in order to download it to the MCU and not run at simulator mode?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Dec 2014 16:14:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-K40-with-IAR-getting-started/m-p/367792#M18982</guid>
      <dc:creator>pavsh</dc:creator>
      <dc:date>2014-12-20T16:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: TWR-K40 with IAR getting started</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-K40-with-IAR-getting-started/m-p/367793#M18983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this are the error i see:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sat Dec 20 18:43:09 2014: Fatal error: Supply voltage too low (1 Volt is required, Measured: 0.2 Volt). Please check target power. CPU not halted&amp;nbsp;&amp;nbsp; Session aborted! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sat Dec 20 18:43:09 2014: Failed to load flash loader: C:\Program Files (x86)\IAR Systems\Embedded Workbench 5.4 Evaluation\arm\config\flashloader\Freescale\FlashK60Xxxx.out &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sat Dec 20 18:43:09 2014: Failed to load flash loader: C:\Program Files (x86)\IAR Systems\Embedded Workbench 5.4 Evaluation\arm\config\flashloader\Freescale\FlashK60Xxxx.flash &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Dec 2014 16:44:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-K40-with-IAR-getting-started/m-p/367793#M18983</guid>
      <dc:creator>pavsh</dc:creator>
      <dc:date>2014-12-20T16:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: TWR-K40 with IAR getting started</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-K40-with-IAR-getting-started/m-p/367794#M18984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavel:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would first try applying power to the board via the power supply connector (almost any USB on the TWR should power your board).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are you using for SW with the Jlink?&amp;nbsp; IAR, Keil, CW?&amp;nbsp; Also, what is your "getting started" project?&amp;nbsp; All these would help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also try setting the flag to power the target from the Jlink.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;Larry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 16:26:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-K40-with-IAR-getting-started/m-p/367794#M18984</guid>
      <dc:creator>larryc</dc:creator>
      <dc:date>2014-12-22T16:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: TWR-K40 with IAR getting started</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-K40-with-IAR-getting-started/m-p/367795#M18985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pavel:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry I missed you were using IAR EWARM.&amp;nbsp; Under your project, right click on I in the workspace area, the Options, General, Library config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would start with NORMAL and Semihosted at the bottom.&amp;nbsp; I use this on new projects.&amp;nbsp; It sort of intercepts some low level calls (ie uart IO) and sends the output to the debugger terminal window so you can get board output up ASAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to run completely from flash, like a real product, the select Normal, None (vs semi-hosted).&amp;nbsp; Then you'll have to provide your own low level UART io from your BSP/SDK and write a little code to glue that into printf to get serial output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other config file (.icf) file shouldn't need to be changed.&amp;nbsp; That tells the linked where your code will flash to and where RAM is on your board.&amp;nbsp; You can also add link level defines for specific sections of code to live at fixed addresses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;Larry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 18:46:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-K40-with-IAR-getting-started/m-p/367795#M18985</guid>
      <dc:creator>larryc</dc:creator>
      <dc:date>2014-12-22T18:46:32Z</dc:date>
    </item>
  </channel>
</rss>

