420 likes | 612 Views
Memory Organization. Microprocessor and Interfacing 261214. CPU 8088 10 MHz 8/16 Bit 1M RAM. CPU 80486 66 MHz 32 Bit 8M RAM. Pentium 133 MHz 32 Bit 16M RAM. Pentium MMX 200 MHz 32 Bit 48M RAM. Pentium II 366 MHz 32 Bit 128M RAM. Pentium M 1.6 GHz 32 Bit
E N D
Memory Organization Microprocessor and Interfacing261214
CPU 8088 10 MHz 8/16 Bit 1M RAM
CPU 80486 66 MHz 32 Bit 8M RAM
Pentium 133 MHz 32 Bit 16M RAM
Pentium MMX 200 MHz 32 Bit 48M RAM
Pentium II 366 MHz 32 Bit 128M RAM
Pentium M 1.6 GHz 32 Bit 512M RAM
Core2 Duo 2.0 GHz 32/64 Bit 4G RAM
Core i5 1.33 – 1.86 GHz 32/64 Bit 4G RAM
MHz RAM CPU Bits
A CPU “bits” is typically defined by: • ALU Size How many bits can be computed at one time? • Bus SizeHow many bits can be transferred on the bus? • Memory Address SizeHow many address bits are in the instruction?
How many bits Is this PIC CPU?
16-bit operation on a 8-bit CPUMicrochip PIC16 series .................... int16 i; .................... .................... i=1; 0017: BCF 03.6 0018: CLRF 22 0019: MOVLW 01 001A: MOVWF 21 .................... i = i+2; 001B: MOVLW 02 001C: ADDWF 21,F 001D: BTFSC 03.0 001E: INCF 22,F
.................... int16 i; .................... .................... i=1; 0017: BCF 03.6 0018: CLRF 22 0019: MOVLW 01 001A: MOVWF 21 .................... i = i+2; 001B: MOVLW 02 001C: ADDWF 21,F 001D: BTFSC 03.0 001E: INCF 22,F 0 1 0 1
16-bit operation on a 16-bit CPUMicrochip PIC24 series .................... int16 i; .................... .................... i=1; 00210: MOV #1,W4 00212: MOV W4,802 .................... .................... i = i+2; 00214: MOV 802,W4 00216: ADD W4,#2,W4 00218: MOV W4,802
ระบบ 32 Bit กำลังเจอทางตัน?
RAM ใหญ่ที่สุดที่ระบบ 32 bit มองเห็นมีค่าเป็นเท่าใด?
Memory Limit of 32bit Machines = 4 Giga Bytes
How to support bigger memory? 1.Upgrade to 64-bit systems 64-bit CPU 64-bit OS
Limitation of moving to 64-bit systems(Note: Today’s 64 bit support legacy 32 apps. So, migration is easier) Need 64-bit Hardware Drivers Applications need to be re-compiled with a 64-bit compiler
How to support bigger memory? 2. Expand the existing system (Adding more bits)
วิธีแก้ปัญหาของ Intel Physical Address Extension (PAE) 4 bits 32 bits = 64 GB
PAE Support CPU with PAE (Since P-Pro) PAE Aware OS
Benefits of PAE • Backward Compatible Limitations • Taking advantage of the added memorystill requires changes in the software
How big can we get? 264 = 18,446,744,073,709,551,616 ~ 18 exabyte
Amount of RAM (GB) in a typical computer About 4TB in 2025 ปี
64-Bit Architectures IA-64 AMD 64, EM64T Or X86-64 Hybrid 32/64 bit CPU True 64bit CPU
A hybrid 32/64 bit system • Has the benefits of a 64-bit programs • Can also run older 32-bit programs • 32-Bit programs will not benefit from the 64-bit architecture • Architecture not as clean as true 64-bit systems
สองเรื่องน่ารู้เกี่ยวกับหน่วยความจำของPIC Microcontroller
1. When Memory Grows Beyondthe Designer’s Anticipation(เมื่อหน่วยความจำขยายโตเกินคาดของผู้ออกแบบ)
1.1 การอ้างอิงตำแหน่งใน Flash Memory
K = 11 bit Maximum memory = 2^11 = 2K Bytes
PIC 16F886 has 8K Flash Memory: How do we access all of it? 4 3 7 0 PCLATH (F# 0x0A) Bit 3-4 in PCLATH are usedfor memory access Total Memory becomes 2^13 = 8K Bytes
7 0 Creating a 13 bit memory address 13 11 10 0 OPCODE CALL or GOTO k (Literal) 4 3 PCLATH 12 10 0 13 Bit Memory Address
PIC Flash Memory is Divided in to 4 Pages of 2KBytes 12 10 0 2K 2K 2K 2K
Address 0x900 exceeds 11 bits 12 10 0 0x900 = 0 1 0 0 1 0 0 0 0 0 0 0 0 0x01 0x100
12 10 0 0x900 = 0 1 0 0 1 0 0 0 0 0 0 0 0 0x01 0x100