Ask a Question related to Mac Portable, Design and Development.
-
Gary Morrison #1
Titanium: How Big Compact Flash in PCM/CIA Slot?
I download pictures from my digital camera to my 400MHz G4 Titanium
PowerBook using a compact-flash adaptor card in the PCM/CIA port. In
particular, I use an adaptor card by Viking Components (unfortunately I
don't see a model number). That card works for an 80Meg compact-flash
card, but I have two closely-related questions:
* Do any of you know the maximum size of Compact Flash card I can
download using that adaptor card into my Titanium?
* Same question, but not limited to that particular compact-flash
adaptor card. That is, is it possible, if this one won't let me
download a 1Gig card, that some other adaptor card will?
Thanks a bunch for the ideas!
Gary Morrison Guest
-
D70 supports Write Acceleration (WA) on Compact Flash?
The Lexar website http://www.lexar.com/digfilm/wa_cf.html does not list the D70 as supporting WA, but I don't know how up to date it is. For... -
flash slot machine opionions please
Hi All, I've just completed this game - it's a tropical fruit slot machine. It's more an exercise in styling than a hardcore slot machine game.... -
compact flash redux
There was quite a long thread here back in about May about the relative merits of a regular compact flash 256 card vs the "ultra" or high speed ones.... -
COMPACT FLASH CARDS - andrew asks
Every time I empty my CF card onto my hard disc I find there is a folder on it called MISC which contains nothing. Can I safely delete it - and can I... -
MAX Compact Flash Speed on C-5050
See the following I also have a 5050 which I what was testing with. Well the Transcend 30x 512mb in my olympus is the fastest I have seen. ... -
Matthew Kirkcaldie #2
Re: Titanium: How Big Compact Flash in PCM/CIA Slot?
In article <3F2734C5.518D1F06@austin.rr.com>,
Gary Morrison <mr88cet@austin.rr.com> wrote:
It mimics an ATA hard disk so it would only be limited by the> * Do any of you know the maximum size of Compact Flash card I can
> download using that adaptor card into my Titanium?
addressable space of the hard disk drivers, i.e. in the hundreds of Gb
or Tb or whatever the MacOS supports these days.
There won't be a limit, all of those adaptor cards are purely mechanical> * Same question, but not limited to that particular compact-flash
> adaptor card. That is, is it possible, if this one won't let me
> download a 1Gig card, that some other adaptor card will?
as far as I know (i.e. they join the sockets on the end of the CF card
to the sockets on the edge of the adaptor using wires - there's no
electronics to speak of).
Cheers,
Matthew.
Matthew Kirkcaldie Guest
-
Gary Morrison #3
Re: Titanium: How Big Compact Flash in PCM/CIA Slot?
> It mimics an ATA hard disk so it would only be limited by the
That's a reasonable answer from a driver perspective. Nevertheless,> addressable space of the hard disk drivers
there's a possibility of an underlying hardware-level concern too: There
may simply be not enough address-bus signals going to the compact flash
card via the adaptor. It's possible that back in the days of 80Meg
cartridges when this adaptor was made, the compact-flash pins that later
became used for address lines in then-future compact-flash cards, were
simply marked as "reserved" and thus they perhaps didn't even hook them up
in the adaptor card. Perhaps even PCM/CIA itself doesn't have that many
address lines?
Do any of you have direct experience with downloading, say 1Gig, compact
flash cards through such a PCM/CIA adaptor card? If so, which adaptor
card?
Gary Morrison Guest
-
Gary Morrison #4
Re: Titanium: How Big Compact Flash in PCM/CIA Slot?
Ah, so they actually use different flash chips specifically for this purpose -
chips mapped like a disk drive... Interesting. I'd assumed that they'd use
the same flash chips that the PC market has squeezed every nano$ of price out
of. Well, whatever...
Anyway, thanks for the replies, that sounds promising.
Gary Morrison Guest
-
Matthew Kirkcaldie #5
Re: Titanium: How Big Compact Flash in PCM/CIA Slot?
In article <3F28882F.25013F40@austin.rr.com>,
Gary Morrison <mr88cet@austin.rr.com> wrote:
No no - every Compact Flash card is set up this way. It's the standard.> Ah, so they actually use different flash chips specifically for this purpose -
> chips mapped like a disk drive... Interesting. I'd assumed that they'd use
> the same flash chips that the PC market has squeezed every nano$ of price out
> of. Well, whatever...
Matthew Kirkcaldie Guest
-
Lewin A.R.W. Edwards #6
Re: Titanium: How Big Compact Flash in PCM/CIA Slot?
> Ah, so they actually use different flash chips specifically for this purpose -
No, they normally use regular NAND flash (basically, a SmartMedia card> chips mapped like a disk drive... Interesting. I'd assumed that they'd use
in a different package). Sometimes they use NOR flash (which is the
type used in PCs, but CF cards use much higher densities of course -
PCs rarely have more than 256Kbyte).
There is a small microcontroller on the card which emulates an ATA
drive and performs defect management and wear leveling. Hitachi and
Feiya are the two major suppliers of those microcontrollers.
The ATA storage emulation is required "by law" as it were, it's the
standard interface for this type of storage.
Lewin A.R.W. Edwards Guest
-
Gary Morrison #7
Re: Titanium: How Big Compact Flash in PCM/CIA Slot?
> There is a small microcontroller on the card which emulates an ATA
Ah, so then that controller's on a separate chip? As dirt cheap as they sell> drive and performs defect management and wear leveling.
compact flash cards, I'm a little surprised that they can afford to put *any* Si
other than the memory itself onto them. I guess that, even with the additional
assembly, test costs, and the occasional test reject, the added cost of that
additional chip is small compared with the cost of the flash itself.
I haven't pryed a compact flash module apart; am I correct in guessing that these
are flip-chip MCMs, that is, multi-chip modules where the Si is bonded directly to
the substrate via solder bumps)?
Gary Morrison Guest
-
Lewin A.R.W. Edwards #8
Re: Titanium: How Big Compact Flash in PCM/CIA Slot?
> Ah, so then that controller's on a separate chip? As dirt cheap as they sell
In all cases that I've seen, yes.
There's a different issue - standardization. The typical CF layout has> other than the memory itself onto them. I guess that, even with the additional
> assembly, test costs, and the occasional test reject, the added cost of that
> additional chip is small compared with the cost of the flash itself.
a standardized micro (one part, which can autodetect how much flash is
attached), and two or more usually four spaces for flash. This means
ONE ROM mask, ONE type of micro to stock, and ONE PCB to make. Better
economies of scale, and it lets them adjust the mix of card capacities
they make without adjusting stock levels of the components.
Nope (at least not in any I've disassembled). The micro is usually a> I haven't pryed a compact flash module apart; am I correct in guessing that these
> are flip-chip MCMs, that is, multi-chip modules where the Si is bonded directly to
> the substrate via solder bumps)?
PQFP or TQFP. The flash is usually in a TSOP or TSSOP. The most common
package for NAND flash is a TSOP50 with missing pins in the center.
Internally, the NAND flash (>64Mb capacities, anyway) is a multi-layer
device, but that's not visible to the outside.
I imagine these would be migrating to uBGA. None of the vendors I know
of sell these parts as raw dice.
Lewin A.R.W. Edwards Guest
-
Lewin A.R.W. Edwards #9
Re: Titanium: How Big Compact Flash in PCM/CIA Slot?
> I imagine these would be migrating to uBGA. None of the vendors I know
Oops, I'm on crack. I meant leadless packages like MELF, not uBGA.
Lewin A.R.W. Edwards Guest
-
Clark Martin #10
Re: Titanium: How Big Compact Flash in PCM/CIA Slot?
In article <3F27A413.7166E50E@austin.rr.com>,
Gary Morrison <mr88cet@austin.rr.com> wrote:
I have an old adapter from Kodak that worked fine with a 30 and 64Mb CF>> > It mimics an ATA hard disk so it would only be limited by the
> > addressable space of the hard disk drivers
> That's a reasonable answer from a driver perspective. Nevertheless,
> there's a possibility of an underlying hardware-level concern too: There
> may simply be not enough address-bus signals going to the compact flash
> card via the adaptor. It's possible that back in the days of 80Meg
> cartridges when this adaptor was made, the compact-flash pins that later
> became used for address lines in then-future compact-flash cards, were
> simply marked as "reserved" and thus they perhaps didn't even hook them up
> in the adaptor card. Perhaps even PCM/CIA itself doesn't have that many
> address lines?
cards but didn't work right with a 128Mb CF. I tried it with a newer
adapter and all was well.
--
Clark Martin
Redwood City, CA, USA Macintosh / Internet Consulting
"I'm a designated driver on the Information Super Highway"
Clark Martin Guest
-
Gary Morrison #11
Re: Titanium: How Big Compact Flash in PCM/CIA Slot?
> I tried it with a newer adapter and all was well.
Who made the adaptor that worked?
Gary Morrison Guest
-
Lewin A.R.W. Edwards #12
Re: Titanium: How Big Compact Flash in PCM/CIA Slot?
> I have an old adapter from Kodak that worked fine with a 30 and 64Mb CF
Then I guarantee the Kodak adapter was damaged or out of spec. The> cards but didn't work right with a 128Mb CF. I tried it with a newer
> adapter and all was well.
connections are identical for all CF cards.
Lewin A.R.W. Edwards Guest
-
Clark Martin #13
Re: Titanium: How Big Compact Flash in PCM/CIA Slot?
In article <3F29BE62.6175E87B@austin.rr.com>,
Gary Morrison <mr88cet@austin.rr.com> wrote:
SanDisk>> > I tried it with a newer adapter and all was well.
> Who made the adaptor that worked?
>
--
Clark Martin
Redwood City, CA, USA Macintosh / Internet Consulting
"I'm a designated driver on the Information Super Highway"
Clark Martin Guest
-
Clark Martin #14
Re: Titanium: How Big Compact Flash in PCM/CIA Slot?
In article <608b6569.0308010123.77291da2@posting.google.com >,
[email]larwe@larwe.com[/email] (Lewin A.R.W. Edwards) wrote:
I tried it with two Kodak adapters, neither worked.>> > I have an old adapter from Kodak that worked fine with a 30 and 64Mb CF
> > cards but didn't work right with a 128Mb CF. I tried it with a newer
> > adapter and all was well.
> Then I guarantee the Kodak adapter was damaged or out of spec. The
> connections are identical for all CF cards.
--
Clark Martin
Redwood City, CA, USA Macintosh / Internet Consulting
"I'm a designated driver on the Information Super Highway"
Clark Martin Guest



Reply With Quote

