Hello.
I have a strange problem with MCULink on LPCXpresso55s36 board. OS is Windows 10.
I should highlight that I have successfully programmed it under Ubuntu.
I simply cannot update MCULink firmware under Windows. The board is in ISP mode. The board is detected and enumerated as HID-compliant vendor-define device.
When running program_CMSIS.cmd (or JLINK, no difference), the script is stuck when I press "any key" (so the script doesn't even complain it cannot find the probe/the probe is not in ISP mode etc.).
Trying to debug the problem, I went to blhost (with admin rights) and ran a line from *.cmd script:

That's it, nothing happens after that. Moreover, I cannot close the powershell, and blhost.exe process is absolutely unkillable.
What I can guess, the problem is related to permissions, access rights etc. But no response from blhost makes it super hard to track. Also I am not sure where to even look for permissions for USB...
Summary:
blhost doesn't get reply from MCULink AND hangs forever without any response, the process is unkillable. Ctrl+C doesn't help too.
I could not find any posts even remotely like that, so I am very curious about the reason for such behavior.
EDIT: By the way, after updating MCULink (CMSIS) from Ubuntu, I can program MCU just fine from Windows + MCUXpresso IDE.