<?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>CodeWarrior Development ToolsのトピックRe: From codewarrior to hardware</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/From-codewarrior-to-hardware/m-p/2355570#M9374</link>
    <description>&lt;H2&gt;Deploying your code to the LA1224 board&lt;/H2&gt;
&lt;P&gt;There are &lt;STRONG&gt;two common deployment paths&lt;/STRONG&gt;, depending on whether you want RAM loading or persistent Flash loading.&lt;/P&gt;
&lt;HR /&gt;
&lt;H3&gt;Option A: Load directly to hardware using the debugger (most common during development)&lt;/H3&gt;
&lt;P&gt;This is usually what you already did when debugging.&lt;/P&gt;
&lt;H4&gt;Steps:&lt;/H4&gt;
&lt;OL&gt;
&lt;LI&gt;Connect the &lt;STRONG&gt;LA1224 board&lt;/STRONG&gt; (JTAG / probe / USB as required)&lt;/LI&gt;
&lt;LI&gt;In CW_VSPA:
&lt;PRE&gt;&lt;CODE&gt;Run → Debug Configurations
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;Select your &lt;STRONG&gt;VSPA / LA1224 debug configuration&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Make sure:
&lt;UL&gt;
&lt;LI&gt;The &lt;STRONG&gt;.eld file&lt;/STRONG&gt; from your project is selected&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Click &lt;STRONG&gt;Debug&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;LI-EMOJI id="lia_white-heavy-check-mark" title=":white_heavy_check_mark:"&gt;&lt;/LI-EMOJI&gt; This &lt;EM&gt;already deploys&lt;/EM&gt; your code into &lt;STRONG&gt;target RAM&lt;/STRONG&gt;&lt;BR /&gt;&lt;LI-EMOJI id="lia_cross-mark" title=":cross_mark:"&gt;&lt;/LI-EMOJI&gt; It is &lt;STRONG&gt;not persistent&lt;/STRONG&gt; (power cycle clears it)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;
&lt;H3&gt;Option B: Program the code into Flash (standalone operation)&lt;/H3&gt;
&lt;P&gt;If you want the LA1224 to &lt;STRONG&gt;boot your application automatically after reset&lt;/STRONG&gt;:&lt;/P&gt;
&lt;H4&gt;Typical process:&lt;/H4&gt;
&lt;OL&gt;
&lt;LI&gt;Build the project → obtain &lt;CODE&gt;.eld&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;Use the &lt;STRONG&gt;LA1224 Flash programming tool&lt;/STRONG&gt; (varies by board support package):
&lt;UL&gt;
&lt;LI&gt;Often launched from CW_VSPA:
&lt;PRE&gt;&lt;CODE&gt;Tools → Flash Programmer
&lt;/CODE&gt;&lt;/PRE&gt;
or
&lt;PRE&gt;&lt;CODE&gt;Run → External Tools
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Select:
&lt;UL&gt;
&lt;LI&gt;Target: &lt;STRONG&gt;LA1224&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Input file: your &lt;STRONG&gt;&lt;CODE&gt;.eld&lt;/CODE&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Program to Flash&lt;/LI&gt;
&lt;LI&gt;Reset or power-cycle the board&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;LI-EMOJI id="lia_white-heavy-check-mark" title=":white_heavy_check_mark:"&gt;&lt;/LI-EMOJI&gt; Code now runs without debugger&lt;BR /&gt;&lt;LI-EMOJI id="lia_white-heavy-check-mark" title=":white_heavy_check_mark:"&gt;&lt;/LI-EMOJI&gt; &lt;CODE&gt;.map&lt;/CODE&gt; file is irrelevant here&lt;/P&gt;</description>
    <pubDate>Fri, 24 Apr 2026 03:46:40 GMT</pubDate>
    <dc:creator>yipingwang</dc:creator>
    <dc:date>2026-04-24T03:46:40Z</dc:date>
    <item>
      <title>From codewarrior to hardware</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/From-codewarrior-to-hardware/m-p/2355538#M9373</link>
      <description>&lt;P&gt;I'm using CW_VSPA_v10.3.10. After successfully debugging my code, I don't know how to deploy it to the hardware. The board I'm using is LA1224. I noticed that all the example files include both .eld and .map files, but only the .eld file is generated in my project.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2026 02:39:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/From-codewarrior-to-hardware/m-p/2355538#M9373</guid>
      <dc:creator>tianzc</dc:creator>
      <dc:date>2026-04-24T02:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: From codewarrior to hardware</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/From-codewarrior-to-hardware/m-p/2355570#M9374</link>
      <description>&lt;H2&gt;Deploying your code to the LA1224 board&lt;/H2&gt;
