Other Parts Discussed in Thread: OPT8241
Hi,
Following the conversation on the thread titled "OPT9221 Master Serial Configuretion", it mentions "an external reset to be done followed by register programming as required". Where we can find the sequence of the registers to be programmed? We have followed the CDK hardware design but without the FX2 microcontrollor. From the OPT9221 datasheet I see TG_DIS needs to be set to 0 to get system sequence started. Any other registers will have to be programmed to just start to see data frame coming out?
Based on reading of the thread for 4-lan serial mode, the other user configures only sysclk frequency at 0x33 of DE registers, then set TG register 0x80 to 0 to get the streaming started. That means with just the default settings, and then set TG 0x80 to 0, it is all needed to get the streaming data started. Is this correct?
However when I try to write to DE 0x33 with 0x010030 (which defaults to 0x000030), the register value does not change. Though we do have sysclk at 48MHz, I just try to modify the register to see whether I can write to it. This means the I2C write has a problem, does it? If it is a I2C write problem, what could be the cause?
Thanks.