Description
I have noted when the microcontroller RESET signal is negated, the Arduino bootloader flashes the onboard LED on a particular pin (which depending on the microcrontroller can support SCK as an SPI hardware function on this pin) and this occurrence (with an ATmega328P) was causing an HMC830 PLL/VCO (attached to hardware SPI pins with the SPI hardware function used) to latch an operating mode (according to the manufacturer's Operating Guide) when not wanted which can only be reset by removing power to the HMC830.
So therefore, I think there should be a warning about unwanted pulses (and possible unwanted interactions on connected hardware) on the pin connected to the onboard LED which flashes under bootloader control after negation of the RESET signal.