Hello All,
I am using SBC FS2320 Chip in my project
I tried to communicate with it through SPI but whenever I read any register it returns zeroes
(Even if the Register contains some data)
After digging looks like it is Configured to communicate by default through I2C
From the Datasheet I found that I need to enter OTP_MODE to use SPI
and Change this bit :
[SPI_EN_OTP = 0] to be [SPI_EN_OTP = 1] That is present in the [OTP_MAIN_SYS_I2C_CFG] OTP_Register

The Question here :
1)Is this the right method ?
2)Is all FS2320 Chips come with I2C Configured by default ?
3)Is there any simpler way to communicate through SPI ?
4)In OTP mode I should read and right OTP registers using I2C , Right ?
Thanks a lot