djuseeq / Ch376msc

Arduino library for CH376 mass storage contoller
MIT License
75 stars 17 forks source link

getChipVer() returns 0xFF, but everything else works #60

Open petervanderwalt opened 2 years ago

petervanderwalt commented 2 years ago

Hi, just playing around, and noticed getChipVer() returns 0xff (not 0x43 or 0x42 as the Readme says it should) Everything else works great (can read files, create files, browse directorys, etc - comms all working with the chip, just that one function that returns an odd result.

djuseeq commented 2 years ago

Hi Peter. That sounds interesting. Which board you are using? Which communication port, SPI or Serial? Speed setting for selected port?

petervanderwalt commented 2 years ago
djuseeq commented 2 years ago

It’s pretty awesome that you find it useful. Some kind of logger device? Logic analyzer would be useful to examine whats going on.