<?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>OSBDM and TBDMLのトピックRe: USBDM and HCS12 9S12D64, read/write problems</title>
    <link>https://community.nxp.com/t5/OSBDM-and-TBDML/USBDM-and-HCS12-9S12D64-read-write-problems/m-p/501005#M3350</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much PGO for such quick answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking at the memory map of the uC, the region paged is just between 0x8000 and 0xBFFF, that in this particular case, have 4 pages. The first 0x0000 to 0x4000 are irrelevant.. right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Memory-MC9S12D64.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/54289iA9327AEBDA9D01BA/image-size/large?v=v2&amp;amp;px=999" role="button" title="Memory-MC9S12D64.jpg" alt="Memory-MC9S12D64.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can download the following file, where i have inlcuded the dump that I got (version 3.5), and the dump from X-Prog (version 4.5):&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;A href="https://www.dropbox.com/s/ae7j7p392hcok27/9S12D64_firms.rar?dl=0" title="https://www.dropbox.com/s/ae7j7p392hcok27/9S12D64_firms.rar?dl=0"&gt;Dropbox - 9S12D64_firms.rar&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking for the debug version of the programmer (I don't find it), and also trying to program it with codewarrior suite that it's my first contact with this enviroment, so its a bit difficult.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will update you asap with any sucess.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again... thanks for your time.. :smileyhappy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jan 2016 21:05:01 GMT</pubDate>
    <dc:creator>potros</dc:creator>
    <dc:date>2016-01-20T21:05:01Z</dc:date>
    <item>
      <title>USBDM and HCS12 9S12D64, read/write problems</title>
      <link>https://community.nxp.com/t5/OSBDM-and-TBDML/USBDM-and-HCS12-9S12D64-read-write-problems/m-p/501003#M3348</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;I would like to ask for help as i'm a bit desperated. I will try to be as clear and short as possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My task is to upgrade a 9S12D64 with a newer version of software (no matter about what). My first idea was to read the unit (to have a backup), and I did it without problems with the memory dump utility, reading from 0x0000 to 0xFFFF (in reality I read from 0x4000 as the first part is RAM area). It generates a good loking S19 file, but I looking inside the file, it's strange to find that the adress from 0x4000 up to 0x5000 was empty (0xFF)... it sound like a mistake in the read procedure from my side.. perhaps i did something wrong... can someone tell me if I get a correct (and complete) dump?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="MemoryDump.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/52135i867BBBEB006F99C7/image-size/large?v=v2&amp;amp;px=999" role="button" title="MemoryDump.jpg" alt="MemoryDump.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After get different readings, believing that I had a backup of it, I tried to write back the same data (from the .s19 file)... I didn't success, and soon I get realized that the HCS12 must be erased, so I did it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally it started to write data on the device, but at the 2/3 of the process it stops and launch an error because the memory was not empty. After some time, I get realized that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The memory from&lt;STRONG&gt; 0x0000 up to 0x7FFF&lt;/STRONG&gt; is correctly written&lt;/LI&gt;&lt;LI&gt;The memory from &lt;STRONG&gt;0x8000 up to 0xBDDD&lt;/STRONG&gt; is written starting in the address 0x5000, and as it was previusly written, now is not empty, so the error appears&lt;/LI&gt;&lt;LI&gt;The memory from &lt;STRONG&gt;0xC000 up to 0xFFFF&lt;/STRONG&gt; is correctly written&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So as it seems it's a remap problem, I dig into the HCS12 programmer, and in found where the device is defined (hcs12_devices.xml), and I changed this line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;&amp;lt;memoryRange start="0x8000" end="0xBFFF" pageReset="0x3E" pages="64K"&amp;nbsp; pageEnd="0x3F" /&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;for this other:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;&amp;lt;memoryRange start="0x8000" end="0xBFFF" /&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And now, I can write the device without error... but I guess this is a big mistake, and the definition of the device was Ok, and i'm a stupid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally.. i tried to write the device with a new firmware that was readed by x-prog hardware, and I have two files. One for the flash (from 0x0000 to 0xFFFF, 64k), and another for the eeprom (just 1K). I wrote the flash part (without problems but with the modification in the hc12_devices.xml file), but no idea how can I write the Eeprom file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Obviusly, right now I have a device that makes nothing... not sure if it's because the eeprom was not written, or because the way to program it was not correct (probably both)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably this is a very basic and noob problem but I thank you very much if you can help me, explaining me what i'm doing wrong, or the correct procedure to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your time and attention.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 22:47:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/OSBDM-and-TBDML/USBDM-and-HCS12-9S12D64-read-write-problems/m-p/501003#M3348</guid>
      <dc:creator>potros</dc:creator>
      <dc:date>2016-01-19T22:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: USBDM and HCS12 9S12D64, read/write problems</title>
      <link>https://community.nxp.com/t5/OSBDM-and-TBDML/USBDM-and-HCS12-9S12D64-read-write-problems/m-p/501004#M3349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Potros,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It has been quite a while since I have looked as 9S12 devices so I may be a bit foggy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to the memory map in the manual (p27) the D64 supports paging with 64K flash with the last page being 0x3F so I think the original entry was correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To read the original chip it is necessary to use paged addresses (I believe from memory!).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Possible reasons for error on programming:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The paging isn't the way I think it is :smileyhappy:&lt;/LI&gt;&lt;LI&gt;The Flash is also in banks internally and there is some manipulation necessary to program the correct bank - I may have this incorrect.&lt;/LI&gt;&lt;LI&gt;The memory image you are using is not in the correct format (e.g. assumes a different page mapping - it is not uncommon for this to be wrong.&amp;nbsp; For example some images assume non-implemented page register bits so the pages don't go 0x3E, 0x3F.&amp;nbsp; It may also assume a flat memory map (no paging).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Can you post your image so I can check the paging please.&amp;nbsp; &lt;/LI&gt;&lt;LI&gt;Use the debug version of the programmer and post the two log files from %APPDATA%\usbdm&lt;/LI&gt;&lt;LI&gt;I will review the programming code tonight&lt;/LI&gt;&lt;LI&gt;If you are using Codewarrior you can program the device within the Codewarrior debugger and it will use an internal algorithm - not USBDM code at all so this would be a good check.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 05:09:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/OSBDM-and-TBDML/USBDM-and-HCS12-9S12D64-read-write-problems/m-p/501004#M3349</guid>
      <dc:creator>pgo</dc:creator>
      <dc:date>2016-01-20T05:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: USBDM and HCS12 9S12D64, read/write problems</title>
      <link>https://community.nxp.com/t5/OSBDM-and-TBDML/USBDM-and-HCS12-9S12D64-read-write-problems/m-p/501005#M3350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much PGO for such quick answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking at the memory map of the uC, the region paged is just between 0x8000 and 0xBFFF, that in this particular case, have 4 pages. The first 0x0000 to 0x4000 are irrelevant.. right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Memory-MC9S12D64.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/54289iA9327AEBDA9D01BA/image-size/large?v=v2&amp;amp;px=999" role="button" title="Memory-MC9S12D64.jpg" alt="Memory-MC9S12D64.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can download the following file, where i have inlcuded the dump that I got (version 3.5), and the dump from X-Prog (version 4.5):&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;A href="https://www.dropbox.com/s/ae7j7p392hcok27/9S12D64_firms.rar?dl=0" title="https://www.dropbox.com/s/ae7j7p392hcok27/9S12D64_firms.rar?dl=0"&gt;Dropbox - 9S12D64_firms.rar&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking for the debug version of the programmer (I don't find it), and also trying to program it with codewarrior suite that it's my first contact with this enviroment, so its a bit difficult.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will update you asap with any sucess.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again... thanks for your time.. :smileyhappy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 21:05:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/OSBDM-and-TBDML/USBDM-and-HCS12-9S12D64-read-write-problems/m-p/501005#M3350</guid>
      <dc:creator>potros</dc:creator>
      <dc:date>2016-01-20T21:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: USBDM and HCS12 9S12D64, read/write problems</title>
      <link>https://community.nxp.com/t5/OSBDM-and-TBDML/USBDM-and-HCS12-9S12D64-read-write-problems/m-p/501006#M3351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally I program it correctly with the codewarrior debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this , i tried to work with the USBDM tools, and I have found that the "USBDM Memory Dump" don't work correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;When the first section is disabled using 0 as width, nothing is readed. This is a capture of the tool after press "Read Memory"&lt;/LI&gt;&lt;/UL&gt;&lt;P style="padding-left: 60px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Captura1.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/36963i75C50A5E184BA318/image-size/large?v=v2&amp;amp;px=999" role="button" title="Captura1.jpg" alt="Captura1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Acording with the physical memory organization, there are 4 pages (in this case of 64kB). Two of this pages are directly linked to a fixed memory address, and the first to pages can be selected by a register, to be shown in the range 8000-BFFF. Take a look:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Captura2.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/37006i7671A5E3DD1A787E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Captura2.jpg" alt="Captura2.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;This means that:&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI&gt;Range from 0x4000-0x7FFF: is liked with 0x3E8000-0x3EBFFF&lt;/LI&gt;&lt;LI&gt;Range from 0x8000-0xBFFF: can be linked with 0x3C8000-0x3CBFFF OR with 0x3D8000-0x3DBFFF&lt;/LI&gt;&lt;LI&gt;Range from 0xC000-0xFFFF: is linked with 0x3F8000-0x3FBFFF&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;If I try to read those four segments with the dump tool, I just get the same segment (the first one, so starting with 0x3C8000) copied 4 times.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't try to write. I think is better to have a correct dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this can help you PGO. Let me know how can I help you. I didn't find any "debug" version of your suite.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Jan 2016 01:20:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/OSBDM-and-TBDML/USBDM-and-HCS12-9S12D64-read-write-problems/m-p/501006#M3351</guid>
      <dc:creator>potros</dc:creator>
      <dc:date>2016-01-31T01:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: USBDM and HCS12 9S12D64, read/write problems</title>
      <link>https://community.nxp.com/t5/OSBDM-and-TBDML/USBDM-and-HCS12-9S12D64-read-write-problems/m-p/501007#M3352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Potros,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The simple answer is that the Memory dump program doesn't support paged addresses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have rectified this in the current version just uploaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have confirmed operation with a MC9S12A64 chip which is similar to the one you are using.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;It was tested it with a memory image that filled the entire memory (Flash+eeprom) with random data.&lt;/LI&gt;&lt;LI&gt;This image was programmed to the target using the MC9S12A64ALT device which locates the EEPROM@0x1000.&lt;/LI&gt;&lt;LI&gt;The following settings were used to read the data back using the current version of USBDM_MemoryDump&lt;/LI&gt;&lt;/UL&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/59717iE84B9D5DC3DBC0D7/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;UL&gt;&lt;LI&gt;The saved image was the same as the original apart from S0/S9 records.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 00:11:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/OSBDM-and-TBDML/USBDM-and-HCS12-9S12D64-read-write-problems/m-p/501007#M3352</guid>
      <dc:creator>pgo</dc:creator>
      <dc:date>2016-02-05T00:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: USBDM and HCS12 9S12D64, read/write problems</title>
      <link>https://community.nxp.com/t5/OSBDM-and-TBDML/USBDM-and-HCS12-9S12D64-read-write-problems/m-p/501008#M3353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi PGO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for my late answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have checked it and it works well right now :smileyhappy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have some doubts about specific regions, but its a matter of play and understand correctly how the uC works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your help and time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 21:13:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/OSBDM-and-TBDML/USBDM-and-HCS12-9S12D64-read-write-problems/m-p/501008#M3353</guid>
      <dc:creator>potros</dc:creator>
      <dc:date>2016-03-10T21:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: USBDM and HCS12 9S12D64, read/write problems</title>
      <link>https://community.nxp.com/t5/OSBDM-and-TBDML/USBDM-and-HCS12-9S12D64-read-write-problems/m-p/501009#M3354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Pgo,&lt;/P&gt;&lt;P&gt;I am working with MC9S08AC128 and MC09S12Q128 MCUs, but can not correctly read the memory with Memory Dump. I see You place the exaple for&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;MC9S12A64ALT. Can You place and examples for&amp;nbsp;&lt;SPAN style="color: #3d3d3d;"&gt;MC9S08AC128 and MC09S12Q128 for paged memory reading?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 08:36:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/OSBDM-and-TBDML/USBDM-and-HCS12-9S12D64-read-write-problems/m-p/501009#M3354</guid>
      <dc:creator>vasilkostadinow</dc:creator>
      <dc:date>2017-10-19T08:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: USBDM and HCS12 9S12D64, read/write problems</title>
      <link>https://community.nxp.com/t5/OSBDM-and-TBDML/USBDM-and-HCS12-9S12D64-read-write-problems/m-p/501010#M3355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Dear Pgo,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;I am working with MC9S08AC128 and MC09S12Q128 MCUs, but can not correctly read the memory with Memory Dump. I see You place the exaple for&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;MC9S12A64ALT. Can You place and examples for&amp;nbsp;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;MC9S08AC128 and MC09S12Q128 for paged memory reading?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 08:39:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/OSBDM-and-TBDML/USBDM-and-HCS12-9S12D64-read-write-problems/m-p/501010#M3355</guid>
      <dc:creator>vasilkostadinow</dc:creator>
      <dc:date>2017-10-19T08:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: USBDM and HCS12 9S12D64, read/write problems</title>
      <link>https://community.nxp.com/t5/OSBDM-and-TBDML/USBDM-and-HCS12-9S12D64-read-write-problems/m-p/501011#M3356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi pgo,&lt;/P&gt;&lt;P&gt;Could you tell me about "Initialzation"?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Initialization.JPG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/62331iC00CE7BB79F29DDF/image-size/large?v=v2&amp;amp;px=999" role="button" title="Initialization.JPG" alt="Initialization.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is it write 0x11 to 0x12(adress of memory)?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Boone&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Apr 2019 14:08:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/OSBDM-and-TBDML/USBDM-and-HCS12-9S12D64-read-write-problems/m-p/501011#M3356</guid>
      <dc:creator>Wuzhong</dc:creator>
      <dc:date>2019-04-27T14:08:42Z</dc:date>
    </item>
  </channel>
</rss>

