Does toggling the FCAL_EN bit require 2 writes to register R0? If so should there be a delay between these writes and how long? In using the TICS Pro - LMX2615 tool, toggling the FCAL_EN (to lock the VCO after changing frequency) shows 2 writes in the log display: "Wrote Register R0 as 0x002110" and "Wrote Register R0 as 0x002118". Here we can see that bit D3 is toggled from '0' to '1' with the 2 writes.
I am wondering in developing software driver code is it sufficient to just write a '1' to the FCAL_EN bit upon changing frequency or should the driver perform 2 writes as described above?
thanks,
Bill