Post Go back to editing

AD9164 EVAL Board Control through SPI

Category: Hardware
Product Number: AD9164

I am trying to control the chip using the SPI communication function of the STM32F103 Chip.
I want to control through MOSI, CS, and SCK pins connected to the P2 port of the AD9164-EVAL board.

Can the AD9164 EVAL board be controlled by connecting the SPI communication pin to the P2 connector?



Moved and added tag.
[edited by: emassa at 2:42 PM (GMT -5) on 19 Jan 2023]
Parents Reply Children
  •   I analyzed the signal that the ACE program sends to the AD9164-EVAL Board through Logic Analizer, and I am making the same signal through the P2 connector.
    When you want to change the value of the 0x0040 address to 0x01
    After sending the values 0x00, 0x40, 0x01,
    0x01, 0x13, 0x00 n
    Send 0x01, 0x13, 0x01
    But the register value doesn't change.
    What is the problem?