by grymoire1 on 1/21/24, 5:33 PM with 22 comments
by calamari4065 on 1/21/24, 9:42 PM
This involved flashing a third party firmware. From a project which refuses to release binaries. I had to install something like 5GB of toolchains to build it, and then THEN! I had to manually edit the resulting .hex file. At some point the binary is converted to an ASCII representation of the hex pairs, but all letters converted to uppercase. Then it's parsed back into binary with the wrong values. I had to manually search and replace uppercase letters with lowercase.
I've seen a lot of dumb software nonsense in my time, but this one really takes the cake.
It also never actually worked. Hopefully the firmware on this revision is less terrible
by a2800276 on 1/21/24, 5:51 PM
by roughly on 1/21/24, 11:42 PM
by unwind on 1/22/24, 8:25 AM
I bought the predecessor (v3 because reasons) in 2010 for $27, it's impressive that this new version which has seriously improved capabilities is only $37.
As is normal with software developers having an electronics hobby, I haven't used it all that much, but the few times I have needed it I was really glad to have it and it made me happy.
by peter_d_sherman on 1/22/24, 7:16 AM
A few quick questions:
1) Max data acquisition speed?
2) Max data buffer?
3) Are start/stop triggers available? (i.e., start buffering data when you see a specific binary string, stop after say 4K, 8K, 16K, etc. or when secondary binary string is seen, or start/stop when other conditions are true, etc.)
4) Max speed talking to host PC (not the chip or circuit being debugged) -- How fast?
5) Max continuous data streaming speed to host PC? (As opposed to buffering in local RAM? So data from Debug Chip or Circuit -> BusPirate -> Host PC... how fast (max sustainable speed) if continuous?)
Anyway, looks very cool!
by grymoire1 on 1/21/24, 5:33 PM