Post Go back to editing

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

看了一个贴子:

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
  • 看了一下你给的链接, 第一, 输入频率过大, 我的应用是10-50M, 第二倍频固(2-16)中的几个整数, 不灵活, 不如 ADF4110灵活, ADF4110有R,P,A等分频器, 能生产比较灵活的频点。  对我来说, 唯一不足的就是要挂一个单片机跟着它, 加大了我的成本 。好像, 你给出的倍频器, 也只是固定倍数, 不可以由外部写入EERPROM 或 FLASH 这样的灵活功能。 

Children