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

Device not found due to parameter change #13

Open
dgcampea opened this issue May 11, 2020 · 1 comment · May be fixed by #15
Open

Device not found due to parameter change #13

dgcampea opened this issue May 11, 2020 · 1 comment · May be fixed by #15

Comments

@dgcampea
Copy link

With minipro version 0.4, chips that admit package variation such as:

W25Q64FV(OTP)@SOIC16
W25Q64FV(OTP)@SOIC8
W25Q64FV(OTP)@WSON8

will not work (but W25Q64FV(OTP) does), with Device not found error (indicative of unknown -p parameter in minipro).
I suspect this is due to qtl866 using the old naming scheme (with spaces) and associating them with the text representation internally (typing the correct name without spaces will simply make qtl866 complain about unknown device, using the incorrect name will make minipro complain).

@nickfolino
Copy link

Easy fix. Update devices.h with the correct names from minipro and recompile.

Nf

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

Successfully merging a pull request may close this issue.

2 participants