Fix generator output spikes

- Add manual overwrite in FPGA for hardware that is usually handled by sweep control
- Use static hardware configuration for generator (no sweep active anymore)
This commit is contained in:
Jan Käberich 2022-06-23 17:51:15 +02:00
parent 36f826f7a6
commit 43b588c2f6
12 changed files with 169 additions and 72 deletions

View file

@ -259,6 +259,7 @@ inline void App_Process() {
// insert the last received packet (restarts the timed out operation)
USBPacketReceived(last_measure_packet);
}
HW::updateDeviceStatus();
}
}