&lt;P&gt;There are &lt;STRONG&gt;two common deployment paths&lt;/STRONG&gt;, depending on whether you want RAM loading or persistent Flash loading.&lt;/P&gt;
&lt;HR /&gt;
&lt;H3&gt;Option A: Load directly to hardware using the debugger (most common during development)&lt;/H3&gt;
&lt;P&gt;This is usually what you already did when debugging.&lt;/P&gt;
&lt;H4&gt;Steps:&lt;/H4&gt;
&lt;OL&gt;
&lt;LI&gt;Connect the &lt;STRONG&gt;LA1224 board&lt;/STRONG&gt; (JTAG / probe / USB as required)&lt;/LI&gt;
&lt;LI&gt;In CW_VSPA:
&lt;PRE&gt;&lt;CODE&gt;Run → Debug Configurations
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;Select your &lt;STRONG&gt;VSPA / LA1224 debug configuration&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Make sure:
&lt;UL&gt;
&lt;LI&gt;The &lt;STRONG&gt;.eld file&lt;/STRONG&gt; from your project is selected&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Click &lt;STRONG&gt;Debug&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;LI-EMOJI id="lia_white-heavy-check-mark" title=":white_heavy_check_mark:"&gt;&lt;/LI-EMOJI&gt; This &lt;EM&gt;already deploys&lt;/EM&gt; your code into &lt;STRONG&gt;target RAM&lt;/STRONG&gt;&lt;BR /&gt;&lt;LI-EMOJI id="lia_cross-mark" title=":cross_mark:"&gt;&lt;/LI-EMOJI&gt; It is &lt;STRONG&gt;not persistent&lt;/STRONG&gt; (power cycle clears it)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;
&lt;H3&gt;Option B: Program the code into Flash (standalone operation)&lt;/H3&gt;
&lt;P&gt;If you want the LA1224 to &lt;STRONG&gt;boot your application automatically after reset&lt;/STRONG&gt;:&lt;/P&gt;
&lt;H4&gt;Typical process:&lt;/H4&gt;
&lt;OL&gt;
&lt;LI&gt;Build the project → obtain &lt;CODE&gt;.eld&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;Use the &lt;STRONG&gt;LA1224 Flash programming tool&lt;/STRONG&gt; (varies by board support package):
&lt;UL&gt;
&lt;LI&gt;Often launched from CW_VSPA:
&lt;PRE&gt;&lt;CODE&gt;Tools → Flash Programmer
&lt;/CODE&gt;&lt;/PRE&gt;
or
&lt;PRE&gt;&lt;CODE&gt;Run → External Tools
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Select:
&lt;UL&gt;
&lt;LI&gt;Target: &lt;STRONG&gt;LA1224&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Input file: your &lt;STRONG&gt;&lt;CODE&gt;.eld&lt;/CODE&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Program to Flash&lt;/LI&gt;
&lt;LI&gt;Reset or power-cycle the board&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;LI-EMOJI id="lia_white-heavy-check-mark" title=":white_heavy_check_mark:"&gt;&lt;/LI-EMOJI&gt; Code now runs without debugger&lt;BR /&gt;&lt;LI-EMOJI id="lia_white-heavy-check-mark" title=":white_heavy_check_mark:"&gt;&lt;/LI-EMOJI&gt; &lt;CODE&gt;.map&lt;/CODE&gt; file is irrelevant here&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2026 03:46:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/From-codewarrior-to-hardware/m-p/2355570#M9374</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2026-04-24T03:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: From codewarrior to hardware</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/From-codewarrior-to-hardware/m-p/2356489#M9377</link>
      <description>&lt;P&gt;Thank you. But I'm still wondering whether I can deploy my codes by using codewarrior Tap and how to use it. I tried to write a script but failed, so are there any examples or instructions that can tell me how to&amp;nbsp;write a script?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2026 09:38:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/From-codewarrior-to-hardware/m-p/2356489#M9377</guid>
      <dc:creator>tianzc</dc:creator>
      <dc:date>2026-04-27T09:38:37Z</dc:date>
    </item>
  </channel>
</rss>

