Click here to Skip to main content
15,889,281 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Remember the C64's lightning fast floppy drives? Pin
CodeWraith14-May-21 3:04
CodeWraith14-May-21 3:04 
GeneralRe: Remember the C64's lightning fast floppy drives? Pin
jsc4214-May-21 4:12
professionaljsc4214-May-21 4:12 
GeneralRe: Remember the C64's lightning fast floppy drives? Pin
dandy7214-May-21 5:01
dandy7214-May-21 5:01 
GeneralRe: Remember the C64's lightning fast floppy drives? Pin
honey the codewitch14-May-21 2:36
mvahoney the codewitch14-May-21 2:36 
GeneralRe: Remember the C64's lightning fast floppy drives? Pin
CodeWraith14-May-21 3:10
CodeWraith14-May-21 3:10 
GeneralRe: Remember the C64's lightning fast floppy drives? Pin
honey the codewitch14-May-21 4:13
mvahoney the codewitch14-May-21 4:13 
GeneralRe: Remember the C64's lightning fast floppy drives? Pin
CodeWraith14-May-21 4:35
CodeWraith14-May-21 4:35 
GeneralRe: Remember the C64's lightning fast floppy drives? Pin
honey the codewitch14-May-21 6:24
mvahoney the codewitch14-May-21 6:24 
I do animation @ 320x240x16bpp over SPI @ 26mhz on the regular.

I mean, you could use 4 wire, something like used by SDMMC - that would get you higher transfer rates and it's still basically SPI, but it has 4 lines instead of one.

Anything faster, and you're going to need some dedicated hardware - if you want to run NVMe you're not going to do it very easily, particularly without some sort of controller in the middle. Same with SATA even, I think.

So what level complicatedness (i hesitate to use "complexity" here) are you looking to deal with?

Are you willing to put a relatively sophisticated drive controller into the loop?

If not, I'd consider SDMMC. It can give you about 2.5MB/s if not more?

I'd have to look into it again. But actually you're going to be limited anyway, same way I was because of FAT32 sectoring preventing you from doing large reads, severely limiting your throughput.

That's going to be your biggest hurdle once you decide on the interface, I think.

If you want fast I/O, I'd say use a flat binary blob right on the drive.
Real programmers use butterflies

GeneralSound of the Week Pin
Sander Rossel13-May-21 23:07
professionalSander Rossel13-May-21 23:07 
GeneralRe: Sound of the Week Pin
Slacker00714-May-21 1:22
professionalSlacker00714-May-21 1:22 
GeneralRe: Sound of the Week Pin
peterkmx14-May-21 2:02
professionalpeterkmx14-May-21 2:02 
GeneralRe: Sound of the Week Pin
Roger Wright15-May-21 17:10
professionalRoger Wright15-May-21 17:10 
GeneralRe: Sound of the Week Pin
Sander Rossel15-May-21 21:49
professionalSander Rossel15-May-21 21:49 
GeneralRe: Sound of the Week Pin
Roger Wright16-May-21 7:17
professionalRoger Wright16-May-21 7:17 
GeneralWSO CCC OTD 2021-05-14v - I win! Pin
OriginalGriff13-May-21 21:31
mveOriginalGriff13-May-21 21:31 
GeneralRe: WSO CCC OTD 2021-05-14 Pin
pkfox14-May-21 0:37
professionalpkfox14-May-21 0:37 
GeneralRe: WSO CCC OTD 2021-05-14 Pin
OriginalGriff14-May-21 0:59
mveOriginalGriff14-May-21 0:59 
GeneralRe: WSO CCC OTD 2021-05-14 Pin
OriginalGriff14-May-21 1:41
mveOriginalGriff14-May-21 1:41 
GeneralRe: WSO CCC OTD 2021-05-14 Pin
pkfox14-May-21 22:55
professionalpkfox14-May-21 22:55 
GeneralPerils of working on a server in RDP Pin
rnbergren13-May-21 9:42
rnbergren13-May-21 9:42 
GeneralRe: Perils of working on a server in RDP Pin
RickZeeland13-May-21 9:53
mveRickZeeland13-May-21 9:53 
GeneralRe: Perils of working on a server in RDP Pin
PIEBALDconsult13-May-21 11:59
mvePIEBALDconsult13-May-21 11:59 
QuestionRe: Perils of working on a server in RDP Pin
Super Lloyd13-May-21 14:15
Super Lloyd13-May-21 14:15 
JokeRe: Perils of working on a server in RDP Pin
Super Lloyd13-May-21 14:29
Super Lloyd13-May-21 14:29 
GeneralRe: Perils of working on a server in RDP Pin
rnbergren13-May-21 16:15
rnbergren13-May-21 16:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.