I am using HMC832lp6ge as a variable frequency source.
I only have the board and am trying to program it through SPI through Arduino.
As soon as the reg_en is activated to write registers, the default output freq of about 2200MHz disappears.
The SPI protocol sends the data to the PLL and then afterward, the reg_en is de-activated.
The output disappears as for some time and then returns to its default position.
Arduino is transmitting the data correctly as could be seen on Serial Monitor but the HMC832 is not being programmed correctly.
Please help.
Attached below is the Arduino code: