<f_ridge>
<x2x6_/D> Don't know what to do actually. Think I need some extra rig to be able to sniff data and clock pins, and also a logic analyzer to proceed
<f_ridge>
<clever___/D> yeah, i ran into similar issues when using a really old 2gig card
<f_ridge>
<x2x6_/D> I can not say these cards that I have are old.
<f_ridge>
<x2x6_/D> they are both sdxc - 64 and 128gb
<f_ridge>
<x2x6_/D> BAD SCR: 0205848701006432
<f_ridge>
<x2x6_/D> GOOD SCR: 0285808300000000
<f_ridge>
<x2x6_/D> I am going to check their SCR register and probably compare some other registers as well
<f_ridge>
<clever___/D> yeah, its less age, and more that different age from what your code expects
<f_ridge>
<x2x6_/D> what do you mean?
<f_ridge>
<clever___/D> they keep changing the sd protocol, and your code expects the card to behave a certain way
<f_ridge>
<clever___/D> and as soon as the card stops behaving that way, bad things happen
<f_ridge>
<x2x6_/D> So my idea for future is to actuallly read out all the sdcard registers and dump / parse them into more meaningful logs, now I only dump SCR to some degree of detalization
<f_ridge>
<clever___/D> yeah, thats kind of what you need to do, to work with all cards
<f_ridge>
<x2x6_/D> But this becomes a bit of race with time, it's too hard for me to put so much time for this)) Its ridiculusly complex)