3-wire SPI Config for DAC60501 in STM32CubeMX
Hi,
I'm trying to do 3-WIRE SPI communication with DAC60501,
but no matter what I do, the output value doesn't change.
I checked the waveform with a scope and it all was OK.

The first falling edge of SYNC starts the operation cycle --> CPHA= 1 Edge

uint8_t aTxBuffer[3] = { 0x08, 0x7F, 0xAA }; --> command = DAC_DATA, value = 0x7FA (12bit)

I set up CUBE MX as above.
Is there anyone who can tell me why it doesn't work?
Thank you in advance.
