<?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: dump &amp;amp; write flash rom for MPC8543 CPU in Classic/Legacy CodeWarrior</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/dump-amp-write-flash-rom-for-MPC8543-CPU/m-p/1256723#M7779</link>
    <description>&lt;P&gt;OK.&amp;nbsp; I set up a project for an 8548 CPU, and tried to add a task for the flash writer. I can't seem to get it working.&amp;nbsp; I get this in the console log&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;fl::target -lc "kernel"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;fl::target -b 0x0 0x80000&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;fl::target -v off -l off&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;cmdwin::fl::device -d "S29GL256N" -o "32Mx8x1" -a 0x0 0x1ffffff&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;cmdwin::fl::image -f "C:\\Users\\Drew\\Desktop\\IBM G8124 Recovery\\Put These On TFTP Server\\ibm-kernel.bin" -t "Binary/Raw Format" -re off -oe on -o 0xfe300000&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;cmdwin::fl::erase image&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Beginning Operation ...&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;-------------------------&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Nothing to erase. No sectors selected&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Performing target initialization ...&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Error: Connect Failed. No sectors selected&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Could not connect to the probe (or other debug link)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;[CCS last error: CC config string is invalid ](CCSProtocolPlugin)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Error: Connect Failed.No sectors selected&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is an init file for a BDI2000.&amp;nbsp; Where would I put similar init commands?&amp;nbsp; I'm guessing somewhere in C:\Freescale\CW_PA_v10.5.1\PA\PA_Support\Initialization_Files\85xx&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;[INIT]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;; use the following two lines for STARTUP HALT&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;WSPR 63 0xffff0000 ;IVPR to boot core&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;WSPR 415 0x0000f000 ;IVOR15 : Debug exception&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;================= setup for flash programming ===============&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;; Move CCSRBAR to 0xe0000000&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;WM32 0xff700000 0x000e0000 ;CCSRBAR to 0xe0000000&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;; Initialize LAWBAR's&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;WM32 0xe0000C08 0x000c0000 ;LAWBAR1 : @0xc0000000&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;WM32 0xe0000C10 0x8040001d ;LAWAR1 : Local Bus 1GB&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;; Setup Flash chip select&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;WM32 0xe0005000 0xf8001001 ;BR0&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;WM32 0xe0005004 0xf8006E65 ;OR0&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;; Enable flash programming&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;WM16 0xfe000000 0x0060 ;clear flash lock-bits&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;WM16 0xfe000000 0x00d0&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;DELAY 1000&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;WM16 0xfe000000 0xffff&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;================= end flash programming =====================&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;[TARGET]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;CPUTYPE 8543 ;the CPU type&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;JTAGCLOCK 0 ;use 16 MHz JTAG clock&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;STARTUP STOP 5000 ;let U-boot code setup the system&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;STARTUP HALT ;halt core while HRESET is asserted&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;BREAKMODE HARD ;SOFT or HARD, HARD uses PPC hardware breakpoint&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;STEPMODE HWBP ;JTAG or HWBP, HWBP uses a hardware breakpoint&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;WAKEUP 200 ;give reset time to complete&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;POWERUP 200 ;start delay after power-up detected in ms&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;[HOST]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;IP 172.20.204.11 ;-----------TFTP SERVER IP------------------&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;FILE E:\cygwin\home\demo\e500\fibo.elf&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;FORMAT ELF&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;FILE E:\temp\dump16k.bin&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;FORMAT BIN 0x40080000&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;LOAD MANUAL ;load code MANUAL or AUTO after reset&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;PROMPT IBM&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;[FLASH]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;CHIPTYPE MIRRORX16 ;S29GL256P --- LB4M/LB6M ---&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;CHIPSIZE 0x4000000 ;The size of one flash chip in bytes&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;BUSWIDTH 16 ;The width of the flash memory bus in bits (8 | 16 | 32)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 05 Apr 2021 15:11:59 GMT</pubDate>
    <dc:creator>drew442</dc:creator>
    <dc:date>2021-04-05T15:11:59Z</dc:date>
    <item>
      <title>dump &amp; write flash rom for MPC8543 CPU</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/dump-amp-write-flash-rom-for-MPC8543-CPU/m-p/1249692#M7774</link>
      <description>&lt;P&gt;I have an IBM BNT Rackswitch G8124.&amp;nbsp; I think I took too big of a leap in the flash versions.&amp;nbsp; The switch is bricked.&amp;nbsp; It runs an MPC8543 CPU from what I can tell.&lt;/P&gt;&lt;P&gt;I have a Codewarrior USP TAB with "900-75115 REV F" and "COP" stickers on the back.&lt;/P&gt;&lt;P&gt;I have downloaded Codewarrior 8.8.&amp;nbsp; Tried to dump the ROM and I get an error message about specifying the jtag frequency.&lt;/P&gt;&lt;P&gt;Would anyone be able to help me create a config file (or point me to an existing one?)&amp;nbsp; All I really need to do is reflash the switch correctly to get it working.&lt;/P&gt;&lt;P&gt;Relevant info / forum thread is &lt;A href="https://forums.servethehome.com/index.php?threads/bnt-ibm-g8124-firmware-upgrade.14176/page-2" target="_blank" rel="noopener"&gt;here&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any help you can provide!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="SnapLinksContainer"&gt;&lt;DIV class="SL_SelectionRect"&gt;&lt;DIV class="SL_SelectionLabel"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;!--   Used for easily cloning the properly namespaced rect   --&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 22 Mar 2021 13:09:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/dump-amp-write-flash-rom-for-MPC8543-CPU/m-p/1249692#M7774</guid>
      <dc:creator>drew442</dc:creator>
      <dc:date>2021-03-22T13:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: dump &amp; write flash rom for MPC8543 CPU</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/dump-amp-write-flash-rom-for-MPC8543-CPU/m-p/1250590#M7776</link>
      <description>&lt;P&gt;MPC8543 is supported by CodeWarrior PA 10.5.1.&lt;/P&gt;
