Hi, @Alex_Wang
Under below three tests, LPC55S36 is in ISP mode (JP25 shorted) and connecting USB to J1 (MCU-Link debug probe USB connector)
1. I change to install MCUXpresso Secure Provisioning Tool V6 (Windows Installer).
Test connection: Connection is OK, but LPC55S36 is no match.
Build image: Success
Write image: Fail to write cfpa.bin (This file was generated during previous Building image)



2. In MCUXpresso IDE, I opened the GUI Flash Tool. Since the board is in ISP mode, it does not detect any probes.

3. LPC55S36 has three USB connectors: J1(MCU-Link debug probe USB connector), J2(External 5 V power connector) and J3(Target MCU USB connector). I have it connected to USB with J1. Since the board is in ISP mode, there is not com port in device manager, and thus I cannot use blhost with comxx parameter.
I refer to write_image_win.bat script in MCUXpresso Secure Provisioning Tool and change the command to:
blhost -t 5000 -u 0x1FC9,0x0021 -- get-property 1
blhost -t 5000 -u 0x1FC9,0x0021 flash-erase-all
Then CMSIS-DAP firmware in MCU-Link is erased, so I need to reinstall CMSIS-DAP firmware using \MCU-LINK_installer_3.128\scripts\program_CMSIS.cmd.
Then reboot LPC55S36 in Normal mode (with CMSIS-DAP firmware, JP25 not shorted).
(a) The firmware in the LPC55S36 does not appear to be erased. Connect IDE Terminal to MCU-Link VCom Port, it can receive PRINTF messages which was previous firmware.
(b) The problem of using IDE debug to download firmware still exists.



