<?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: Serial Bootloader (AN2153) for S12X in S12 / MagniV Microcontrollers</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Serial-Bootloader-AN2153-for-S12X/m-p/133062#M1811</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks Michael,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;but I did already find another solution; the &lt;A href="http://www.freescale.com/files/microcontrollers/doc/app_note/AN1718.pdf" rel="nofollow" target="_blank"&gt;AN1718&lt;/A&gt; contains a serial bootloader which copies the code from Flash to RAM, and by combining it with &lt;A href="http://www.freescale.com/files/microcontrollers/doc/app_note/AN2153.pdf" rel="nofollow" target="_blank"&gt;AN2153&lt;/A&gt; (which relies on overlapping Flash and RAM, which does not work on a S12X), I think I now have a working solution (haven't tested it yet though).&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Sten&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="1"&gt;(Alban edited to link AppNotes to faciliate searches)&lt;/FONT&gt;&lt;/DIV&gt;&lt;P&gt;Message Edited by Alban on &lt;SPAN class="date_text"&gt;04-26-2006&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;11:41 AM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Apr 2006 17:02:53 GMT</pubDate>
    <dc:creator>Sten</dc:creator>
    <dc:date>2006-04-26T17:02:53Z</dc:date>
    <item>
      <title>Serial Bootloader (AN2153) for S12X</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Serial-Bootloader-AN2153-for-S12X/m-p/133060#M1809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Has anybody converted the AN2153 Serial Bootloader for 9S12 to the S12X-family? The original code does move the 9S12 RAM to overlap the upper Flash, but that is not possible with the S12X. To avoid reinventing the wheel; can anybody point me to some information how to do the same job on the S12X-family?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;thx&lt;/DIV&gt;&lt;DIV&gt;Sten&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2006 16:44:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Serial-Bootloader-AN2153-for-S12X/m-p/133060#M1809</guid>
      <dc:creator>Sten</dc:creator>
      <dc:date>2006-04-20T16:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Serial Bootloader (AN2153) for S12X</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Serial-Bootloader-AN2153-for-S12X/m-p/133061#M1810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;Hey Sten,&lt;/P&gt;&lt;P&gt;I used &lt;A href="http://www.freescale.com/files/microcontrollers/doc/app_note/AN2720.pdf" rel="nofollow" target="_blank"&gt;AN 2720&lt;/A&gt; to program and erase flash.&amp;nbsp; It has a few functions in it that let you initialize the flash module, program a flash word, and erase a flash sector (including the function that copies the flash code that needs to run out of RAM).&amp;nbsp; You'll need to make some changes though, because of the way the S12X handles global&amp;nbsp;address aceess&amp;nbsp;(theres a&amp;nbsp;thread&amp;nbsp;I started&amp;nbsp;about this earlier that explains the difference).&amp;nbsp; Once you get those function working, writing an application that reads an S-Record file through SCI is pretty straight forward.&lt;/P&gt;&lt;P&gt;I hope that helps...&lt;/P&gt;&lt;P&gt;- Michael&lt;/P&gt;&lt;P&gt;&lt;FONT size="1"&gt;(Alban linked AppNote)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Message Edited by Alban on &lt;SPAN class="date_text"&gt;04-26-2006&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;11:40 AM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 14:13:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Serial-Bootloader-AN2153-for-S12X/m-p/133061#M1810</guid>
      <dc:creator>MichaelA</dc:creator>
      <dc:date>2006-04-26T14:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Serial Bootloader (AN2153) for S12X</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Serial-Bootloader-AN2153-for-S12X/m-p/133062#M1811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks Michael,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;but I did already find another solution; the &lt;A href="http://www.freescale.com/files/microcontrollers/doc/app_note/AN1718.pdf" rel="nofollow" target="_blank"&gt;AN1718&lt;/A&gt; contains a serial bootloader which copies the code from Flash to RAM, and by combining it with &lt;A href="http://www.freescale.com/files/microcontrollers/doc/app_note/AN2153.pdf" rel="nofollow" target="_blank"&gt;AN2153&lt;/A&gt; (which relies on overlapping Flash and RAM, which does not work on a S12X), I think I now have a working solution (haven't tested it yet though).&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Sten&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="1"&gt;(Alban edited to link AppNotes to faciliate searches)&lt;/FONT&gt;&lt;/DIV&gt;&lt;P&gt;Message Edited by Alban on &lt;SPAN class="date_text"&gt;04-26-2006&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;11:41 AM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 17:02:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Serial-Bootloader-AN2153-for-S12X/m-p/133062#M1811</guid>
      <dc:creator>Sten</dc:creator>
      <dc:date>2006-04-26T17:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Serial Bootloader (AN2153) for S12X</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Serial-Bootloader-AN2153-for-S12X/m-p/133063#M1812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I'm still struggling to get the serial bootloader to work on the 9S12XDP512. It seems to be so close, but .... Can anybody help me to find the error in the programming routine below.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;When I run it in the debugger and have a break at the 'dec&amp;nbsp;NumWords,sp' in the programming loop, it works fine. But if I let the program loop run freely (having a break in the beginning of the verify loop), every second or every third word will remain unprogrammed.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The routine is entered with 16 words (32 bytes) from a S19-file to program, but six of the words fail to program (remains FF FF). It seems to be some timing problem, but I can't figure it out.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="msg_source_code"&gt;&lt;SPAN class="text_smallest"&gt;&lt;FONT face="Courier New" size="2"&gt;Code:&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;PRE&gt;&lt;FONT size="2"&gt;               INCLUDE         'mc9s12xdp512.inc'.....FCLKDIVVal:     equ             19                              ; value for the FCLKDIV register. (4MHz oscillator).....                ldab            #FCLKDIVVal                     ; value for the Flash clock divider register.                stab            FCLKDIV.....ProgFBlock:     ldab            DataBytes,pcr                   ; get the block size.                lsrb                                            ; divide the byte count by 2 since we program a word at a time.                pshb                                            ; allocate the local (NumWords,sp).                ldx             PPAGEWAddr,pcr                  ; get the PPAGE window Flash address.                leay            SRecData,pcr                    ; point to the received S-Record data.ProgLoop:       ldd             2,y+                            ; get a word from the buffer.                std             2,x+                            ; latch the address &amp;amp; data into the Flash program/erase buffers.                ldab            #PROG                           ; get the program command.                stab            FCMD                            ; write it to the command register.                ldab            #mFSTAT_CBEIF                   ; start the command by writing a 1 to CBEIF.                stab            FSTAT                nop                nop                nop                nop                ldab            FSTAT                           ; check to see if there was a problem executing the command.                bitb            #mFSTAT_PVIOL+mFSTAT_ACCERR     ; if either the PVIOL or ACCERR bit is set,                bne             Return                          ; return.                brclr           FSTAT,#mFSTAT_CBEIF,*           ; wait here till the command buffer is empty.                dec             NumWords,sp                     ; any more words to program—                bne             ProgLoop                        ; yes. continue until done.                brclr           FSTAT,#mFSTAT_CCIF,*            ; no. wait until all commands complete.;                ldab            DataBytes,pcr                   ; get the block size.                lsrb                                            ; divide the byte count by 2 since we verify a word at a time.                stab            NumWords,sp                     ldx             PPAGEWAddr,pcr                  ; get the PPAGE window Flash address.                leay            SRecData,pcr                    ; point to the received S-Record data.VerfLoop:       ldd             2,y+                            ; get a word from the buffer.                cpd             2,x+                            ; same as the word in Flash–                bne             Return                          ; no. return w/ an error (!= condition).                dec             NumWords,sp                     ; yes. done comparing all words˜                bne             VerfLoop                        ; no. compare some more.;Return:         pulb                                            ; deallocate the local.                rts                                             ; return.&lt;/FONT&gt;&lt;/PRE&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;PS. I'm using CW for HC12 v. 4.5 build 6037&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2006 15:24:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Serial-Bootloader-AN2153-for-S12X/m-p/133063#M1812</guid>
      <dc:creator>Sten</dc:creator>
      <dc:date>2006-05-16T15:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Serial Bootloader (AN2153) for S12X</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Serial-Bootloader-AN2153-for-S12X/m-p/133064#M1813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;I got it working myself by changing the prog_loop to directly check the CCIF-bit instead of the CBEIF-bit:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="msg_source_code"&gt;&lt;SPAN class="text_smallest"&gt;Code:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;                bitb            #mFSTAT_PVIOL+mFSTAT_ACCERR     ; if either the PVIOL or ACCERR bit is set,                bne             Return                          ; return.                brclr           FSTAT,#mFSTAT_CCIF,*            ; wait here until all commands complete.                dec             NumWords,sp                     ; any more words to program—                bne             ProgLoop                        ; yes. continue until done.;                ldab            DataBytes,pcr                   ; get the block size.&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Can somebody explain why the code checking the CBEIF-bit did not work, but this does?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2006 19:12:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Serial-Bootloader-AN2153-for-S12X/m-p/133064#M1813</guid>
      <dc:creator>Sten</dc:creator>
      <dc:date>2006-05-16T19:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Serial Bootloader (AN2153) for S12X</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Serial-Bootloader-AN2153-for-S12X/m-p/133065#M1814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Waiting for buffer-empty is supposed to work for speed programming, but you can never continue on after it's programmed until all programming commands are complete. Oh maybe you did that, I'll try to look at it more.&lt;BR /&gt;&lt;BR /&gt;Oh, I can't tell where this program resides, or where it goes back to when it exits.&lt;BR /&gt;&lt;BR /&gt;Also maybe check errata. It's been common to give us great ideas in the specification, then tell us only in the errata that it will do us no good.&lt;P&gt;Message Edited by imajeff on &lt;SPAN class="date_text"&gt;05-16-2006&lt;/SPAN&gt;&lt;SPAN class="time_text"&gt;08:24 AM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2006 21:17:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Serial-Bootloader-AN2153-for-S12X/m-p/133065#M1814</guid>
      <dc:creator>imajeff</dc:creator>
      <dc:date>2006-05-16T21:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: Serial Bootloader (AN2153) for S12X</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Serial-Bootloader-AN2153-for-S12X/m-p/133066#M1815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;BTW it helps me if you show the assebly listing so it shows what the symbols resolved to, as well as what addresses in memory.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2006 21:28:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Serial-Bootloader-AN2153-for-S12X/m-p/133066#M1815</guid>
      <dc:creator>imajeff</dc:creator>
      <dc:date>2006-05-16T21:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: Serial Bootloader (AN2153) for S12X</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Serial-Bootloader-AN2153-for-S12X/m-p/133067#M1816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;Thanks Imajeff, but I have checked the erratas, and&amp;nbsp;my chipset&amp;nbsp;(0L15Y) does not&amp;nbsp;include anything about programming Flash.&lt;/P&gt;&lt;P&gt;Here is the disassembled listing of the (not working version of the) program loop (almost identical to the AN2153). I did read somewhere on the forum a note about a delay before the CBEIF-bit is cleared, so I did put in the NOPs, but they did not help.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="msg_source_code"&gt;&lt;SPAN class="text_smallest"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;a00FAFA E6FA 02D7   ProgFBlock:     ldab            DataBytes,pcra00FAFE 54                          lsrba00FAFF 37                          pshba00FB00 EEFA 02D2                   ldx             PPAGEWAddr,pcra00FB04 19FA 02D3                   leay            SRecData,pcra00FB08 EC71        ProgLoop:       ldd             2,y+a00FB0A 6C31                        std             2,x+a00FB0C C620                        ldab            #PROGa00FB0E 7B01 06                     stab            FCMDa00FB11 C680                        ldab            #mFSTAT_CBEIFa00FB13 7B01 05                     stab            FSTATa00FB16 A7                          nopa00FB17 A7                          nopa00FB18 A7                          nopa00FB19 A7                          nopa00FB1A F601 05                     ldab            FSTATa00FB1D C530                        bitb            #mFSTAT_PVIOL+mFSTAT_ACCERRa00FB1F 2627                        bne             Returna00FB21 1F01 0580                   brclr           FSTAT,#mFSTAT_CBEIF,* 00FB25 FB         a00FB26 6380                        dec             NumWords,spa00FB28 26DE                        bne             ProgLoopa00FB2A 1F01 0540                   brclr           FSTAT,#mFSTAT_CCIF,* 00FB2E FB                             ;a00FB2F E6FA 02A2                   ldab            DataBytes,pcra00FB33 54                          lsrba00FB34 6B80                        stab            NumWords,spa00FB36 EEFA 029C                   ldx             PPAGEWAddr,pcra00FB3A 19FA 029D                   leay            SRecData,pcra00FB3E EC71        VerfLoop:       ldd             2,y+a00FB40 AC31                        cpd             2,x+a00FB42 2604                        bne             Returna00FB44 6380                        dec             NumWords,spa00FB46 26F6                        bne             VerfLoop                    ;a00FB48 33          Return:         pulba00FB49 3D                          rts&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;When I change the program so that the loop checks the CCIF-bit instead of the CBEIF, it works fine, but as this it leaves every second or every third word unprogrammed.&lt;/P&gt;&lt;P&gt;Note! The program is moved to RAM before executing, so the addresses in the listing will acutally be above 2000 instead of F800.&lt;/P&gt;&lt;P&gt;This is not so critical anymore, because I have a working version, but it would be interesting to know why the CBEIF-approach doesn't work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2006 12:32:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Serial-Bootloader-AN2153-for-S12X/m-p/133067#M1816</guid>
      <dc:creator>Sten</dc:creator>
      <dc:date>2006-05-17T12:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Serial Bootloader (AN2153) for S12X</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Serial-Bootloader-AN2153-for-S12X/m-p/133068#M1817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;w/o trying it, my first guess is to increase that delay (before testing CBEIF) until it works, then I'm curious how long it needs to be. Eventually, increasing that delay would work, although there might be a better solution I can't see yet. That is of course because eventually the delay would be long enough that the command would always be complete :-/&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2006 22:36:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Serial-Bootloader-AN2153-for-S12X/m-p/133068#M1817</guid>
      <dc:creator>imajeff</dc:creator>
      <dc:date>2006-05-17T22:36:54Z</dc:date>
    </item>
    <item>
      <title>Serial Bootloaders for the S12XD and the 9S12C128</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Serial-Bootloader-AN2153-for-S12X/m-p/133069#M1818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am needing an assembly bootloaders for these two chips.&amp;nbsp; I can write my own but if it has already been done that would be greatly appreciated.&amp;nbsp; I have seen some mention in the "Files" section but I can not locate that either.&amp;nbsp; Thank you,&amp;nbsp;AllanO&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 23:30:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Serial-Bootloader-AN2153-for-S12X/m-p/133069#M1818</guid>
      <dc:creator>allano</dc:creator>
      <dc:date>2012-09-04T23:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Serial Bootloaders for the S12XD and the 9S12C128</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Serial-Bootloader-AN2153-for-S12X/m-p/133070#M1819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this link:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=S12D&amp;amp;tab=Documentation_Tab&amp;amp;pspll=1&amp;amp;SelectedAsset=Documentation&amp;amp;ProdMetaId=PID/DC/S12D&amp;amp;fromPSP=true&amp;amp;assetLockedForNavigation=true&amp;amp;componentId=2&amp;amp;leftNavCode=1&amp;amp;pageSize=25&amp;amp;Documentation=Documentation/00210KscRcb%60%60Application%20Notes&amp;amp;fpsp=1&amp;amp;linkline=Application%20Notes#" rel="nofollow" target="_blank"&gt;http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=S12D&amp;amp;tab=Documentation_Tab&amp;amp;pspll=1&amp;amp;SelectedAsset=Documentation&amp;amp;ProdMetaId=PID/DC/S12D&amp;amp;fromPSP=true&amp;amp;assetLockedForNavigation=true&amp;amp;componentId=2&amp;amp;leftNavCode=1&amp;amp;pageSize=25&amp;amp;Documentation=Documentation/00210KscRcb%60%60Application%20Notes&amp;amp;fpsp=1&amp;amp;linkline=Application%20Notes#&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then click on application notes at the left. There are several downloader app notes there, and some of them have software archives.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2012 19:00:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Serial-Bootloader-AN2153-for-S12X/m-p/133070#M1819</guid>
      <dc:creator>freescale_dude</dc:creator>
      <dc:date>2012-09-05T19:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Serial Bootloaders for the S12XD and the 9S12C128</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Serial-Bootloader-AN2153-for-S12X/m-p/133071#M1820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks I will try them.&lt;/P&gt;&lt;P&gt;Allan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2012 16:45:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Serial-Bootloader-AN2153-for-S12X/m-p/133071#M1820</guid>
      <dc:creator>allano</dc:creator>
      <dc:date>2012-09-14T16:45:28Z</dc:date>
    </item>
  </channel>
</rss>

