SanDisk SDSDH-1024 Product Manual - Page 37

is computed from the entries C_SIZE, C_SIZE_MULT and READ_BL_LEN

Page 37 highlights

Revision 2.2 Chapter 3 - SD Card Interface Description SD Card Product Manual • DSR_IMP-defines if the configurable driver stage is integrated on the card. If set, a Driver Stage Register (DSR) must also be implemented. Table 3-20 DSR Implementation Code Table DSR_IMP 0 1 No DSR implemented DSR implemented DSR Type • C_SIZE (Device Size)-computes the card capacity. The memory capacity of the card is computed from the entries C_SIZE, C_SIZE_MULT and READ_BL_LEN as follows: memory capacity = BLOCKNR * BLOCK_LEN Where: BLOCKNR = (C_SIZE+1) * MULT MULT = 2C_SIZE_MULT+2 BLOCK_LEN = 2READ_BL_LEN (C_SIZE_MULT < 8) (READ_BL_LEN < 12) Therefore, the maximum capacity that can be coded is 4096*512*2048=4 GB. For example, a 4-MB card with BLOCK_LEN = 512 can be coded with C_SIZE_MULT = 0 and C_SIZE = 2047. • VDD_R_CURR_MIN, VDD_W_CURR_MIN-minimum values for read and write currents at the VDD power supply are coded in Table 3-21. Table 3-21 VDD Minimum Current Consumption VDD_R_CURR MIN VDD_W_CURR MIN Code for Current Consumption @ VDD 2:0 0=0.5 mA, 1=1 mA, 2=5 mA, 3=10 mA, 4=25 mA, 5=35 mA, 6=60 mA, 7=100 mA • VDD_R_CURR_MAX, VDD_W_CURR_MAX-maximum values for read and write currents on VDD power supply are coded Table 3-22. Table 3-22 VDD Maximum Current Consumption VDD_R_CURR MAX VDD_W_CURR MAX Code for Current Consumption @ VDD 2:0 0=1 mA, 1=5 mA, 2=10 mA, 3=25 mA, 4=35 mA, 5=45 mA, 6=80 mA, 7=200 mA • C_SIZE_MULT (Device Size Multiplier)-codes a factor MULT for computing the total device size (see C_SIZE). The factor MULT is defined as 2C_SIZE_MULT+2. © 2004 SanDisk Corporation 3-17 12/08/04

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123

Chapter 3 – SD Card Interface Description
Revision 2.2
SD Card Product Manual
© 2004 SanDisk Corporation
3-17
12/08/04
DSR_IMP
—defines if the configurable driver stage is integrated on the card. If set, a
Driver Stage Register (DSR) must also be implemented.
Table 3-20
DSR Implementation Code Table
DSR_IMP
DSR Type
0
No DSR implemented
1
DSR implemented
C_SIZE (Device Size)
—computes the card capacity. The memory capacity of the card
is computed from the entries C_SIZE, C_SIZE_MULT and READ_BL_LEN as
follows:
memory capacity =
BLOCKNR * BLOCK_LEN
Where:
BLOCKNR = (C_SIZE+1) * MULT
MULT = 2
C_SIZE_MULT+2
(C_SIZE_MULT < 8)
BLOCK_LEN = 2
READ_BL_LEN
(READ_BL_LEN < 12)
Therefore, the maximum capacity that can be coded is 4096*512*2048=4 GB. For
example, a 4-MB card with BLOCK_LEN = 512 can be coded with C_SIZE_MULT =
0 and C_SIZE = 2047.
VDD_R_CURR_MIN, VDD_W_CURR_MIN
—minimum values for read and write
currents at the VDD power supply are coded in Table 3-21.
Table 3-21
V
DD
Minimum Current Consumption
VDD_R_CURR MIN
VDD_W_CURR MIN
Code for Current Consumption @ V
DD
2:0
0=0.5 mA, 1=1 mA, 2=5 mA, 3=10 mA, 4=25 mA, 5=35 mA, 6=60 mA, 7=100
mA
VDD_R_CURR_MAX, VDD_W_CURR_MAX
—maximum values for read and
write currents on VDD power supply are coded Table 3-22.
Table 3-22
V
DD
Maximum Current Consumption
VDD_R_CURR MAX
VDD_W_CURR MAX
Code for Current Consumption @ V
DD
2:0
0=1 mA, 1=5 mA, 2=10 mA, 3=25 mA, 4=35 mA, 5=45 mA, 6=80 mA, 7=200
mA
C_SIZE_MULT (Device Size Multiplier)
—codes a factor MULT for computing the
total device size (see C_SIZE). The factor MULT is defined as 2
C_SIZE_MULT+2
.