use PLL A to generate lowband source

This commit is contained in:
Jan Käberich 2025-08-09 19:10:53 +02:00
parent 67cffbb69e
commit abe2aefcf9
4 changed files with 4 additions and 4 deletions

View file

@ -34,7 +34,7 @@ void Generator::Setup(Protocol::GeneratorSettings g) {
if(g.frequency < HW::BandSwitchFrequency) {
bandSelect = true;
FPGA::Disable(FPGA::Periphery::SourceChip);
Si5351.SetCLK(SiChannel::LowbandSource, g.frequency, Si5351C::PLL::B,
Si5351.SetCLK(SiChannel::LowbandSource, g.frequency, Si5351C::PLL::A,
amplitude.lowBandPower);
Si5351.Enable(SiChannel::LowbandSource);
} else {