PLFM RADAR/ ├── 4 Schematics and Boards Layout/ │ └── 4 7 Production Files/ # Gerber files, BOM ├── 9 Firmware/ │ ├── 9 1 FPGA/ # VHDL/Verilog (Vivado project) │ ├── 9 2 STM32/ # STM32F746 C firmware │ └── 9 3 GUI/ # Python GUI ├── 10 docs/ │ ├── assembly guide.md │ └── Hardware/Enclosure/ # 3D printable files └── 8 Utils/ # Images, utilities bash Python GUI python --version # 3.8+ required FPGA toolchain Install Xilinx Vivado (2022.x or later recommended) https://www.xilinx.com/support/download.html STM32 firmware Install STM32CubeIDE or arm-none-eabi-gcc toolchain arm-none-eabi-gcc --versio…