Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/17/07 11:26
Modified:
  07/17/07 11:31

Read: times


 
#141959 - What is the full part No of the C51RB2?
Responding to: ???'s previous message
What's the full part No - there was one with a H for high speed (default 6clock).

Do you use real external memory or the internal-external memory on chip setting EXTRAM in the AUX register?

Auxiliary register (address 8EH) bit description
Bit Symbol Description
7 to 2 - Reserved for future use. Should be set to ‘0’ by user programs.
1 EXTRAM Internal/External RAM access using MOVX @Ri/@DPTR. When ‘1’,
accesses internal XRAM with address specified in MOVX instruction.
If address supplied with this instruction exceeds on-chip available
XRAM, off-chip RAM is accessed. When ‘0’, every MOVX instructions
targets external data memory by default.

When EXTRAM = 0, MOVX @Ri and MOVX @DPTR will be similar to the standard 8051.
Using MOVX @Ri provides an 8-bit address with multiplexed data on Port 0. Other output
port pins can be used to output higher order address bits. This provides external paging
capabilities. Using MOVX @DPTR generates a 16-bit address. This allows external
addressing up the 64 kB. Port 2 provides the high-order eight address bits (DPH), and
Port 0 multiplexes the low order eight address bits (DPL) with data. Both MOVX @Ri and
MOVX @DPTR generates the necessary read and write signals (P3[6] - WR and P3[7] -
RD) for external memory use. Table 7 shows external data memory RD, WR operation
with EXTRAM bit.
The stack pointer (SP) can be located anywhere within the 256 B of internal RAM (lower
128 B and upper 128 B). The stack pointer may not be located in any part of the expanded
RAM.


Joe

List of 16 messages in thread
TopicAuthorDate
P89CV51Rx2 XRAM bug?            01/01/70 00:00      
   @Ri or @dptr?            01/01/70 00:00      
      @dptr            01/01/70 00:00      
         P89v51 <--> P89C51 differences            01/01/70 00:00      
            Oh sorry I mis-read            01/01/70 00:00      
               What is the full part No of the C51RB2?            01/01/70 00:00      
                  P89C51RB2BA & internal XRAM            01/01/70 00:00      
                     what is "the CV51 solution" ?            01/01/70 00:00      
                        isp entry on /PSEN - as with the old \'C51Rx2            01/01/70 00:00      
                           maybe, maybe not            01/01/70 00:00      
                              P89V P89C            01/01/70 00:00      
                        CV51 solution            01/01/70 00:00      
                           the old errors...            01/01/70 00:00      
   OK, I found the first error in the new datasheet..            01/01/70 00:00      
      whoever wrote that datasheet...            01/01/70 00:00      
      Jan is close!            01/01/70 00:00      

Back to Subject List