<?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>Other NXP ProductsのトピックRe: A general question about MPC83xx Load/Store Unit.. Just for personal interest.</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/A-general-question-about-MPC83xx-Load-Store-Unit-Just-for/m-p/162689#M879</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya, Why not after you get how you want, ha?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will check the MPC603e manual to find out the things.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Speaking of whether or not being trivial, I am just very very curious about it, what it does, how it does.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's what it all adds up to.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate your so kind answers very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Aug 2011 07:34:27 GMT</pubDate>
    <dc:creator>ShawnBai</dc:creator>
    <dc:date>2011-08-31T07:34:27Z</dc:date>
    <item>
      <title>A general question about MPC83xx Load/Store Unit.. Just for personal interest.</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/A-general-question-about-MPC83xx-Load-Store-Unit-Just-for/m-p/162683#M873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, here is a question with Load/Store Unit. The CPU is MPC837xE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let's say that,&amp;nbsp; there is one Nor Flash locating at CS0 of eLBC,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and its data width is 16-bit, that is, 16-bit data comes&amp;nbsp; out when it is read each time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is no hardware signal like ' byte selection from the 2 bytes ' .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The base address of CS0 is 0xFF800000.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;now, let's read one byte in this nor flash, for example,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;unsigned char ch = 0;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ch = *(unsigned char *)(0xFF800000);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After disassemble,&amp;nbsp;&amp;nbsp; this C statement is as following in assembly language:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;lis r5, 0xFF80&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;lbz&amp;nbsp; r31,&amp;nbsp; 0(r5)&amp;nbsp;&amp;nbsp; //&amp;nbsp; an register&amp;nbsp; indirect with immediate index mode addressing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is the point&amp;nbsp; I am interested in .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;lbz is a load instruction, which indicates a read command. and&lt;/P&gt;&lt;P&gt;0(r5)&amp;nbsp; indicates the address where&amp;nbsp; data locates.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This address will enter into Nor flash CS0 address space.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;READ command&amp;nbsp; and Address will validate CS0, OE#, address lines&amp;nbsp; in Nor Flash.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After this read, Nor Flash chip will return 2-byte data to eLBC.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But,&amp;nbsp; how is it determined that which of these 2 bytes data is needed ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am very curious about this ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there another layer underneath the assembly language?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Assembly language codes will&amp;nbsp; be transformed into kinds of hardware signal, aren't they ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there anyone who can help with this question and go any further?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Aug 2011 15:33:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/A-general-question-about-MPC83xx-Load-Store-Unit-Just-for/m-p/162683#M873</guid>
      <dc:creator>ShawnBai</dc:creator>
      <dc:date>2011-08-27T15:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: A general question about MPC83xx Load/Store Unit.. Just for personal interest.</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/A-general-question-about-MPC83xx-Load-Store-Unit-Just-for/m-p/162684#M874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Power architecture has a long history involving IBM, Motorola and Apple. There are a large number of inplementations of this architecture. It wouldn't be worth putting everything about the CPU into every implementation's manual.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The manuals are written like the Harry Potter Series. If you pick up the last one in the series it is ASSUMED you've read all the previous ones. The same applies here - sort of, except there's a big branching tree of books rather than a single linear series. Maybe reading "War and Peace" is a better example :smileyhappy:.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;So there are Architecture Reference Manuals, specific Core Reference manuals and so on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Reference Manual for the MPC8306 states at the top of the "e300 Processor Core Overview﻿":&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For additional information, see e300 Power Architecture™ Core Family Reference Manual.﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That manual refers to previous implementations (like the MPC603e) and assumes you know all about that one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However the section "3.1.1 Data Organization in Memory and Memory Operands﻿" is what you should read to answer your question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Big Endian" versus "Little Endian" goes back to Gulliver's Travels:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://en.wikipedia.org/wiki/Big_endian#Etymology" rel="nofollow" target="_blank"&gt;http://en.wikipedia.org/wiki/Big_endian#Etymology&lt;/A&gt;﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tom (A Random Poster)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Aug 2011 13:12:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/A-general-question-about-MPC83xx-Load-Store-Unit-Just-for/m-p/162684#M874</guid>
      <dc:creator>TomE</dc:creator>
      <dc:date>2011-08-28T13:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: A general question about MPC83xx Load/Store Unit.. Just for personal interest.</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/A-general-question-about-MPC83xx-Load-Store-Unit-Just-for/m-p/162685#M875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well.&lt;/P&gt;&lt;P&gt;I get what you mean, but, I don't think what I ask is the same with what you reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my opinion, it's not the question with endian.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ok, then, let's say, MPC837xE is running in big-endian, ok?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Assume there are two bytes addressed from offset zero from flash bank base address,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Offset&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;Data&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0xab&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x12&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this nor flash is 16-bit width. so every time reading it , 16-bit data will be returned.&lt;/P&gt;&lt;P&gt;It's real that between GPCM and nor flash chip, isn't it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The things following are interesting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How does GPCM know which one of the two bytes should be tranferred to processor core ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code may look like this:&lt;/P&gt;&lt;P&gt;u8 data = 0;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data = *(u8 *)(Flash_Base_Address + 0);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;processor core tells GPCM the address is Flash_Base_Address + 0﻿,&lt;/P&gt;&lt;P&gt;but what's the way that processor core tells GPCM it wants one byte?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Load instruction&amp;nbsp;&amp;nbsp; lbz r4, 0(Flash_Base_Address)&lt;/P&gt;&lt;P&gt;will be converted into hardware signal, but how is this done to tell GPCM that it is one-byte-read instruction ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I want to know is that the core wants one-byte, and GPCM gets 2 bytes from nor flash chip.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How does GPCM(or, with other parts in MPC837xE) accomplish it ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How interesting it is !&amp;nbsp;&lt;/P&gt;&lt;P&gt;Don't you think so?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 07:40:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/A-general-question-about-MPC83xx-Load-Store-Unit-Just-for/m-p/162685#M875</guid>
      <dc:creator>ShawnBai</dc:creator>
      <dc:date>2011-08-30T07:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: A general question about MPC83xx Load/Store Unit.. Just for personal interest.</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/A-general-question-about-MPC83xx-Load-Store-Unit-Just-for/m-p/162686#M876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The whole 32-bit address gets sent to the GPCM together with signals that give the "width" of the read (or write). You'll notice the GPCM has two "Write Enable" signals for when you write to only one byte on the 16-bit bus.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is lane-swapping hardware all over the place in that chip. The CPU has a 64-bit data bus coming out of it for one thing. The GPCM handles 16 bit wide transfers, so it has to read and write 16-bit-wide lanes from the CPU upper and lower halves of a 32-bit bus (or maybe the four 16-bit wide parts of a 64-bit-wide data bus) to and from the correct external lanes. If the GPCM is programmed to access an 8-bit part it has to transfer 8 bit lanes all over the place.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Moreover, if you perform a 32-bit read from an 8 bit chip, the GPCM performs the four byte-wide reads, packs them properly in 32 bits and then sends that off to the CPU in one cycle.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some chips have multiple internal "bridges" between different bits of hardware with different width and speed busses, and they do some of this work. Some of these chips have PCI controllers, and they have to handle "internal lanes and byte ordering" to the PCI ones, which in the case of the Power chips are the reverse endian order to the CPU too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It gets more complicated. The X86 CPUs have always been able to handle unaligned data. So if you read 32 bits from address "1" it reads bytes 0-3 and 4-7 (assuming 32-bit memory) then shifts the first 3 bytes from the first read, shifts and combines the single byte from the second read and presents the full 32 bits to the CPU.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can't do that on an old ARM CPU. Try that trick and it traps. In order to make the chip with less silicon (so it is smaller and cheaper and lower power) all transfers have to be aligned properly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Power architecture usually allows misaligned accesses, except when it doesn't. For instance the MPC5200 I'm using will handle misaligned transfers to and from SRAM, but if you do a misaligned read from its "LocalBusPlus" (same function as the GPCM) then it will return only one byte out of the two or four you've read, and in the wrong lane, with no warning or trap at all. That's really bad for something that is mapped into memory and looks exactly like all the other memory in the system which does handle the misaligned transfers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This isn't mentioned in the Errata for this chip. Instead it is listed as:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="times new roman,times" size="2"&gt;9.2 Features&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="times new roman,times" size="2"&gt;LocalPlus has the following features:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="times new roman,times" size="2"&gt;• Interface to memory mapped or chip selected devices﻿&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="times new roman,times" size="2"&gt;﻿&lt;FONT face="times new roman,times" size="2"&gt;• (other features)&lt;/FONT&gt; ﻿...&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="times new roman,times" size="2"&gt;• &lt;FONT color="#ff0000"&gt;NO support of misaligned accesses﻿&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That took me a few weeks to sort out when it went wrong and started corrupting the file system.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 15:08:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/A-general-question-about-MPC83xx-Load-Store-Unit-Just-for/m-p/162686#M876</guid>
      <dc:creator>TomE</dc:creator>
      <dc:date>2011-08-30T15:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: A general question about MPC83xx Load/Store Unit.. Just for personal interest.</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/A-general-question-about-MPC83xx-Load-Store-Unit-Just-for/m-p/162687#M877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so much.&lt;/P&gt;&lt;P&gt;Let's go much further.&lt;/P&gt;&lt;P&gt;As you say, there are "write enable" signal. there signals layout between Core and GPCM, or between GPCM and flash chip.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Nor flash we used is SST39VF6401B.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are no "write enable" signals on it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you mean, there are byte selection signal between Core and GPCM?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But referencing MPC837xE reference manual eLBC module, there is not this kind of signals explained in eLBC module.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If what you say is right, i.e. there are ways Core can tell GPCM how many bytes it want this read operation, it gets clear,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;although I would died to know what on earth it is.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 20:40:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/A-general-question-about-MPC83xx-Load-Store-Unit-Just-for/m-p/162687#M877</guid>
      <dc:creator>ShawnBai</dc:creator>
      <dc:date>2011-08-30T20:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: A general question about MPC83xx Load/Store Unit.. Just for personal interest.</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/A-general-question-about-MPC83xx-Load-Store-Unit-Just-for/m-p/162688#M878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Further on in the same manual:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;8.2 Overview of Core Interface Accesses&lt;BR /&gt;The e300 core contains an internal coherent system bus (CSB) that interfaces the core to the peripheral&lt;BR /&gt;logic. This internal bus is very similar in function to the external 60x bus interface on the MPC603e&lt;BR /&gt;processor.﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So if you really want to know how it works, download and read all the manuals on the MPC603e, because that tells you how the MPC603e's external bus works. That bus is "internalised" in the newer chips.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Which byte to read and write" is extremely trivial when compared with everything else the bus does - the snooping, pipelining, overlapping operations, queues and so on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then you can die happy :smileyhappy:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 06:38:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/A-general-question-about-MPC83xx-Load-Store-Unit-Just-for/m-p/162688#M878</guid>
      <dc:creator>TomE</dc:creator>
      <dc:date>2011-08-31T06:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: A general question about MPC83xx Load/Store Unit.. Just for personal interest.</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/A-general-question-about-MPC83xx-Load-Store-Unit-Just-for/m-p/162689#M879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya, Why not after you get how you want, ha?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will check the MPC603e manual to find out the things.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Speaking of whether or not being trivial, I am just very very curious about it, what it does, how it does.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's what it all adds up to.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate your so kind answers very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 07:34:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/A-general-question-about-MPC83xx-Load-Store-Unit-Just-for/m-p/162689#M879</guid>
      <dc:creator>ShawnBai</dc:creator>
      <dc:date>2011-08-31T07:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: A general question about MPC83xx Load/Store Unit.. Just for personal interest.</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/A-general-question-about-MPC83xx-Load-Store-Unit-Just-for/m-p/162690#M880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;FONT size="4"&gt;Hi, Tom,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT size="4"&gt;Additionally,&amp;nbsp; could you explain or give some guidance about how assembly language&amp;nbsp; is converted into hardware signal?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;Like the instruction which load one byte, lbz r0, 0(r3), at last, r3 will be present on address bus of CSB, read commond will be present on control bus of CSB.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;Are there any materials which can get this clear ?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;Thanks.&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 09:38:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/A-general-question-about-MPC83xx-Load-Store-Unit-Just-for/m-p/162690#M880</guid>
      <dc:creator>ShawnBai</dc:creator>
      <dc:date>2011-08-31T09:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: A general question about MPC83xx Load/Store Unit.. Just for personal interest.</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/A-general-question-about-MPC83xx-Load-Store-Unit-Just-for/m-p/162691#M881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you read the 603e manuals yet? Please don't ask me about things in references I've already given you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are three of these manuals:&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=MPC603E&amp;amp;fpsp=1&amp;amp;tab=Documentation_Tab" rel="nofollow" target="_blank"&gt;http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MPC603E&amp;amp;fpsp=1&amp;amp;tab=Documentation_Tab&lt;/A&gt;﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.freescale.com/files/product/doc/MPCFPE32B.pdf?fpsp=1&amp;amp;WT_TYPE=Reference%20Manuals&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=pdf&amp;amp;WT_ASSET=Documentation" rel="nofollow" target="_blank"&gt;MPCFPE32B&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;Programming Environments Manual for 32-Bit Implementations of the Power Architecture&lt;/SPAN&gt;﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.freescale.com/files/32bit/doc/ref_manual/MPC60XBUSRM.pdf?fpsp=1&amp;amp;WT_TYPE=Reference%20Manuals&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=pdf&amp;amp;WT_ASSET=Documentation" rel="nofollow" target="_blank"&gt;MPC60XBUSRM&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;The Bus Interface for 32-Bit Microprocessors that Implement the PowerPC Architecture&lt;/SPAN&gt;﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.freescale.com/files/32bit/doc/ref_manual/MPC603EUM.pdf?fpsp=1&amp;amp;WT_TYPE=Reference%20Manuals&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=pdf&amp;amp;WT_ASSET=Documentation" rel="nofollow" target="_blank"&gt;MPC603EUM&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;MPC603e RISC Microprocessor Users Manual&lt;/SPAN&gt;﻿&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;"Table 3-3. Aligned Data Transfers for 64-Bit Data Bus﻿" in the Bus Reference Manual details how the TSIZ and ADDRESS signals are used to designate which bytes are to be read/written.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 10:35:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/A-general-question-about-MPC83xx-Load-Store-Unit-Just-for/m-p/162691#M881</guid>
      <dc:creator>TomE</dc:creator>
      <dc:date>2011-08-31T10:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: A general question about MPC83xx Load/Store Unit.. Just for personal interest.</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/A-general-question-about-MPC83xx-Load-Store-Unit-Just-for/m-p/162692#M882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I'm reading MPC630e user manual, and learn that there are signals called transfer type, transfer size, transfer burst.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;They are what I need.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are no other questions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 11:18:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/A-general-question-about-MPC83xx-Load-Store-Unit-Just-for/m-p/162692#M882</guid>
      <dc:creator>ShawnBai</dc:creator>
      <dc:date>2011-08-31T11:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: A general question about MPC83xx Load/Store Unit.. Just for personal interest.</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/A-general-question-about-MPC83xx-Load-Store-Unit-Just-for/m-p/162693#M883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These CPUs are immensly complicated, and really hard to understand. I think I have it easier than most, as I've been "following the history" for a long time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think I understand these CPUs pretty well because I started out in the 6800 era, and they were simple enough to be completely described in a rather small book. The next step up (in complexity) was the 68000 and 68010 with 32-bit internals (actually 16 bit internals emulating 32 bits) and a 16 bit external bus. Then came the 68020 with a more complicated 32-bit bus, which could be understood better by watching the 8 - 16 - 32 bit evolution from the 6800 to 68010 to 020. Then more complexity with the 68030 and 68040. Add caches. Add floating point. Add memory management. All incremental upgrades that only needed to be understood as an "add on" to the previous ones.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cue the Coldfire chips, which are "68000 meets RISC". A lot of the weird things that the Coldfire chips do (like the excellent interrupt structure) is best explained as being backwards-compatible to or an evolution of the 68000 design (which owes a lot to the DEC PDP-11 which I know well too).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cue the 88000 which went nowhere, but the bus design ended up in the Motorola/Freescale Power series, MPC601, MPC860 and so on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So why are the Freescale MPC PowerPC chips the way they are? When Apple went from the 68k Macintosh to the Power Mac they got the CPU design from IBM, but wanted Motorola to make the silicon. Motorola added the 88000 bus. Apple also wanted some custom mods (combined cache rather than separate ones). That formed much of the basis for the Power chips that followed. Trying to explain the instruction set of the PPC (LIS, "@ha", RLWIMI, EIEIO and the huge (34 PAGES!) of "simplified mnemonics") is beyond me though...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2011 11:51:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/A-general-question-about-MPC83xx-Load-Store-Unit-Just-for/m-p/162693#M883</guid>
      <dc:creator>TomE</dc:creator>
      <dc:date>2011-09-01T11:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: A general question about MPC83xx Load/Store Unit.. Just for personal interest.</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/A-general-question-about-MPC83xx-Load-Store-Unit-Just-for/m-p/162694#M884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Oct 2011 13:39:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/A-general-question-about-MPC83xx-Load-Store-Unit-Just-for/m-p/162694#M884</guid>
      <dc:creator>ShawnBai</dc:creator>
      <dc:date>2011-10-09T13:39:12Z</dc:date>
    </item>
  </channel>
</rss>

