Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob

I2C and SPI on EZ-USB (AN21xx/FX/FX1/FX2/FX2LP)

I2C and SPI on EZ-USB (AN21xx/FX/FX1/FX2/FX2LP)

Anonymous
Not applicable
Question: I need a USB device with I2C and SPI interface.How can I configure EZ-USB (AN21xx/FX/FX1/FX2/FX2LP) to achieve this?

 

Answer:

The EZ-USB (AN21xx/FX/FX1/FX2/FX2LP) has an I²C compatible controller. The firmware frameworks provided by us has function calls to aid in writing firmware. Please look at Vend_ax example and dev_io example to understand how these function calls can be used. EZ-USB does not have native SPI controller.But it is possible to implement SPI in firmware
 

0 Likes
704 Views
Contributors