You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some sensors, motor drivers, or ADCs there is a need to connect that to a PC, notebook, or SBC. This kind of developing instrument usually does not have the SPI directly exposed, which complicates the software/firmware driver development process. One possible solution is to make a conversion from USB to an SPI-master interface. This has been already discussed on the MLAB wiki with the result that a new MLAB module with the MCP2210 is required.
Are there some experiences with that? Does someone know how an SPI device interrupt could be handled over this converter?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
USB SPI peripheral
For some sensors, motor drivers, or ADCs there is a need to connect that to a PC, notebook, or SBC. This kind of developing instrument usually does not have the SPI directly exposed, which complicates the software/firmware driver development process. One possible solution is to make a conversion from USB to an SPI-master interface. This has been already discussed on the MLAB wiki with the result that a new MLAB module with the MCP2210 is required.
Are there some experiences with that? Does someone know how an SPI device interrupt could be handled over this converter?
Beta Was this translation helpful? Give feedback.
All reactions