Other Parts Discussed in Thread: ADS1263
Hello!
I tested my DAC8563 with an STM32F466RE and it works great, so I migrate on an STM32F767Zi and it doesn't work!
The two programs are quite the same, with only differences in SPI config.
To investigate the problem, I connected a logic analyzer and those are the two graphs:
This is the F4 (that works):
And this is the F7 (not working):
The two signals last about 10-15 ms, while the SYNC low signal on F7 is about 22ms (on F4:41ms).
The initialization code is the same for the two micros.
What is happening?
Thanks and best regards