Closed j123b567 closed 5 years ago
Upcoming pyspiflash will support this new API.
I wrote the code this afternoon, but I did not have the HW at end to run a minimal test session.
Now addressed in v0.6.0
See spiflash/tests/serialflash.py for example.
You are fast! Thank you.
pyftdi>=0.40 changes default number of chipselects from 4 to 1. Chipselect number can be passed to method
SerialFlashManager.get_flash_device()
, but it no longer works for cs>0, becauseSpiController
must be initialised with propper number of available chipselects, which cant be done.May be related to #1