- #include <stdint.h>
- #include <stdio.h>
- #include "ti/driverlib/dl_gpio.h"
- #include "ti/driverlib/dl_i2c.h"
- #include "ti/driverlib/m0p/dl_core.h"
- #include "ti_msp_dl_config.h"
- /*
- LDAC pin is set to HIGH or LOW
- LDAC "HIGH": until the end of the positive pulse of the 8th clock of the 2nd byte
- LDAC "LOW": negative pulse of the 8th clock of the 2nd byte and stays low until the rising edge of the 9th clock of the 3rd byte
- LDAC pin resumes normal function after STOP bit
- */
|