Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
petervanderwalt opened this issue Dec 3, 2021 · 3 comments
Open

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

petervanderwalt opened this issue Dec 3, 2021 · 3 comments

Comments

@petervanderwalt
Copy link

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
Copy link
Owner

djuseeq commented Dec 4, 2021

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

@petervanderwalt
Copy link
Author

petervanderwalt commented Dec 6, 2021

  • Custom board (Been in production for about a year now, couple thousand happy units shipped out)
  • Over SPI (ESP32)
  • SPI set to default, not adding the spiSpeed parameter Ch376msc flashDrive(USB_CS, USB_INT); // chipSelect

Everything else works great so its not basic comms this time (:

@djuseeq
Copy link
Owner

djuseeq commented Dec 10, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants