Post Go back to editing

Device not turning on

Category: Hardware
Product Number: ADF4372

I am writing to the ADF4372 registers through the SPI connections and using SPI stream mode using python. I followed the initialization sequence that is stated out in the data sheet, and when the board turns on, it works great, but I cannot get it to turn on most of the time. When I attach the ADF4372 to the 6V power source and turn the switch on, I am pulling 12 mA of current and when I run my code, the current does not change, and the spectrum analyzer shows no signal is being output. Then sometimes after I go and start working on another project, I will come back, and the board is all of a sudden pulling 230 mA and when I run the code it goes up to about 360 mA and the output on the spectrum analyzer is exactly what I expect it to be. Could anyone provide some information as to why it will randomly turn on sometimes, but it won't turn on right away. The period of waiting until it turns on varies greatly. 

Parents
  • Hi Luke,

    Do you have series resistors in SPI lines or any capacitors from SPI to GND? There might be some communication issues like floating pins. Can you try to get a signal or lock detect from MUXOUT? This can show if your SPI works properly.

    Regards,
    Burhan

  • Hi Burhan,

    Thanks for the response. I do have resistors in series with the SPI lines. Then the MUXOUT pin outputs the correct signal if the device is pulling toe 200mA of current it is supposed to be pulling, but if it is only pulling 12 mA, then MUXOUT outputs nothing. I forgot to mention that when I attach the SDP-S evaluation board to the ADF4372 board, it starts pulling the correct amount of current right away, but for some reason I can't get that same result through the SPI lines.

Reply
  • Hi Burhan,

    Thanks for the response. I do have resistors in series with the SPI lines. Then the MUXOUT pin outputs the correct signal if the device is pulling toe 200mA of current it is supposed to be pulling, but if it is only pulling 12 mA, then MUXOUT outputs nothing. I forgot to mention that when I attach the SDP-S evaluation board to the ADF4372 board, it starts pulling the correct amount of current right away, but for some reason I can't get that same result through the SPI lines.

Children
  • Hi Luke,

    Can you check if the CS and CE pins are in a floating or pull-up pull-down situation with a decent voltage level or resistance during the stream mode?
    12 mA shows that the chip does not have a connection with MCU and pulls only  peripheral currents ( reference crystal)
    CS pin should stay asserted low during the streaming.

    Regards,
    Burhan