SKR 1.4 Turbo bricked

Hi everyone, I have Ender 3 Pro and recently i have gotten a new BIGTHREE SKR 1.4 TURBO ,After firmware flash changing some configuration options in Marlin the borad seems to be dead.

The SKR 1.4 doesn’t show up in my Device Manager on Windows and the bootloader also doesn’t flash/load the binary from the Sd card.

After searching and reading few articles I mange to connect to the board via OpenOCD using STLink and this is the result :

Open On-Chip Debugger 0.10.0 (2020-12-28) [GitHub - sysprogs/openocd: OpenOCD shipped with VisualGDB. Built with CMake.]
Licensed under GNU GPL v2
libusb1 09e75e98b4d9ea7909e8837b7a3f00dda4589dc3
For bug reports, read
OpenOCD: Bug Reporting
none separate

Info : auto-selecting first available session transport “hla_swd”. To override use ‘transport select ’.
Info : The selected transport took over low-level target control. The results might differ compared to plain JTAG/SWD
Info : Listening on port 6666 for tcl connections
Info : Listening on port 4444 for telnet connections
Info : clock speed 10 kHz
Error: libusb_open() failed with LIBUSB_ERROR_NOT_SUPPORTED
Info : STLINK V2J37S7 (API v2) VID:PID 0483:3748
Info : Target voltage: 3.175000
Info : lpc17xx.cpu: hardware has 6 breakpoints, 4 watchpoints
Info : starting gdb server for lpc17xx.cpu on 3333
Info : Listening on port 3333 for gdb connections

I tried to program the chip but i got this error :

“bin\openocd.exe -f share\openocd\scripts\interface\stlink.cfg -c “reset_config none separate” -f share\openocd\scripts\target\lpc17xx.cfg -c “program {C:\Users\Metting Room\Downloads\Marlin-2.0.7.2\Marlin-2.0.7.2_SKR1_4.pio\build\LPC1769\firmware.elf}; verify; reset””

Info : auto-selecting first available session transport “hla_swd”. To override use ‘transport select ’.
Info : The selected transport took over low-level target control. The results might differ compared to plain JTAG/SWD
Info : clock speed 10 kHz
Error: libusb_open() failed with LIBUSB_ERROR_NOT_SUPPORTED
Info : STLINK V2J37S7 (API v2) VID:PID 0483:3748
Info : Target voltage: 3.161433
Info : lpc17xx.cpu: hardware has 6 breakpoints, 4 watchpoints
Info : starting gdb server for lpc17xx.cpu on 3333
Info : Listening on port 3333 for gdb connections
target halted due to debug-request, current mode: Thread
xPSR: 0x01000000 pc: 0x1fff0080 msp: 0x10001ffc
** Programming Started **
Warn : Boot verification checksum in image (0x00000000) to be written to flash is different from calculated vector checksum (0xeffc285a).
Warn : OpenOCD will write the correct checksum. To remove this warning modify build tools on developer PC to inject correct LPC vector checksum.
Error: error writing to flash at address 0x00000000 at offset 0x00000000
embedded:startup.tcl:509: Error: ** Programming Failed **
in procedure ‘program’
in procedure ‘program_error’ called at file “embedded:startup.tcl”, line 574
at file “embedded:startup.tcl”, line 509

Appreciate all the help, thanks!