Can't use USB Blaster on Windows 11 without disabling core isolation memory?
I am trying to use Quartus Prime Lite 17.0's USB blaster drivers on a new install of Windows 11. I have also tried the latest version 23.x's drivers. The result is both the same. The Windows PC will not load the USB blaster's device driver unless I disable core isolation memory on that computer. I can reboot the computer into safe mode and the USB blaster works fine.
Is there a workaround that I do not need to disable core isolation memory to get this to work on my Windows 11 PC?
Thanks!
Thanks Frank. I successfully got the Terasic USB Blaster to work based on your advice. I had mistakenly installed version 20.1 when I thought I had installed the latest V23.1 std edition of quartus prime lite. Once I installed the latest version, I used the programmer to successfully program my version 17.0 image into the Cyclone V FPGA I am using. I can upgrade my project from 17.0 to V23.1 next. The main goal of this thread was to simply use the USB blaster on Windows 11. It works. The Terasic USB Blaster works with V23.1 std edition just fine without disabling core isolation memory. Here is the command I used to program my device: c:\intelFPGA_lite\23.1std\quartus\bin64\quartus_pgm.exe -c "USB-Blaster [USB-0]" output_files\chameleon_v2.cdf
Thanks again!