Hello,
I would like to ask to two questions for the initialization sequence.
Q1. Is there any sequence regulation between /RESET and I2S signal?
Q2. Or is this no problem if /RESET goes High before I2S input?
Currently, I am thinking about the following sequence for my project.
However, I don’t know which sequence is better for the device.
Could you give me any advice for it?
Plan.1
1. Power-on
2. I2S Input
3. /Reset : High
4. I2C setting
Plan.2
1. Power-on
2. /Reset : High
3. I2S Input
4. I2C setting
Best regards,