&lt;P&gt;Please download and install it.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 16:09:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/dump-amp-write-flash-rom-for-MPC8543-CPU/m-p/1250590#M7776</guid>
      <dc:creator>ufedor</dc:creator>
      <dc:date>2021-03-23T16:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: dump &amp; write flash rom for MPC8543 CPU</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/dump-amp-write-flash-rom-for-MPC8543-CPU/m-p/1251280#M7777</link>
      <description>&lt;P&gt;Done, thanks.&amp;nbsp; I should use the 8548 CPU type correct?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2021 13:35:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/dump-amp-write-flash-rom-for-MPC8543-CPU/m-p/1251280#M7777</guid>
      <dc:creator>drew442</dc:creator>
      <dc:date>2021-03-24T13:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: dump &amp; write flash rom for MPC8543 CPU</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/dump-amp-write-flash-rom-for-MPC8543-CPU/m-p/1251396#M7778</link>
      <description>&lt;P&gt;&amp;gt; I should use the 8548 CPU type correct?&lt;/P&gt;
&lt;P&gt;Correct.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2021 16:30:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/dump-amp-write-flash-rom-for-MPC8543-CPU/m-p/1251396#M7778</guid>
      <dc:creator>ufedor</dc:creator>
      <dc:date>2021-03-24T16:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: dump &amp; write flash rom for MPC8543 CPU</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/dump-amp-write-flash-rom-for-MPC8543-CPU/m-p/1256723#M7779</link>
      <description>&lt;P&gt;OK.&amp;nbsp; I set up a project for an 8548 CPU, and tried to add a task for the flash writer. I can't seem to get it working.&amp;nbsp; I get this in the console log&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;fl::target -lc "kernel"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;fl::target -b 0x0 0x80000&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;fl::target -v off -l off&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;cmdwin::fl::device -d "S29GL256N" -o "32Mx8x1" -a 0x0 0x1ffffff&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;cmdwin::fl::image -f "C:\\Users\\Drew\\Desktop\\IBM G8124 Recovery\\Put These On TFTP Server\\ibm-kernel.bin" -t "Binary/Raw Format" -re off -oe on -o 0xfe300000&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;cmdwin::fl::erase image&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Beginning Operation ...&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;-------------------------&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Nothing to erase. No sectors selected&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Performing target initialization ...&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Error: Connect Failed. No sectors selected&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Could not connect to the probe (or other debug link)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;[CCS last error: CC config string is invalid ](CCSProtocolPlugin)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Error: Connect Failed.No sectors selected&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is an init file for a BDI2000.&amp;nbsp; Where would I put similar init commands?&amp;nbsp; I'm guessing somewhere in C:\Freescale\CW_PA_v10.5.1\PA\PA_Support\Initialization_Files\85xx&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;[INIT]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;; use the following two lines for STARTUP HALT&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;WSPR 63 0xffff0000 ;IVPR to boot core&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;WSPR 415 0x0000f000 ;IVOR15 : Debug exception&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;================= setup for flash programming ===============&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;; Move CCSRBAR to 0xe0000000&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;WM32 0xff700000 0x000e0000 ;CCSRBAR to 0xe0000000&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;; Initialize LAWBAR's&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;WM32 0xe0000C08 0x000c0000 ;LAWBAR1 : @0xc0000000&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;WM32 0xe0000C10 0x8040001d ;LAWAR1 : Local Bus 1GB&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;; Setup Flash chip select&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;WM32 0xe0005000 0xf8001001 ;BR0&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;WM32 0xe0005004 0xf8006E65 ;OR0&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;; Enable flash programming&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;WM16 0xfe000000 0x0060 ;clear flash lock-bits&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;WM16 0xfe000000 0x00d0&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;DELAY 1000&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;WM16 0xfe000000 0xffff&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;================= end flash programming =====================&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;[TARGET]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;CPUTYPE 8543 ;the CPU type&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;JTAGCLOCK 0 ;use 16 MHz JTAG clock&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;STARTUP STOP 5000 ;let U-boot code setup the system&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;STARTUP HALT ;halt core while HRESET is asserted&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;BREAKMODE HARD ;SOFT or HARD, HARD uses PPC hardware breakpoint&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;STEPMODE HWBP ;JTAG or HWBP, HWBP uses a hardware breakpoint&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;WAKEUP 200 ;give reset time to complete&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;POWERUP 200 ;start delay after power-up detected in ms&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;[HOST]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;IP 172.20.204.11 ;-----------TFTP SERVER IP------------------&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;FILE E:\cygwin\home\demo\e500\fibo.elf&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;FORMAT ELF&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;FILE E:\temp\dump16k.bin&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;FORMAT BIN 0x40080000&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;LOAD MANUAL ;load code MANUAL or AUTO after reset&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;PROMPT IBM&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;[FLASH]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;CHIPTYPE MIRRORX16 ;S29GL256P --- LB4M/LB6M ---&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;CHIPSIZE 0x4000000 ;The size of one flash chip in bytes&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;BUSWIDTH 16 ;The width of the flash memory bus in bits (8 | 16 | 32)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Apr 2021 15:11:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/dump-amp-write-flash-rom-for-MPC8543-CPU/m-p/1256723#M7779</guid>
      <dc:creator>drew442</dc:creator>
      <dc:date>2021-04-05T15:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: dump &amp; write flash rom for MPC8543 CPU</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/dump-amp-write-flash-rom-for-MPC8543-CPU/m-p/1256924#M7780</link>
      <description>&lt;P&gt;Debug Connection should be established and be active before executing Flash Programmer Target Task.&lt;/P&gt;
