User Activity

I'm interfacing Nucleo-H753ZI with DAC8775EVM through SPI4. DAC8775EVM works on logic HI in range of 5V and expects the same logic from Nucleo-H753ZIbut Nucleo-H753ZI MCU itself runs at 3.6V so Logic Hi isn't read by DAC8775EVM.How to Change the logi...
I'm developing SPI driver for Nucleo-H753ZI so Nucleo-H753ZI will be SPI master. It'll be connected to DAC which is slave. As of now I'm using STM32HAL drivers to configure Nucleo-H753ZI as a Master. After configuration I've tried to transmit buffer ...