<?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>topic Re: LS1021a-TWR reading NOR-Flash with CodeWarrior TAP in Layerscape</title>
    <link>https://community.nxp.com/t5/Layerscape/LS1021a-TWR-reading-NOR-Flash-with-CodeWarrior-TAP/m-p/498995#M1031</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Settings from pic 1 looks fine. But, in Flash Programmer Task make sure you have the settings from attached file (file1). Also, dumping entire NOR will take a while.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, if still doesn't work for you, please share the log from Flash Programmer Console (file2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Mar 2016 08:39:13 GMT</pubDate>
    <dc:creator>addiyi</dc:creator>
    <dc:date>2016-03-02T08:39:13Z</dc:date>
    <item>
      <title>LS1021a-TWR reading NOR-Flash with CodeWarrior TAP</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1021a-TWR-reading-NOR-Flash-with-CodeWarrior-TAP/m-p/498990#M1026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi there, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to dump the whole content of NOR-Flash on my LS1021a-TWR board to a binary. The debug connection with the CodeWarrior TAP is running, but when the TAP tries to read the flash ID an Error apperas (jpg added to this post).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What means the No source available for "0x00000000 (0x00000000)() " ? &lt;/P&gt;&lt;P&gt;Is there a mistake in my adresses or have i add any file for the twr board?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan Brand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 11:20:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1021a-TWR-reading-NOR-Flash-with-CodeWarrior-TAP/m-p/498990#M1026</guid>
      <dc:creator>janbrand</dc:creator>
      <dc:date>2016-03-01T11:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: LS1021a-TWR reading NOR-Flash with CodeWarrior TAP</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1021a-TWR-reading-NOR-Flash-with-CodeWarrior-TAP/m-p/498991#M1027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you use an initialization file? Also, in flashdump_1.jpg, you set the Target RAM address to 0x00000000 and this is not correct, unless you initialize OCRAM from that address.&lt;/P&gt;&lt;P&gt;Init files provided with CW, initialize OCRAM from 0x10000000 and DDR from 0x80000000. So, you shroud use Target RAM address starting with these addresses (depending where do you what to have flash programmer algorithm run or what mem you initialized).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 12:36:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1021a-TWR-reading-NOR-Flash-with-CodeWarrior-TAP/m-p/498991#M1027</guid>
      <dc:creator>addiyi</dc:creator>
      <dc:date>2016-03-01T12:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: LS1021a-TWR reading NOR-Flash with CodeWarrior TAP</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1021a-TWR-reading-NOR-Flash-with-CodeWarrior-TAP/m-p/498992#M1028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Times New Roman CYR'; color: black;"&gt;CodeWarrior initialization file for the LS1021A-TWR board configures NOR Flash using base address of 0xE8000000.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Times New Roman CYR'; color: black;"&gt;See attached file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Pavel&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>Wed, 02 Mar 2016 04:43:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1021a-TWR-reading-NOR-Flash-with-CodeWarrior-TAP/m-p/498992#M1028</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2016-03-02T04:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: LS1021a-TWR reading NOR-Flash with CodeWarrior TAP</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1021a-TWR-reading-NOR-Flash-with-CodeWarrior-TAP/m-p/498993#M1029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For LS1 boards, NOR is mapped starting with 0x60000000, since fixed memory map is used (See LS1021ARM).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 07:34:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1021a-TWR-reading-NOR-Flash-with-CodeWarrior-TAP/m-p/498993#M1029</guid>
      <dc:creator>addiyi</dc:creator>
      <dc:date>2016-03-02T07:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: LS1021a-TWR reading NOR-Flash with CodeWarrior TAP</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1021a-TWR-reading-NOR-Flash-with-CodeWarrior-TAP/m-p/498994#M1030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm a bit confused, i guess...&lt;/P&gt;&lt;P&gt;That's what i set in debug configurations:&lt;/P&gt;&lt;P&gt;- in Target settings&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - see pic 1 -&amp;gt; Target type: LS102xA_Rev1_ConfigChain.cfg&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt; Initialize target script "LS1021A_TWR_Init.tcl"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt; Memory configuration file: "LS1021A_TWR.mem"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And now i've set the Target Ram Address in the ARM Flash Programmer Task to 0x80000000, the size to 0x7fffffff. The base address from the NOR-Flash i set to 0x60000000.&lt;/P&gt;&lt;P&gt;Running the Debug with the Flash Programmer Task seemes to works, but finishes not, like you can see in pic 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 08:19:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1021a-TWR-reading-NOR-Flash-with-CodeWarrior-TAP/m-p/498994#M1030</guid>
      <dc:creator>janbrand</dc:creator>
      <dc:date>2016-03-02T08:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: LS1021a-TWR reading NOR-Flash with CodeWarrior TAP</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1021a-TWR-reading-NOR-Flash-with-CodeWarrior-TAP/m-p/498995#M1031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Settings from pic 1 looks fine. But, in Flash Programmer Task make sure you have the settings from attached file (file1). Also, dumping entire NOR will take a while.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, if still doesn't work for you, please share the log from Flash Programmer Console (file2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 08:39:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1021a-TWR-reading-NOR-Flash-with-CodeWarrior-TAP/m-p/498995#M1031</guid>
      <dc:creator>addiyi</dc:creator>
      <dc:date>2016-03-02T08:39:13Z</dc:date>
    </item>
  </channel>
</rss>

