Post Go back to editing

ADF4110 可以脱离单片机工作吗?

Thread Summary

用户询问ADF4110上电后是否需要每次都通过单片机执行初始化序列才能开始工作,ADI支持工程师确认需要对寄存器进行配置,因为掉电后寄存器的值会丢失。用户希望找到一个不需要单片机控制且能记住设定参数的类似性能芯片,但ADI提供的固定倍频器不满足用户对输入频率和倍频灵活性的要求。
AI Generated Content

看了一个贴子:

The ADF4110 will start to lock the loop after a write to the AB counter latch.

Your sequence should be something like this:

  1. Power up ADF4110 and VCO - VCO is output is some frequency between its output limits.
  2. Program ADF4110 Initialization Latch (see page 20 of the ADF4110 datasheet).
  3. Program ADF4110 R counter Latch.
  4. Program ADF4110 AB counter Latch.
  5. At this point (specifically, the rising-edge of LE on the AB counter Latch SPI write), the loop will begin to lock.

难道, 每次上电后, 都要通过单片机来执行这个序列 ADF4110 才能开始工作?

是否可以烧写之后, 把 LE, CLK, DATA,CE这些引脚 接地(或接VCC, 或悬空),  然后 ADF4110按照之前的设定开始工作 ??

Parents Reply Children