Tool/software: Code Composer Studio
I am trying to create a wake up function for an i2c device that looks like the following.
My current wake up looks like this.
Here is my code:
Basically, I need half the number of clock cycles. Changing it to a write instead of a read just holds it low instead of high during the 2nd half of the clock cycles. Is there a way of doing this?
Thanks,