The jumpers of JP1 and JP2 of the debug board are connected, and the evaluation board and debug board are connected correctly.
When I connected the computer's USB port before, the LED of my debug board was flashing obviously, while the LED of my evaluation board was always on.
I suspect that I mistakenly connected only a single board for programming before, which caused the code I wrote to make it flash [and also reported the error of Unable to connect wire for probe index 1. target connected], and then it kept flashing.
I just used lpcscrypt to update its firmware. Now when debugging, I found the Jlink probe, which was originally LPC-LINK2 CMSIS-DAP V5.460. After I updated the firmware, the flashing of the LED of this debug board was not very obvious, and it became a slight flash, like a constant.
But when I changed the state of the LED in the code to always off. The LED of this debug board did not go out, but flashed a few times slightly faster and then continued to be on. When I tested other flashing codes, the LED of this debug board was the same.
I suspect that my debug board is broken because of my previous misoperation. Could you please give me some advice? Thank you.