Hello!
i am trying to write in the indirect registers to configure the pattern generator, using the AN-2198 as a guide, but it is not working.
This is the sequence that i am using to set the divider to 3:
i2c_write_register(0x03,0x66,0x18); // PGCDC
i2c_write_register(0x03,0x67,0x18);
where the first parameter in my function is the data, the second is the register address and the third is the i2c address, and this function that i made can read and write other registers without any problem.
Can you help me with this issue?
Thanks in advance.