I'm trying to read Resolver data from the EVAL-AD2S1200/05SDZ board over SPI.
My on-board jumper settings:
LK1 - A
LK2 - A
LK3 - A
LK4 - A
LK6 - B
LK5 - Not inserted (10kHz)
LK7,LK8 - C
LK501 - A
LK701 - A
LK702 - A
The evaluation board seems to be working fine, no error LEDs are lit and DIR and A/B LEDs work correctly depending on how the Resolver is spun.
J4 connection:
RD - CS (MCU)
SCLK - SCLK (MCU)
SO - MISO (MCU)
DGND - GND ref to (MCU)
SAMPLE - GND
DVDD - NC
CS - GND
RDVEL - VDD
However, I'm having trouble reading data over SPI.
I'm using a SCLK frequency of 330kHz.
Here's a screenshot of the logic analyzer during an attempted read:
I assume my J4 connections might be incorrect. I was hoping I would only need 3 pins between the AD2S1205 and my MCU.
Thanks for any input.