mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-09 00:13:41 +00:00
Hardfault handler + FPGA abort/interrupt collision fix
This commit is contained in:
parent
5536d3b89b
commit
6e5f2635d1
6 changed files with 158 additions and 15 deletions
|
|
@ -236,6 +236,7 @@ void HW::SetIdle() {
|
|||
Trigger::SetInput(false);
|
||||
FPGA::AbortSweep();
|
||||
FPGA::SetMode(FPGA::Mode::FPGA);
|
||||
FPGA::DisableAllInterrupts();
|
||||
FPGA::DisableHardwareOverwrite();
|
||||
FPGA::Enable(FPGA::Periphery::SourceChip, false);
|
||||
FPGA::Enable(FPGA::Periphery::SourceRF, false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue