2019-05-08 01:43 AM
2019-05-08 03:11 AM
PA4 and PA5 are outputs of the DAC built into STM32.
Looking at the AD9784 datasheet, it's a parallel-data driven DAC, so you connect its DBx signals to a port on STM32, set the desired 8-bit value on that port, and then connect its clock to another port pin and toggle that pin.
JW
2019-05-08 03:11 AM
PA4 and PA5 are outputs of the DAC built into STM32.
Looking at the AD9784 datasheet, it's a parallel-data driven DAC, so you connect its DBx signals to a port on STM32, set the desired 8-bit value on that port, and then connect its clock to another port pin and toggle that pin.
JW
2019-05-08 03:29 AM
Thanks much.