&lt;P&gt;Required initial steps:&lt;/P&gt;
&lt;P&gt;1) create Bareboard project for the MPC8548 (menu File -&amp;gt; New) using the Project Wizard&lt;/P&gt;
&lt;P&gt;2) on the "Debug Target Settings" pane of the Project Wizard check "Connect SRAM" checkbox and select USB TAP as "Connection Type"&lt;/P&gt;
&lt;P&gt;3) press "Finish" button&lt;/P&gt;
&lt;P&gt;To establish Debug Connection:&lt;/P&gt;
&lt;P&gt;1) right-click on the created bareboard project -&amp;gt; Debug As -&amp;gt; Debug Configurations&lt;/P&gt;
&lt;P&gt;2) click "_Connect SRAM" Debug Configuration&lt;/P&gt;
&lt;P&gt;3) press Debug button&lt;/P&gt;
&lt;P&gt;Started Debug Configuration will initialize the board as MPC8548CDS.&lt;/P&gt;
&lt;P&gt;If initialization settings of the proprietary board are different edit "8548CDS_init_sram.tcl" in the CFG folder of the created bareboard project.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 03:19:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/dump-amp-write-flash-rom-for-MPC8543-CPU/m-p/1256924#M7780</guid>
      <dc:creator>ufedor</dc:creator>
      <dc:date>2021-04-06T03:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: dump &amp; write flash rom for MPC8543 CPU</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/dump-amp-write-flash-rom-for-MPC8543-CPU/m-p/1263857#M7783</link>
      <description>&lt;P&gt;Followed the instructions exactly, got this error.&lt;/P&gt;&lt;P&gt;I can see the TX/RX light flashing and turning orange / green when i start the debug session, so something's talking to the USB TAP.&lt;/P&gt;&lt;P&gt;Error launching flash-core00_SRAM_8548_Connect&lt;BR /&gt;CCSProtocolPlugin::Could not connect to the requested core #0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I enabled JTAG diagnostics and got these messages before the prior message:&lt;/P&gt;&lt;P&gt;Starting Power at Probe Test ...&lt;/P&gt;&lt;P&gt;Test result: PASSED&lt;/P&gt;&lt;P&gt;Starting IR Scan test...&lt;/P&gt;&lt;P&gt;Error measuring IR length&lt;/P&gt;</description>
      <pubDate>Sat, 17 Apr 2021 12:13:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/dump-amp-write-flash-rom-for-MPC8543-CPU/m-p/1263857#M7783</guid>
      <dc:creator>drew442</dc:creator>
      <dc:date>2021-04-17T12:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: dump &amp; write flash rom for MPC8543 CPU</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/dump-amp-write-flash-rom-for-MPC8543-CPU/m-p/1263860#M7784</link>
      <description>&lt;P&gt;did some more digging, found a troubleshooting script.&lt;/P&gt;&lt;P&gt;(bin) 21 % source IDcode.tcl&lt;/P&gt;&lt;P&gt;Scanning for available TAPs connected via USB.....&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++&lt;BR /&gt;+&lt;BR /&gt;+ Available Remote Connections&lt;BR /&gt;+&lt;BR /&gt;+ 1 - USBTAP - 10261479&lt;BR /&gt;+ 2 - CodeWarriorTAP - &amp;lt;Specify IP Address&amp;gt;&lt;BR /&gt;+ 3 - EthernetTAP - &amp;lt;Specify IP Address&amp;gt;&lt;BR /&gt;+ 4 - GigabitTAP - &amp;lt;Specify IP Address&amp;gt;&lt;BR /&gt;+&lt;BR /&gt;+ x - Exit Script without Changes&lt;BR /&gt;+&lt;BR /&gt;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;&lt;P&gt;Specify connection:&lt;BR /&gt;1&lt;/P&gt;&lt;P&gt;Configuring TAP Interface....&lt;/P&gt;&lt;P&gt;Received CMD_DELETE_CC&lt;BR /&gt;command done - Ok&lt;BR /&gt;Received CMD_AVAILABLE_CONNECTIONS&lt;BR /&gt;command done - Ok&lt;BR /&gt;Received CMD_AVAILABLE_CONNECTIONS&lt;BR /&gt;command done - Ok&lt;BR /&gt;Received CMD_SETUP_CC.CC = utap:10261479&lt;BR /&gt;command done - Ok&lt;BR /&gt;Configured Connection: utap : 10261479&lt;/P&gt;&lt;P&gt;Received CMD_CONFIG_CHAIN. count = 1&lt;BR /&gt;core 0: test core&lt;BR /&gt;Received CMD_CC_VERSION&lt;BR /&gt;Available USB TAPs:&lt;BR /&gt;10261479&lt;BR /&gt;Opening connection to USB TAP 10261479&lt;BR /&gt;Received CMD_HTI_GET_CRC32&lt;BR /&gt;USB TAP command done - Ok&lt;BR /&gt;Available USB TAPs:&lt;BR /&gt;10261479&lt;BR /&gt;Opening connection to USB TAP 10261479&lt;BR /&gt;Received CMD_HTI_SET_CRC32&lt;BR /&gt;USB TAP command done - Ok&lt;BR /&gt;USB TAP command done - Ok&lt;BR /&gt;USB TAP command done - Ok&lt;BR /&gt;Received CMD_GET_CONFIG_CHAIN&lt;BR /&gt;USB TAP command done - Ok&lt;BR /&gt;Received CMD_JTAG_LOCK&lt;BR /&gt;USB TAP command done - Ok&lt;BR /&gt;Received CMD_JTAG_GET_STATE&lt;BR /&gt;USB TAP command done - Ok&lt;BR /&gt;Received CMD_JTAG_SCAN_RAW.collect_tdo = 0,length = 83886080,state = 0&lt;BR /&gt;USB TAP command done - Ok&lt;BR /&gt;Received CMD_JTAG_SCAN_IO.reg = 16777216,length = 65536,state = 16777216&lt;BR /&gt;USB TAP command done - Ok&lt;BR /&gt;Received CMD_JTAG_UNLOCK&lt;BR /&gt;USB TAP command done - Ok&lt;/P&gt;&lt;P&gt;TDO -----&lt;BR /&gt;|&lt;BR /&gt;* Device 0 IDCODE: FFFFFFFF Device: Unknown Device&lt;BR /&gt;* Device 1 IDCODE: FFFFFFFF Device: Unknown Device&lt;BR /&gt;* Device 2 IDCODE: FFFFFFFF Device: Unknown Device&lt;BR /&gt;* Device 3 IDCODE: FFFFFFFF Device: Unknown Device&lt;BR /&gt;* Device 4 IDCODE: FFFFFFFF Device: Unknown Device&lt;BR /&gt;* Device 5 IDCODE: FFFFFFFF Device: Unknown Device&lt;BR /&gt;* Device 6 IDCODE: FFFFFFFF Device: Unknown Device&lt;BR /&gt;* Device 7 IDCODE: FFFFFFFF Device: Unknown Device&lt;BR /&gt;|&lt;BR /&gt;TDI -----&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;###################################################&lt;BR /&gt;#&lt;BR /&gt;# configTAP - Redefine TAP interface&lt;BR /&gt;#&lt;BR /&gt;# scanboard - Scans the target system&lt;BR /&gt;# and returns the JTAG IDCode&lt;BR /&gt;#&lt;BR /&gt;# ir - Loopback test&lt;BR /&gt;#&lt;BR /&gt;###################################################&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Apr 2021 13:10:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/dump-amp-write-flash-rom-for-MPC8543-CPU/m-p/1263860#M7784</guid>
      <dc:creator>drew442</dc:creator>
      <dc:date>2021-04-17T13:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: dump &amp; write flash rom for MPC8543 CPU</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/dump-amp-write-flash-rom-for-MPC8543-CPU/m-p/1265073#M7785</link>
      <description>&lt;P&gt;There is no processor in the JTAG chain.&lt;/P&gt;
&lt;P&gt;Please refer to the board documentation to check whether some configuring is required.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 10:36:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/dump-amp-write-flash-rom-for-MPC8543-CPU/m-p/1265073#M7785</guid>
      <dc:creator>ufedor</dc:creator>
      <dc:date>2021-04-20T10:36:33Z</dc:date>
    </item>
  </channel>
</rss>

