50g freezes on SD card access
|
01-10-2020, 06:06 PM
Post: #24
|
|||
|
|||
RE: 50g freezes on SD card access
(01-10-2020 04:01 PM)Eric Rechlin Wrote: Use a PC to format the card, not the calculator.Just wanted to add the bootloader can only read FAT16. This only means FAT16 is needed to update firmware via SD card. Everything else will work fine on FAT32. (01-10-2020 04:01 PM)Eric Rechlin Wrote: I believe the SD vs SDHC limit is in software, not hardware, however, so I think it is theoretically possible that something with its own SD card implementation like newRPL could support larger capacity SDHC (or maybe even SDXC) cards but I don't know whether that is realistic. You are correct. The only difference between SD and SDHC is in software and newRPL supports SDHC cards, larger capacity is fine (although it raises the question: what for?), multiple partitions are fine, etc. SDXC has a new high speed protocol for faster data transmission and 1.8V support, that's not supported by the hardware in the calculator (all decent cards, however, should offer a fallback mechanism to the old spec). Also, they have a different way to count sectors, since the number of sectors exceeds the 32 GB limit on SDHC. This is all in the SD 3.0 specification, but that could in theory be managed by software if the need arise. At this point, newRPL does not support SDXC cards, only SDHC (SD 2.0 specification). |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 5 Guest(s)