<?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>8-bit MicrocontrollersのトピックRe: HCS08 SPI Double Buffered Receiver?</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/HCS08-SPI-Double-Buffered-Receiver/m-p/131324#M2717</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi again,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;If we go back even further the HC05 (esp C8) has a double buffer on the recieve only and not the transmit side. It also has no recieve overflow.&lt;/DIV&gt;&lt;DIV&gt;But it is actually the double buffering of the transmit side that brings about the greater necessity to have a recieve overflow indicator.&lt;/DIV&gt;&lt;DIV&gt;Having no tx buffer means that you deal with the SPI "byte at a time" this means you may as well read in the recieved byte straight after you load the next tx byte and you won't ever overflow.&lt;/DIV&gt;&lt;DIV&gt;However when you take advantage of the tx double buffer and stack it up this (as Mac pointed out) is when you an get into trouble. You need to read that first recieved byte out before the second last bit of the next one comes in! Of course this is for the master where you have total control, in the slave it is far more important to have the overflow indication.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards&lt;/DIV&gt;&lt;DIV&gt;David&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Oct 2006 18:23:22 GMT</pubDate>
    <dc:creator>peg</dc:creator>
    <dc:date>2006-10-02T18:23:22Z</dc:date>
    <item>
      <title>HCS08 SPI Double Buffered Receiver?</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/HCS08-SPI-Double-Buffered-Receiver/m-p/131319#M2712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Can anyone explain more on this new feature? Or any datasheet explain more about this feature? How can I use this double buffered receiver? Without the overrun flag, I having problem in the transition from HC08 to HCS08. Thank you.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 05:56:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/HCS08-SPI-Double-Buffered-Receiver/m-p/131319#M2712</guid>
      <dc:creator>Sany</dc:creator>
      <dc:date>2006-09-26T05:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: HCS08 SPI Double Buffered Receiver?</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/HCS08-SPI-Double-Buffered-Receiver/m-p/131320#M2713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;A href="http://www.freescale.com/files/microcontrollers/doc/app_note/AN2717.pdf" rel="nofollow" target="_blank"&gt;http://www.freescale.com/files/microcontrollers/doc/app_note/AN2717.pdf&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;AN2717 may be more helpful than the databook description.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 17:52:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/HCS08-SPI-Double-Buffered-Receiver/m-p/131320#M2713</guid>
      <dc:creator>Pingu</dc:creator>
      <dc:date>2006-09-29T17:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: HCS08 SPI Double Buffered Receiver?</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/HCS08-SPI-Double-Buffered-Receiver/m-p/131321#M2714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;Hello,&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;According to AN2717 "&lt;EM&gt;M68HC08 to HCS08 Transition&lt;/EM&gt;", one of the enhancements of the HCS08 SPI is&lt;/FONT&gt;&lt;/DIV&gt;&lt;BLOCKQUOTE dir="ltr"&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&lt;DIV&gt;&lt;FONT color="#6633FF" size="2"&gt;• The HCS08 has a double-buffered receiver; the M68HC08 does not.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;This statement seems to have been made to justify that the overrun flag has been eliminated in the later device.&lt;/FONT&gt;&lt;/DIV&gt;&lt;BLOCKQUOTE dir="ltr"&gt;&lt;DIV&gt;&lt;FONT color="#6633FF" size="2"&gt;• The M68HC08 Family has an interruptible error flag for receiver overruns (when a new byte is received before the previous byte has been read). The HCS08 Family has a double-buffered receiver and therefore does not require a flag or interrupt for this condition.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;However, AN2717 does not attempt to explain any details, but relies on reference to individual data sheets.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;Examination of relevant data sheets leads me to believe that the first statement is misleading, or wrong, with respect to the HC08. &amp;nbsp;I can see little difference between the SPI buffer arrangements of the two devices. The data sheets I have used for comparison are those for the &lt;FONT color="#ff0000"&gt;MC9S08QG8&lt;/FONT&gt; and the &lt;FONT color="#009900"&gt;MC908QB8&lt;/FONT&gt;.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#009900" size="2"&gt;MC908QB8 -&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;Paragraph 15.2 refers to "&lt;FONT color="#009900"&gt;Double-buffered operation with separate transmit and receive registers&lt;/FONT&gt;".&amp;nbsp; This is supported by Fig. 15.2, which shows transmit data register, shift register, and receive data register blocks.&amp;nbsp;&lt;/FONT&gt; &lt;FONT size="2"&gt;This would meet my understanding of the term "double buffering", with the shift register being the primary buffer, and the other registers the secondary buffers.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#ff0000" size="2"&gt;MC9S08QG8 -&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;Paragraph 15.1.1 refers to "&lt;FONT color="#ff0000"&gt;Double-buffered transmit and receive&lt;/FONT&gt;", and Fig. 15.3 shows Tx buffer, SPI shift register, and Rx buffer blocks. This is remarkably similar to the other device.&amp;nbsp;&lt;/FONT&gt; &lt;FONT size="2"&gt;Of course the Rx buffer might actually be a two-level FIFO (which I would consider to provide "triple-buffering"), but I don't think this is the case.&amp;nbsp; Section 15.4 of the data sheet provides the following explanation -&lt;/FONT&gt;&lt;/DIV&gt;&lt;BLOCKQUOTE dir="ltr"&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&lt;DIV&gt;&lt;FONT color="#ff0000" size="2"&gt;Because the transmitter and receiver are double buffered, a second byte, in addition to the byte currently being shifted out, can be queued into the transmit data buffer, and a previously received character can be in the receive data buffer while a new character is being shifted in. The SPTEF flag indicates when the transmit buffer has room for a new character. The SPRF flag indicates when a received character is available in the receive data buffer. The received character must be read out of the receive buffer (read SPID) before the next transfer is finished or a receive overrun error results.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#ff0000" size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#ff0000" size="2"&gt;In the case of a receive overrun, the new data is lost because the receive buffer still held the previous character and was not ready to accept the new data. There is no indication for such an overrun condition so the application system designer must &lt;U&gt;ensure that previous data has been read from the receive buffer before a new transfer is initiated&lt;/U&gt;.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;The final paragraph would seem very good advice to prevent receive overrun, and loss of data, for either MCU type, even where an overrun flag is provided.&amp;nbsp; Of course, this will apply to the SPI master only, but would be valid whether polling or using receive interrupt, and for all SPI clock rates.&amp;nbsp; The method of handling a SPI data transaction should not need to differ between the two types, so it would seem.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;However, if two bytes ever need to be sequentially loaded into the transmit buffer for any reason, there is potential for the second returned byte to be lost due to receive buffer overrun, unless the following situations can apply -&lt;/FONT&gt;&lt;/DIV&gt;&lt;OL&gt;&lt;LI&gt;&lt;FONT size="2"&gt;There is no interest in any returned data - for&amp;nbsp;a send only requirement, or&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT size="2"&gt;Use polling of the SPRF flag, rather than interrupt operation,&amp;nbsp;unless the SPI clock rate is &lt;U&gt;very low&lt;/U&gt;.&amp;nbsp; If polling is used, mask all interrupts from prior to the second byte entering the transmit buffer, until the first returned byte is read from the receive buffer.&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT size="2"&gt;If SPI interrupt operation must be used for the&amp;nbsp;received data, the clock rate would need to be reduced so that the total bus cycles needed to enter the receive ISR, read the receive buffer and clear the interrupt&amp;nbsp;flag, &lt;U&gt;plus the maximum ISR cycles for all other interrupts that may potentially delay processing of the receive interrupt&lt;/U&gt;, must not exceed the bus cycles required for the SPI send process for a single byte.&lt;/FONT&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;FONT size="2"&gt;I would be interested to hear if others agree or disagree with my analysis, and whether I have correctly interpreted the data sheet information.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Regards,&lt;BR /&gt;Mac&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Oct 2006 22:05:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/HCS08-SPI-Double-Buffered-Receiver/m-p/131321#M2714</guid>
      <dc:creator>bigmac</dc:creator>
      <dc:date>2006-10-01T22:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: HCS08 SPI Double Buffered Receiver?</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/HCS08-SPI-Double-Buffered-Receiver/m-p/131322#M2715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi, Mac:&lt;BR /&gt;&lt;BR /&gt;Thanks for the analysis. I thought it was just me. &lt;IMG alt=":smileywink:" class="emoticon emoticon-smileywink" id="smileywink" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-wink.gif" title="Smiley Wink" /&gt;&lt;BR /&gt;&lt;BR /&gt;When I first noticed the "double-buffered" discrepancy, about a year ago, I attributed it to Freescale having forgotten to update the data-sheet. I did not notice the elimination of the overflow flag.&lt;BR /&gt;&lt;BR /&gt;We have not attempted to migrate to any S08 members yet, due to the lack of an ICE, so I have not ported any SPI code. But I know that our code depends on the overflow flag when transaction get hot and heavy.&lt;BR /&gt;&lt;BR /&gt;The double-buffered "enhancement" appears like whitehouse spin for an oversight.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2006 03:34:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/HCS08-SPI-Double-Buffered-Receiver/m-p/131322#M2715</guid>
      <dc:creator>rocco</dc:creator>
      <dc:date>2006-10-02T03:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: HCS08 SPI Double Buffered Receiver?</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/HCS08-SPI-Double-Buffered-Receiver/m-p/131323#M2716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The HC08 and S08 SPI is essentially the same in this regard.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The first doc quote in blue by Mac shows the writer does not know the product.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;(Are there any non double buffered SPI's in HC08's? Because most are.)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The second quote shows that he/she does not have even a basic understanding of the concepts involved.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;(I am sure there are lots of people in lots of different communication fields would love to know how adding a one byte buffer eliminates any chance of overrun on a reciever.)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;So the facts:&lt;/DIV&gt;&lt;DIV&gt;1. There is no double buffer enhancement of the SPI reciever. (It was already there)&lt;/DIV&gt;&lt;DIV&gt;2. The lack of reciever overflow is a deficiency in the S08's SPI which is not overcome by any of the improvements.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards&lt;/DIV&gt;&lt;DIV&gt;David&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2006 08:16:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/HCS08-SPI-Double-Buffered-Receiver/m-p/131323#M2716</guid>
      <dc:creator>peg</dc:creator>
      <dc:date>2006-10-02T08:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: HCS08 SPI Double Buffered Receiver?</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/HCS08-SPI-Double-Buffered-Receiver/m-p/131324#M2717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi again,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;If we go back even further the HC05 (esp C8) has a double buffer on the recieve only and not the transmit side. It also has no recieve overflow.&lt;/DIV&gt;&lt;DIV&gt;But it is actually the double buffering of the transmit side that brings about the greater necessity to have a recieve overflow indicator.&lt;/DIV&gt;&lt;DIV&gt;Having no tx buffer means that you deal with the SPI "byte at a time" this means you may as well read in the recieved byte straight after you load the next tx byte and you won't ever overflow.&lt;/DIV&gt;&lt;DIV&gt;However when you take advantage of the tx double buffer and stack it up this (as Mac pointed out) is when you an get into trouble. You need to read that first recieved byte out before the second last bit of the next one comes in! Of course this is for the master where you have total control, in the slave it is far more important to have the overflow indication.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards&lt;/DIV&gt;&lt;DIV&gt;David&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2006 18:23:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/HCS08-SPI-Double-Buffered-Receiver/m-p/131324#M2717</guid>
      <dc:creator>peg</dc:creator>
      <dc:date>2006-10-02T18:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: HCS08 SPI Double Buffered Receiver?</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/HCS08-SPI-Double-Buffered-Receiver/m-p/131325#M2718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I highlighted this point and the AN2717 is being reviewed as well as the S08QG8 datasheet.&lt;BR /&gt;It is possible a mistake from the datasheet propagated to AN2717 as everything is based on the product datasheet.&lt;BR /&gt;&lt;BR /&gt;The Designer of the module might have been over excited by his realisation...&lt;BR /&gt;&lt;BR /&gt;You have the double buffer in Tx as you can write to the data register when a transmission is in progress, but it's not a new feature at all.&lt;BR /&gt;About the reception, I don't see where the first data would go and the documentation confirms the user should be aware of buffer over-run.&lt;BR /&gt;&lt;BR /&gt;Having the overflow is not really a solution anyway as the error blocks the transmission and further data is lost.&lt;BR /&gt;Without, the transmission can still provide info even if a block is overwritten.&lt;BR /&gt;&lt;SPAN style="font-weight: bold;"&gt;It's really arguable which one is best and really depends on the software designer implementation.&lt;/SPAN&gt;&lt;BR /&gt;Furthermore buffer overrun is not supposed to happen in a system as if you're not able to deal with the traffic at one point you are likely to get an overflow again and again.... &lt;BR /&gt;The time spent in the Interrupt Sub-Rouitne is supposed to take into account the throughput of the SPI and other interrupt occurences.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;Alban.&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2006 20:30:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/HCS08-SPI-Double-Buffered-Receiver/m-p/131325#M2718</guid>
      <dc:creator>Alban</dc:creator>
      <dc:date>2006-10-02T20:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: HCS08 SPI Double Buffered Receiver?</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/HCS08-SPI-Double-Buffered-Receiver/m-p/131326#M2719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;Hello Alban,&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;I actually didn't see any inconsistency in the S08QG8 data sheet, only within AN2717.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;In fact, as you have pointed out, &amp;nbsp;it is the data sheet that suggests that the double Tx buffering should not actually be utilised in order to prevent Rx overrun for the master - and I totally agree, and cannot see any particular operational disadvantage to this limitation.&amp;nbsp; Since a received data byte cannot be held in the SPI shift register without the overrun condition occuring (even though no further byte is sent to overwrite the shift register), the receive process would need to be triple-buffered in order to cope with the double-buffered send, without risk of overrun.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;As Peg has already stated, the greatest potential for Rx overrun is for SPI slave operation.&amp;nbsp; When the MCU is required to operate as a slave, the&amp;nbsp;solution to a potential&amp;nbsp;receive overrun problem could be either a&amp;nbsp;slower SPI clock rate from the master, or for the master to allow adequate delay between the sending of consecutive bytes.&amp;nbsp; Another possible solution might be for the slave MCU to provide a "ready" handshake signal to the master MCU, in response to /SS being asserted.&amp;nbsp; While somewhat more complex, this may be the most reliable method when there are lengthy&amp;nbsp;or highly variable ISR processes&amp;nbsp;associated with the slave firmware.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;Regards,&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;Mac&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 00:16:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/HCS08-SPI-Double-Buffered-Receiver/m-p/131326#M2719</guid>
      <dc:creator>bigmac</dc:creator>
      <dc:date>2006-10-03T00:16:08Z</dc:date>
    </item>
  </channel>
</rss>

