Can,t flash nRF52832 custom board using nrf connect vscode extension

Can,t flash nRF52832 custom board using nrf connect vscode extension

im trwing to use nRFconnect for my project, im using fade_led from example and got this error

i try run the "nrfjprog --program 'c:\Users\MIkhwanD\fade_led\build\zephyr\zephyr.hex' --sectoranduicrerase --verify -f NRF52 --snr 4294967295" with -- log to get the log

Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[2025-Feb-12 13:50:04] [debug] --------------------------------------------------------------------------------
[2025-Feb-12 13:50:04] [debug] C:\Program Files\Nordic Semiconductor\nrf-command-line-tools\bin\nrfjprog.exe --program c:\Users\MIkhwanD\fade_led\build\zephyr\zephyr.hex --sectoranduicrerase --verify -f NRF52 --snr 4294967295 --log
[2025-Feb-12 13:50:04] [debug] nrfjprog version 10.24.2 external
[2025-Feb-12 13:50:04] [debug] --------------------------------------------------------------------------------
[2025-Feb-12 13:50:04] [ info] Load library at C:\Program Files\Nordic Semiconductor\nrf-command-line-tools\bin\nrfjprog.dll.
[2025-Feb-12 13:50:04] [ info] Library loaded, loading member functions.
[2025-Feb-12 13:50:04] [ info] Member functions succesfully loaded.
[2025-Feb-12 13:50:04] [debug] [ Client] - open
[2025-Feb-12 13:50:04] [debug] [ Client] - start
[2025-Feb-12 13:50:04] [ info] [ Client] - stdout: Jlinkarm nRF Worker ready. Handling sequence b9af89c1-2a98-46ef-b56b-9ff5414dd9ae.
[2025-Feb-12 13:50:04] [trace] [ Client] - Command open executed for 65 milliseconds with result 0
[2025-Feb-12 13:50:04] [debug] [ Client] - config
[2025-Feb-12 13:50:04] [debug] [SeggerBackend] - Logger sink registered in Segger backend logger
[2025-Feb-12 13:50:04] [trace] [ Client] - Command config executed for 16 milliseconds with result 0
[2025-Feb-12 13:50:04] [debug] [ JLink] - Logger sink registered in JLink logger
[2025-Feb-12 13:50:04] [debug] [ nRF52] - open
[2025-Feb-12 13:50:04] [debug] [ nRF52] - just_check_family
[2025-Feb-12 13:50:04] [debug] [SeggerBackend] - open_dll
[2025-Feb-12 13:50:04] [debug] [SeggerBackend] - No J-Link DLL path was provided. Attempting to auto detect.
[2025-Feb-12 13:50:04] [ info] [SeggerBackend] - Load library at C:\Program Files\SEGGER\JLink\JLink_x64.dll.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX


im using this build configuration

Notes :

I am able to flash my board using Segger Embedded Studio and run the ble_app_blinky_pca10040_s132 example.

Additionally, I have successfully connected to and erased the chip using J-Link Commander V8.12e.