RW610 JLink DAP Failing on Zephyr

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

RW610 JLink DAP Failing on Zephyr

101 Views
jm-streametric
Contributor I

Hello,

I am working on a custom PCB with an RW610 MCU and running Zephyr RTOS.  Before using Zephyr, I worked with FreeRTOS and the NXP HAL directly.

On that old firmware, I was able to use an external JLink debugger to reset/program the board even while running.  After switching to Zephyr, I can no longer flash while the board is running.  I get the message DAP failed to initialize.

On the custom board I do have a BOOT button which can force the board into ISP boot when powered off/on.  Using this, I can flash my Zephyr code.  However, I lose the ability to debug the code with GDB because when the board is flashed in ISP mode I can't reset it through the JLink.

 

Failed flash while running:

Spoiler
[2025-11-24T09:36:31.893] [Secure Provisioning] [error] No device id found.
[2025-11-24T09:36:32.392] [Secure Provisioning] [error] No device id found.
[2025-11-24T09:36:32.402] [proc] [info] Cmd: /opt/SEGGER/JLink_V872/JLinkGDBServerCLExe -listprobes USB
[2025-11-24T09:36:32.407] [proc] [info] Cmd: /usr/local/LinkServer_25.9.134/LinkServer probes --json
[2025-11-24T09:36:32.845] [proc] [info] Cmd: /usr/local/mcuxpressoide-24.12.148/ide/tools/bin/arm-none-eabi-gcc --version
[2025-11-24T09:36:32.850] [proc] [info] Cmd: /.../.mcuxpressotools/arm-gnu-toolchain-13.2.Rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc --version
[2025-11-24T09:36:32.856] [proc] [info] Cmd: /usr/local/mcuxpressoide/ide/tools/bin/arm-none-eabi-gcc --version
[2025-11-24T09:36:32.859] [proc] [info] Cmd: /.../.mcuxpressotools/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc --version
[2025-11-24T09:36:32.866] [proc] [info] Cmd: cmake -DFORMAT=json -P verify-toolchain.cmake
[2025-11-24T09:36:33.815] [proc] [info] {"ZEPHYR_TOOLCHAIN_VARIANT" : "zephyr", "SDK_VERSION": "0.17.4", "ZEPHYR_SDK_INSTALL_DIR" : "/.../zephyr-sdk-0.17.4"}

[2025-11-24T09:36:33.821] [proc] [info] Cmd: /.../zephyr-sdk-0.17.4/arm-zephyr-eabi/bin/arm-zephyr-eabi-objcopy -I elf32-littlearm -O ihex /.../project/debug/zephyr/zephyr.elf zephyr.hex
[2025-11-24T09:36:33.842] [proc] [info] Cmd: /opt/SEGGER/JLink_V872/JLinkExe -if SWD -speed auto -commanderscript /.../project/script.jlink -device RW610 -SelectEmuBySN 53002466
[2025-11-24T09:36:34.285] [proc] [error] /opt/SEGGER/JLink_V872/JLinkExe exited with code 1
[2025-11-24T09:36:34.285] [proc] [error] SEGGER J-Link Commander V8.72 (Compiled Sep 24 2025 13:39:14)
DLL version V8.72, compiled Sep 24 2025 13:38:10


J-Link Command File read successfully.
Processing script file...
J-Link>ExitOnError 1
J-Link Commander will now exit on Error
J-Link>r
J-Link connection not established yet but required for command.
Connecting to J-Link via USB...O.K.
Firmware: J-Link V13 compiled Sep 17 2025 12:01:59
Hardware version: V13.00
J-Link uptime (since boot): 0d 00h 08m 51s
S/N: 53002466
License(s): GDB
USB speed mode: High speed (480 MBit/s)
VTref=3.322V
Target connection not established yet but required for command.
Device "RW610" selected.


Connecting to target via SWD
InitTarget() start
SWD selected. Executing JTAG -> SWD switching sequence.
Error: Failed to initialize DAP.
InitTarget() end - Took 133ms
Connect failed. Resetting via Reset pin and trying again.
InitTarget() start
SWD selected. Executing JTAG -> SWD switching sequence.
Error: Failed to initialize DAP.
InitTarget() end - Took 133ms
Error occurred: Could not connect to the target device.
For troubleshooting steps visit: https://kb.segger.com/J-Link_Troubleshooting

Script processing completed.

Successful flash when I use ISP boot:

Spoiler

[2025-11-24T09:34:03.519] [Secure Provisioning] [error] No device id found.
[2025-11-24T09:34:04.494] [Secure Provisioning] [error] No device id found.
[2025-11-24T09:34:04.503] [proc] [info] Cmd: /opt/SEGGER/JLink_V872/JLinkGDBServerCLExe -listprobes USB
[2025-11-24T09:34:04.507] [proc] [info] Cmd: /usr/local/LinkServer_25.9.134/LinkServer probes --json
[2025-11-24T09:34:04.948] [proc] [info] Cmd: /usr/local/mcuxpressoide-24.12.148/ide/tools/bin/arm-none-eabi-gcc --version
[2025-11-24T09:34:04.953] [proc] [info] Cmd: /usr/local/mcuxpressoide/ide/tools/bin/arm-none-eabi-gcc --version
[2025-11-24T09:34:04.959] [proc] [info] Cmd: /.../.mcuxpressotools/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc --version
[2025-11-24T09:34:04.963] [proc] [info] Cmd: /.../.mcuxpressotools/arm-gnu-toolchain-13.2.Rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc --version
[2025-11-24T09:34:04.972] [proc] [info] Cmd: cmake -DFORMAT=json -P verify-toolchain.cmake
[2025-11-24T09:34:06.130] [proc] [info] {"ZEPHYR_TOOLCHAIN_VARIANT" : "zephyr", "SDK_VERSION": "0.17.4", "ZEPHYR_SDK_INSTALL_DIR" : "/.../zephyr-sdk-0.17.4"}

[2025-11-24T09:34:06.136] [proc] [info] Cmd: /.../zephyr-sdk-0.17.4/arm-zephyr-eabi/bin/arm-zephyr-eabi-objcopy -I elf32-littlearm -O ihex /.../project/debug/zephyr/zephyr.elf zephyr.hex
[2025-11-24T09:34:06.157] [proc] [info] Cmd: /opt/SEGGER/JLink_V872/JLinkExe -if SWD -speed auto -commanderscript /.../project/script.jlink -device RW610 -SelectEmuBySN 53002466
[2025-11-24T09:34:20.074] [SEGGER] [info] SEGGER flash operation completed successfully:
SEGGER J-Link Commander V8.72 (Compiled Sep 24 2025 13:39:14)
DLL version V8.72, compiled Sep 24 2025 13:38:10


J-Link Command File read successfully.
Processing script file...
J-Link>ExitOnError 1
J-Link Commander will now exit on Error
J-Link>r
J-Link connection not established yet but required for command.
Connecting to J-Link via USB...O.K.
Firmware: J-Link V13 compiled Sep 17 2025 12:01:59
Hardware version: V13.00
J-Link uptime (since boot): 0d 00h 06m 24s
S/N: 53002466
License(s): GDB
USB speed mode: High speed (480 MBit/s)
VTref=3.325V
Target connection not established yet but required for command.
Device "RW610" selected.


Connecting to target via SWD
InitTarget() start
SWD selected. Executing JTAG -> SWD switching sequence.
DAP initialized successfully.
DMAP_REG_ID: DM-AP IDCODE detected: 0x002A0000
DHCSR: 0xFFFFFFFF
ROM entered ISP command handling loop. Re-enable the debug access.
InitTarget() end - Took 14.0ms
Found SW-DP with ID 0x6BA02477
DPIDR: 0x6BA02477
CoreSight SoC-400 or earlier
Scanning AP map to find all available APs
AP[1]: Stopped AP scan as end of AP map has been reached
AP[0]: AHB-AP (IDR: 0x84770001, ADDR: 0x00000000)
Iterating through AP map to find AHB-AP to use
AP[0]: Core found
AP[0]: AHB-AP ROM base: 0xE00FF000
CPUID register: 0x410FD214. Implementer code: 0x41 (ARM)
Feature set: Mainline
Cache: No cache
Found Cortex-M33 r0p4, Little endian.
FPUnit: 8 code (BP) slots and 0 literal slots
Security extension: implemented
Secure debug: enabled
CoreSight components:
ROMTbl[0] @ E00FF000
[0][0]: E000E000 CID B105900D PID 000BBD21 DEVARCH 47702A04 DEVTYPE 00 Cortex-M33
[0][1]: E0001000 CID B105900D PID 000BBD21 DEVARCH 47701A02 DEVTYPE 00 DWT
[0][2]: E0002000 CID B105900D PID 000BBD21 DEVARCH 47701A03 DEVTYPE 00 FPB
[0][3]: E0000000 CID B105900D PID 000BBD21 DEVARCH 47701A01 DEVTYPE 43 ITM
[0][5]: E0041000 CID B105900D PID 002BBD21 DEVARCH 47724A13 DEVTYPE 13 ETM
[0][6]: E0042000 CID B105900D PID 000BBD21 DEVARCH 47701A14 DEVTYPE 14 CSS600-CTI
Memory zones:
Zone: "Default" Description: Default access mode
Cortex-M33 identified.
Reset delay: 0 ms
ResetTarget() start
Reset via SYSRESETREQ and reset pin + halt after bootloader
ROM entered ISP command handling loop. Re-enable the debug access.
MSPLIM cleared
ResetTarget() end - Took 128ms
Device specific reset executed.
J-Link>h
PC = 1302B460, CycleCnt = 00000000
R0 = 00000000, R1 = 5AC33CA5, R2 = 00000001, R3 = 5AC33CA5
R4 = 3012F5FC, R5 = 50002E24, R6 = 55AACC33, R7 = 33CCAA55
R8 = 5AA55AA5, R9 = FCF0030F, R10= C33CA55A, R11= 55AACC33
R12= 3012F5FC
SP(R13)= 30125A38, MSP= 30125A38, PSP= 00000000, R14(LR) = 1302B421
XPSR = 01000000: APSR = nzcvq, EPSR = 01000000, IPSR = 000 (NoException)
CFBP = 00000001, CONTROL = 00, FAULTMASK = 00, BASEPRI = 00, PRIMASK = 01
MSPLIM = 00000000
PSPLIM = 00000000

Security extension regs:
MSP_S = 30125A38, MSP_NS = 00000000
MSPLIM_S = 00000000, MSPLIM_NS = 00000000
PSP_S = 00000000, PSP_NS = FFFFFFFC
PSPLIM_S = 00000000, PSPLIM_NS = 00000000
CONTROL_S = 00, FAULTMASK_S = 00, BASEPRI_S = 00, PRIMASK_S = 01
CONTROL_NS = 00, FAULTMASK_NS = 00, BASEPRI_NS = 00, PRIMASK_NS = 00

FPS0 = 00000000, FPS1 = 00000000, FPS2 = 00000000, FPS3 = 00000000
FPS4 = 00000000, FPS5 = 00000000, FPS6 = 00000000, FPS7 = 00000000
FPS8 = 00000000, FPS9 = 00000000, FPS10= 00000000, FPS11= 00000000
FPS12= 00000000, FPS13= 00000000, FPS14= 00000000, FPS15= 00000000
FPS16= 00000000, FPS17= 00000000, FPS18= 00000000, FPS19= 00000000
FPS20= 00000000, FPS21= 00000000, FPS22= 00000000, FPS23= 00000000
FPS24= 00000000, FPS25= 00000000, FPS26= 00000000, FPS27= 00000000
FPS28= 00000000, FPS29= 00000000, FPS30= 00000000, FPS31= 00000000
FPSCR= 00000000
J-Link>loadfile /.../project/debug/zephyr/zephyr.hex
'loadfile': Performing implicit reset & halt of MCU.
ResetTarget() start
Reset via SYSRESETREQ and reset pin + halt after bootloader
ROM entered ISP command handling loop. Re-enable the debug access.
MSPLIM cleared
ResetTarget() end - Took 117ms
Device specific reset executed.
Downloading file [/.../project/debug/zephyr/zephyr.hex]...
J-Link: Flash download: Bank 1 @ 0x18000000: 1 range affected (786432 bytes)
J-Link: Flash download: Total: 13.012s (Prepare: 0.333s, Compare: 2.685s, Erase: 2.979s, Program: 5.531s, Verify: 1.307s, Restore: 0.174s)
J-Link: Flash download: Program speed: 139 KB/s
O.K.
J-Link>qc

Script processing completed.

Since the flashing worked when using FreeRTOS I suspect I have something in the devicetree or KConfig configured incorrectly.  Is there anything I should look for there?
I am using the MCUXpresso VSCode extension on Linux, flashing Zephyr 4.3.0.

Thank you!

Labels (1)
Tags (4)
0 Kudos
Reply
1 Reply

55 Views
DanielRuvalcaba
NXP TechSupport
NXP TechSupport

Hi,

 

Are you able to use the J-Link Commander CLI to communicate with the core? (not in VS code)

What example did you use?

 

Regards,
Daniel.

0 Kudos
Reply
%3CLINGO-SUB%20id%3D%22lingo-sub-2247462%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERW610%20JLink%20DAP%20Failing%20on%20Zephyr%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2247462%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHello%2C%3C%2FP%3E%3CP%3EI%20am%20working%20on%20a%20custom%20PCB%20with%20an%20RW610%20MCU%20and%20running%20Zephyr%20RTOS.%26nbsp%3B%20Before%20using%20Zephyr%2C%20I%20worked%20with%20FreeRTOS%20and%20the%20NXP%20HAL%20directly.%3C%2FP%3E%3CP%3EOn%20that%20old%20firmware%2C%20I%20was%20able%20to%20use%20an%20external%20JLink%20debugger%20to%20reset%2Fprogram%20the%20board%20even%20while%20running.%26nbsp%3B%20After%20switching%20to%20Zephyr%2C%20I%20can%20no%20longer%20flash%20while%20the%20board%20is%20running.%26nbsp%3B%20I%20get%20the%20message%20DAP%20failed%20to%20initialize.%3C%2FP%3E%3CP%3EOn%20the%20custom%20board%20I%20do%20have%20a%20BOOT%20button%20which%20can%20force%20the%20board%20into%20ISP%20boot%20when%20powered%20off%2Fon.%26nbsp%3B%20Using%20this%2C%20I%20can%20flash%20my%20Zephyr%20code.%26nbsp%3B%20However%2C%20I%20lose%20the%20ability%20to%20debug%20the%20code%20with%20GDB%20because%20when%20the%20board%20is%20flashed%20in%20ISP%20mode%20I%20can't%20reset%20it%20through%20the%20JLink.%3C%2FP%3E%3CBR%20%2F%3E%3CP%3E%3CU%3EFailed%20flash%20while%20running%3A%3C%2FU%3E%3C%2FP%3E%3CDIV%20class%3D%22lia-spoiler-container%22%3E%3CA%20class%3D%22lia-spoiler-link%22%20href%3D%22%23%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3ESpoiler%3C%2FA%3E%3CNOSCRIPT%3E%20(Highlight%20to%20read)%3C%2FNOSCRIPT%3E%3CDIV%20class%3D%22lia-spoiler-border%22%3E%3CDIV%20class%3D%22lia-spoiler-content%22%3E%3CDIV%3E%3CDIV%3E%3CDIV%3E%3CDIV%3E%3CSPAN%3E%5B%3C%2FSPAN%3E%3CSPAN%3E2025-11-24T09%3A36%3A31.893%3C%2FSPAN%3E%3CSPAN%3E%5D%20%5BSecure%20Provisioning%5D%20%3C%2FSPAN%3E%3CSPAN%3E%5Berror%5D%3C%2FSPAN%3E%3CSPAN%3E%20No%20device%20id%20found.%3C%2FSPAN%3E%3C%2FDIV%3E%3CDIV%3E%3CSPAN%3E%5B%3C%2FSPAN%3E%3CSPAN%3E2025-11-24T09%3A36%3A32.392%3C%2FSPAN%3E%3CSPAN%3E%5D%20%5BSecure%20Provisioning%5D%20%3C%2FSPAN%3E%3CSPAN%3E%5Berror%5D%3C%2FSPAN%3E%3CSPAN%3E%20No%20device%20id%20found.%3C%2FSPAN%3E%3C%2FDIV%3E%3CDIV%3E%3CSPAN%3E%5B%3C%2FSPAN%3E%3CSPAN%3E2025-11-24T09%3A36%3A32.402%3C%2FSPAN%3E%3CSPAN%3E%5D%20%5Bproc%5D%20%3C%2FSPAN%3E%3CSPAN%3E%5Binfo%5D%3C%2FSPAN%3E%3CSPAN%3E%20Cmd%3A%20%2Fopt%2FSEGGER%2FJLink_V872%2FJLinkGDBServerCLExe%20-listprobes%20USB%3C%2FSPAN%3E%3C%2FDIV%3E%3CDIV%3E%3CSPAN%3E%5B%3C%2FSPAN%3E%3CSPAN%3E2025-11-24T09%3A36%3A32.407%3C%2FSPAN%3E%3CSPAN%3E%5D%20%5Bproc%5D%20%3C%2FSPAN%3E%3CSPAN%3E%5Binfo%5D%3C%2FSPAN%3E%3CSPAN%3E%20Cmd%3A%20%2Fusr%2Flocal%2FLinkServer_25.%3C%2FSPAN%3E%3CSPAN%3E9%3C%2FSPAN%3E%3CSPAN%3E.%3C%2FSPAN%3E%3CSPAN%3E134%3C%2FSPAN%3E%3CSPAN%3E%2FLinkServer%20probes%20--json%3C%2FSPAN%3E%3C%2FDIV%3E%3CDIV%3E%3CSPAN%3E%5B%3C%2FSPAN%3E%3CSPAN%3E2025-11-24T09%3A36%3A32.845%3C%2FSPAN%3E%3CSPAN%3E%5D%20%5Bproc%5D%20%3C%2FSPAN%3E%3CSPAN%3E%5Binfo%5D%3C%2FSPAN%3E%3CSPAN%3E%20Cmd%3A%20%2Fusr%2Flocal%2Fmcuxpressoide-%3C%2FSPAN%3E%3CSPAN%3E24%3C%2FSPAN%3E%3CSPAN%3E.%3C%2FSPAN%3E%3CSPAN%3E12%3C%2FSPAN%3E%3CSPAN%3E.%3C%2FSPAN%3E%3CSPAN%3E148%3C%2FSPAN%3E%3CSPAN%3E%2Fide%2Ftools%2Fbin%2Farm-none-eabi-gcc%20--version%3C%2FSPAN%3E%3C%2FDIV%3E%3CDIV%3E%3CSPAN%3E%5B%3C%2FSPAN%3E%3CSPAN%3E2025-11-24T09%3A36%3A32.850%3C%2FSPAN%3E%3CSPAN%3E%5D%20%5Bproc%5D%20%3C%2FSPAN%3E%3CSPAN%3E%5Binfo%5D%3C%2FSPAN%3E%3CSPAN%3E%20Cmd%3A%20%2F...%2F.mcuxpressotools%2Farm-%3C%2FSPAN%3E%3CSPAN%3Egnu-toolchain-13.2.Rel1-x86_64-arm-none%3C%2FSPAN%3E%3CSPAN%3E-eabi%2Fbin%2Farm-none-eabi-gcc%20--version%3C%2FSPAN%3E%3C%2FDIV%3E%3CDIV%3E%3CSPAN%3E%5B%3C%2FSPAN%3E%3CSPAN%3E2025-11-24T09%3A36%3A32.856%3C%2FSPAN%3E%3CSPAN%3E%5D%20%5Bproc%5D%20%3C%2FSPAN%3E%3CSPAN%3E%5Binfo%5D%3C%2FSPAN%3E%3CSPAN%3E%20Cmd%3A%20%2Fusr%2Flocal%2Fmcuxpressoide%2Fide%2Ftools%2Fbin%2Farm-none-eabi-gcc%20--version%3C%2FSPAN%3E%3C%2FDIV%3E%3CDIV%3E%3CSPAN%3E%5B%3C%2FSPAN%3E%3CSPAN%3E2025-11-24T09%3A36%3A32.859%3C%2FSPAN%3E%3CSPAN%3E%5D%20%5Bproc%5D%20%3C%2FSPAN%3E%3CSPAN%3E%5Binfo%5D%3C%2FSPAN%3E%3CSPAN%3E%20Cmd%3A%20%2F...%2F.mcuxpressotools%2Farm-%3C%2FSPAN%3E%3CSPAN%3Egnu-toolchain-14.2.rel1-x86_64-arm-none%3C%2FSPAN%3E%3CSPAN%3E-eabi%2Fbin%2Farm-none-eabi-gcc%20--version%3C%2FSPAN%3E%3C%2FDIV%3E%3CDIV%3E%3CSPAN%3E%5B%3C%2FSPAN%3E%3CSPAN%3E2025-11-24T09%3A36%3A32.866%3C%2FSPAN%3E%3CSPAN%3E%5D%20%5Bproc%5D%20%3C%2FSPAN%3E%3CSPAN%3E%5Binfo%5D%3C%2FSPAN%3E%3CSPAN%3E%20Cmd%3A%20cmake%20-DFORMAT%3Djson%20-P%20%3C%2FSPAN%3E%3CSPAN%3Everify-toolchain.cmake%3C%2FSPAN%3E%3C%2FDIV%3E%3CDIV%3E%3CSPAN%3E%5B%3C%2FSPAN%3E%3CSPAN%3E2025-11-24T09%3A36%3A33.815%3C%2FSPAN%3E%3CSPAN%3E%5D%20%5Bproc%5D%20%3C%2FSPAN%3E%3CSPAN%3E%5Binfo%5D%3C%2FSPAN%3E%3CSPAN%3E%20%7B%3C%2FSPAN%3E%3CSPAN%3E%22ZEPHYR_TOOLCHAIN_VARIANT%22%3C%2FSPAN%3E%3CSPAN%3E%20%3A%20%3C%2FSPAN%3E%3CSPAN%3E%22zephyr%22%3C%2FSPAN%3E%3CSPAN%3E%2C%20%3C%2FSPAN%3E%3CSPAN%3E%22SDK_VERSION%22%3C%2FSPAN%3E%3CSPAN%3E%3A%20%3C%2FSPAN%3E%3CSPAN%3E%220.17.4%22%3C%2FSPAN%3E%3CSPAN%3E%2C%20%3C%2FSPAN%3E%3CSPAN%3E%22ZEPHYR_SDK_INSTALL_DIR%22%3C%2FSPAN%3E%3CSPAN%3E%20%3A%20%3C%2FSPAN%3E%3CSPAN%3E%22%2F...%2Fzephyr-sdk-0.17.4%22%3C%2FSPAN%3E%3CSPAN%3E%7D%3C%2FSPAN%3E%3C%2FDIV%3E%3CBR%20%2F%3E%3CDIV%3E%3CSPAN%3E%5B%3C%2FSPAN%3E%3CSPAN%3E2025-11-24T09%3A36%3A33.821%3C%2FSPAN%3E%3CSPAN%3E%5D%20%5Bproc%5D%20%3C%2FSPAN%3E%3CSPAN%3E%5Binfo%5D%3C%2FSPAN%3E%3CSPAN%3E%20Cmd%3A%20%2F...%2Fzephyr-%3C%2FSPAN%3E%3CSPAN%3Esdk-0.17%3C%2FSPAN%3E%3CSPAN%3E.%3C%2FSPAN%3E%3CSPAN%3E4%3C%2FSPAN%3E%3CSPAN%3E%2Farm-zephyr-eabi%2Fbin%2Farm-zephyr-eabi-objcopy%20-I%20elf32-littlearm%20-O%20ihex%20%2F...%2Fproject%2Fdebug%2Fzephyr%2Fzephyr.elf%20%3C%2FSPAN%3E%3CSPAN%3Ezephyr.hex%3C%2FSPAN%3E%3C%2FDIV%3E%3CDIV%3E%3CSPAN%3E%5B%3C%2FSPAN%3E%3CSPAN%3E2025-11-24T09%3A36%3A33.842%3C%2FSPAN%3E%3CSPAN%3E%5D%20%5Bproc%5D%20%3C%2FSPAN%3E%3CSPAN%3E%5Binfo%5D%3C%2FSPAN%3E%3CSPAN%3E%20Cmd%3A%20%2Fopt%2FSEGGER%2FJLink_V872%2FJLinkExe%20-if%20SWD%20-speed%20auto%20-commanderscript%20%2F...%2Fproject%2Fscript.jlink%20-device%20RW610%20-SelectEmuBySN%20%3C%2FSPAN%3E%3CSPAN%3E53002466%3C%2FSPAN%3E%3C%2FDIV%3E%3CDIV%3E%3CSPAN%3E%5B%3C%2FSPAN%3E%3CSPAN%3E2025-11-24T09%3A36%3A34.285%3C%2FSPAN%3E%3CSPAN%3E%5D%20%5Bproc%5D%20%3C%2FSPAN%3E%3CSPAN%3E%5Berror%5D%3C%2FSPAN%3E%3CSPAN%3E%20%2Fopt%2FSEGGER%2FJLink_V872%2FJLinkExe%20exited%20with%20code%20%3C%2FSPAN%3E%3CSPAN%3E1%3C%2FSPAN%3E%3C%2FDIV%3E%3CDIV%3E%3CSPAN%3E%5B%3C%2FSPAN%3E%3CSPAN%3E2025-11-24T09%3A36%3A34.285%3C%2FSPAN%3E%3CSPAN%3E%5D%20%5Bproc%5D%20%3C%2FSPAN%3E%3CSPAN%3E%5Berror%5D%3C%2FSPAN%3E%3CSPAN%3E%20SEGGER%20J-Link%20Commander%20%3C%2FSPAN%3E%3CSPAN%3EV8.72%3C%2FSPAN%3E%3CSPAN%3E%20(Compiled%20Sep%20%3C%2FSPAN%3E%3CSPAN%3E24%3C%2FSPAN%3E%20%3CSPAN%3E2025%3C%2FSPAN%3E%20%3CSPAN%3E13%3A39%3A14%3C%2FSPAN%3E%3CSPAN%3E)%3C%2FSPAN%3E%3C%2FDIV%3E%3CDIV%3E%3CSPAN%3EDLL%20version%20%3C%2FSPAN%3E%3CSPAN%3EV8.72%3C%2FSPAN%3E%3CSPAN%3E%2C%20compiled%20Sep%20%3C%2FSPAN%3E%3CSPAN%3E24%3C%2FSPAN%3E%20%3CSPAN%3E2025%3C%2FSPAN%3E%20%3CSPAN%3E13%3A38%3A10%3C%2FSPAN%3E%3C%2FDIV%3E%3CBR%20%2F%3E%3CBR%20%2F%3E%3CDIV%3E%3CSPAN%3EJ-Link%20Command%20File%20read%20successfully.%3C%2FSPAN%3E%3C%2FDIV%3E%3CDIV%3E%3CSPAN%3EProcessing%20script%20file...%3C%2FSPAN%3E%3C%2FDIV%3E%3CDIV%3E%3CSPAN%3EJ-Link%26gt%3BExitOnError%20%3C%2FSPAN%3E%3CSPAN%3E1%3C%2FSPAN%3E%3C%2FDIV%3E%3CDIV%3E%3CSPAN%3EJ-Link%20Commander%20will%20now%20exit%20on%20%3C%2FSPAN%3E%3CSPAN%3EError%3C%2FSPAN%3E%3C%2FDIV%3E%3CDIV%3E%3CSPAN%3EJ-Link%26gt%3Br%3C%2FSPAN%3E%3C%2FDIV%3E%3CDIV%3E%3CSPAN%3EJ-Link%20connection%20not%20established%20yet%20but%20required%20for%20command.%3C%2FSPAN%3E%3C%2FDIV%3E%3CDIV%3E%3CSPAN%3EConnecting%20to%20J-Link%20via%20USB...%3C%2FSPAN%3E%3CSPAN%3EO.K%3C%2FSPAN%3E%3CSPAN%3E.%3C%2FSPAN%3E%3C%2FDIV%3E%3CDIV%3E%3CSPAN%3EFirmware%3A%20J-Link%20V13%20compiled%20Sep%20%3C%2FSPAN%3E%3CSPAN%3E17%3C%2FSPAN%3E%20%3CSPAN%3E2025%3C%2FSPAN%3E%20%3CSPAN%3E12%3A01%3A59%3C%2FSPAN%3E%3C%2FDIV%3E%3CDIV%3E%3CSPAN%3EHardware%20version%3A%20%3C%2FSPAN%3E%3CSPAN%3EV13.00%3C%2FSPAN%3E%3C%2FDIV%3E%3CDIV%3E%3CSPAN%3EJ-Link%20uptime%20(since%20boot)%3A%200d%2000h%2008m%2051s%3C%2FSPAN%3E%3C%2FDIV%3E%3CDIV%3E%3CSPAN%3ES%2FN%3A%20%3C%2FSPAN%3E%3CSPAN%3E53002466%3C%2FSPAN%3E%3C%2FDIV%3E%3CDIV%3E%3CSPAN%3ELicense(s)%3A%20GDB%3C%2FSPAN%3E%3C%2FDIV%3E%3CDIV%3E%3CSPAN%3EUSB%20speed%20mode%3A%20High%20speed%20(%3C%2FSPAN%3E%3CSPAN%3E480%3C%2FSPAN%3E%3CSPAN%3E%20MBit%2Fs)%3C%2FSPAN%3E%3C%2FDIV%3E%3CDIV%3E%3CSPAN%3EVTref%3D%3C%2FSPAN%3E%3CSPAN%3E3%3C%2FSPAN%3E%3CSPAN%3E.322V%3C%2FSPAN%3E%3C%2FDIV%3E%3CDIV%3E%3CSPAN%3ETarget%20connection%20not%20established%20yet%20but%20required%20for%20command.%3C%2FSPAN%3E%3C%2FDIV%3E%3CDIV%3E%3CSPAN%3EDevice%20%3C%2FSPAN%3E%3CSPAN%3E%22RW610%22%3C%2FSPAN%3E%3CSPAN%3E%20selected.%3C%2FSPAN%3E%3C%2FDIV%3E%3CBR%20%2F%3E%3CBR%20%2F%3E%3CDIV%3E%3CSPAN%3EConnecting%20to%20target%20via%20SWD%3C%2FSPAN%3E%3C%2FDIV%3E%3CDIV%3E%3CSPAN%3EInitTarget()%20start%3C%2FSPAN%3E%3C%2FDIV%3E%3CDIV%3E%3CSPAN%3ESWD%20selected.%20Executing%20JTAG%20-%26gt%3B%20SWD%20switching%20sequence.%3C%2FSPAN%3E%3C%2FDIV%3E%3CDIV%3E%3CSPAN%3EError%3C%2FSPAN%3E%3CSPAN%3E%3A%20Failed%20to%20initialize%20DAP.%3C%2FSPAN%3E%3C%2FDIV%3E%3CDIV%3E%3CSPAN%3EInitTarget()%20end%20-%20Took%20133ms%3C%2FSPAN%3E%3C%2FDIV%3E%3CDIV%3E%3CSPAN%3EConnect%20failed.%20Resetting%20via%20Reset%20pin%20and%20trying%20again.%3C%2FSPAN%3E%3C%2FDIV%3E%3CDIV%3E%3CSPAN%3EInitTarget()%20start%3C%2FSPAN%3E%3C%2FDIV%3E%3CDIV%3E%3CSPAN%3ESWD%20selected.%20Executing%20JTAG%20-%26gt%3B%20SWD%20switching%20sequence.%3C%2FSPAN%3E%3C%2FDIV%3E%3CDIV%3E%3CSPAN%3EError%3C%2FSPAN%3E%3CSPAN%3E%3A%20Failed%20to%20initialize%20DAP.%3C%2FSPAN%3E%3C%2FDIV%3E%3CDIV%3E%3CSPAN%3EInitTarget()%20end%20-%20Took%20133ms%3C%2FSPAN%3E%3C%2FDIV%3E%3CDIV%3E%3CSPAN%3EError%3C%2FSPAN%3E%3CSPAN%3E%20occurred%3A%20Could%20not%20connect%20to%20the%20target%20device.%3C%2FSPAN%3E%3C%2FDIV%3E%3CDIV%3E%3CSPAN%3EFor%20troubleshooting%20steps%20visit%3A%20%3C%2FSPAN%3E%3CSPAN%3E%3CA%20href%3D%22https%3A%2F%2Fkb.segger.com%2FJ-Link_Troubleshooting%22%20target%3D%22_blank%22%20rel%3D%22noopener%20nofollow%20noreferrer%22%3Ehttps%3A%2F%2Fkb.segger.com%2FJ-Link_Troubleshooting%3C%2FA%3E%3C%2FSPAN%3E%3C%2FDIV%3E%3CBR%20%2F%3E%3CDIV%3E%3CSPAN%3EScript%20processing%20completed.%3C%2FSPAN%3E%3C%2FDIV%3E%3C%2FDIV%3E%3C%2FDIV%3E%3C%2FDIV%3E%3C%2FDIV%3E%3CNOSCRIPT%3E%3CDIV%20class%3D%22lia-spoiler-noscript-container%22%3E%3CDIV%20class%3D%22lia-spoiler-noscript-content%22%3E%5B2025-11-24T09%3A36%3A31.893%5D%20%5BSecure%20Provisioning%5D%20%5Berror%5D%20No%20device%20id%20found.%5B2025-11-24T09%3A36%3A32.392%5D%20%5BSecure%20Provisioning%5D%20%5Berror%5D%20No%20device%20id%20found.%5B2025-11-24T09%3A36%3A32.402%5D%20%5Bproc%5D%20%5Binfo%5D%20Cmd%3A%20%2Fopt%2FSEGGER%2FJLink_V872%2FJLinkGDBServerCLExe%20-listprobes%20USB%5B2025-11-24T09%3A36%3A32.407%5D%20%5Bproc%5D%20%5Binfo%5D%20Cmd%3A%20%2Fusr%2Flocal%2FLinkServer_25.9.134%2FLinkServer%20probes%20--json%5B2025-11-24T09%3A36%3A32.845%5D%20%5Bproc%5D%20%5Binfo%5D%20Cmd%3A%20%2Fusr%2Flocal%2Fmcuxpressoide-24.12.148%2Fide%2Ftools%2Fbin%2Farm-none-eabi-gcc%20--version%5B2025-11-24T09%3A36%3A32.850%5D%20%5Bproc%5D%20%5Binfo%5D%20Cmd%3A%20%2F...%2F.mcuxpressotools%2Farm-gnu-toolchain-13.2.Rel1-x86_64-arm-none-eabi%2Fbin%2Farm-none-eabi-gcc%20--version%5B2025-11-24T09%3A36%3A32.856%5D%20%5Bproc%5D%20%5Binfo%5D%20Cmd%3A%20%2Fusr%2Flocal%2Fmcuxpressoide%2Fide%2Ftools%2Fbin%2Farm-none-eabi-gcc%20--version%5B2025-11-24T09%3A36%3A32.859%5D%20%5Bproc%5D%20%5Binfo%5D%20Cmd%3A%20%2F...%2F.mcuxpressotools%2Farm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi%2Fbin%2Farm-none-eabi-gcc%20--version%5B2025-11-24T09%3A36%3A32.866%5D%20%5Bproc%5D%20%5Binfo%5D%20Cmd%3A%20cmake%20-DFORMAT%3Djson%20-P%20verify-toolchain.cmake%5B2025-11-24T09%3A36%3A33.815%5D%20%5Bproc%5D%20%5Binfo%5D%20%7B%22ZEPHYR_TOOLCHAIN_VARIANT%22%20%3A%20%22zephyr%22%2C%20%22SDK_VERSION%22%3A%20%220.17.4%22%2C%20%22ZEPHYR_SDK_INSTALL_DIR%22%20%3A%20%22%2F...%2Fzephyr-sdk-0.17.4%22%7D%5B2025-11-24T09%3A36%3A33.821%5D%20%5Bproc%5D%20%5Binfo%5D%20Cmd%3A%20%2F...%2Fzephyr-sdk-0.17.4%2Farm-zephyr-eabi%2Fbin%2Farm-zephyr-eabi-objcopy%20-I%20elf32-littlearm%20-O%20ihex%20%2F...%2Fproject%2Fdebug%2Fzephyr%2Fzephyr.elf%20zephyr.hex%5B2025-11-24T09%3A36%3A33.842%5D%20%5Bproc%5D%20%5Binfo%5D%20Cmd%3A%20%2Fopt%2FSEGGER%2FJLink_V872%2FJLinkExe%20-if%20SWD%20-speed%20auto%20-commanderscript%20%2F...%2Fproject%2Fscript.jlink%20-device%20RW610%20-SelectEmuBySN%2053002466%5B2025-11-24T09%3A36%3A34.285%5D%20%5Bproc%5D%20%5Berror%5D%20%2Fopt%2FSEGGER%2FJLink_V872%2FJLinkExe%20exited%20with%20code%201%5B2025-11-24T09%3A36%3A34.285%5D%20%5Bproc%5D%20%5Berror%5D%20SEGGER%20J-Link%20Commander%20V8.72%20(Compiled%20Sep%2024%202025%2013%3A39%3A14)DLL%20version%20V8.72%2C%20compiled%20Sep%2024%202025%2013%3A38%3A10J-Link%20Command%20File%20read%20successfully.Processing%20script%20file...J-Link%26gt%3BExitOnError%201J-Link%20Commander%20will%20now%20exit%20on%20ErrorJ-Link%26gt%3BrJ-Link%20connection%20not%20established%20yet%20but%20required%20for%20command.Connecting%20to%20J-Link%20via%20USB...O.K.Firmware%3A%20J-Link%20V13%20compiled%20Sep%2017%202025%2012%3A01%3A59Hardware%20version%3A%20V13.00J-Link%20uptime%20(since%20boot)%3A%200d%2000h%2008m%2051sS%2FN%3A%2053002466License(s)%3A%20GDBUSB%20speed%20mode%3A%20High%20speed%20(480%20MBit%2Fs)VTref%3D3.322VTarget%20connection%20not%20established%20yet%20but%20required%20for%20command.Device%20%22RW610%22%20selected.Connecting%20to%20target%20via%20SWDInitTarget()%20startSWD%20selected.%20Executing%20JTAG%20-%26gt%3B%20SWD%20switching%20sequence.Error%3A%20Failed%20to%20initialize%20DAP.InitTarget()%20end%20-%20Took%20133msConnect%20failed.%20Resetting%20via%20Reset%20pin%20and%20trying%20again.InitTarget()%20startSWD%20selected.%20Executing%20JTAG%20-%26gt%3B%20SWD%20switching%20sequence.Error%3A%20Failed%20to%20initialize%20DAP.InitTarget()%20end%20-%20Took%20133msError%20occurred%3A%20Could%20not%20connect%20to%20the%20target%20device.For%20troubleshooting%20steps%20visit%3A%20%3CA%20href%3D%22https%3A%2F%2Fkb.segger.com%2FJ-Link_TroubleshootingScript%22%20target%3D%22_blank%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%3Ehttps%3A%2F%2Fkb.segger.com%2FJ-Link_TroubleshootingScript%3C%2FA%3E%20processing%20completed.%3C%2FDIV%3E%3C%2FDIV%3E%3C%2FNOSCRIPT%3E%3C%2FDIV%3E%3C%2FDIV%3E%3CP%3E%3CU%3ESuccessful%20flash%20when%20I%20use%20ISP%20boot%3A%3C%2FU%3E%3C%2FP%3E%3CDIV%20class%3D%22lia-spoiler-container%22%3E%3CA%20class%3D%22lia-spoiler-link%22%20href%3D%22%23%22%20rel%3D%22nofollow%20noopener%20noreferrer%22%20target%3D%22_blank%22%3ESpoiler%3C%2FA%3E%3CNOSCRIPT%3E%20(Highlight%20to%20read)%3C%2FNOSCRIPT%3E%3CDIV%20class%3D%22lia-spoiler-border%22%3E%3CDIV%20class%3D%22lia-spoiler-content%22%3E%3CP%3E%5B2025-11-24T09%3A34%3A03.519%5D%20%5BSecure%20Provisioning%5D%20%5Berror%5D%20No%20device%20id%20found.%3CBR%20%2F%3E%5B2025-11-24T09%3A34%3A04.494%5D%20%5BSecure%20Provisioning%5D%20%5Berror%5D%20No%20device%20id%20found.%3CBR%20%2F%3E%5B2025-11-24T09%3A34%3A04.503%5D%20%5Bproc%5D%20%5Binfo%5D%20Cmd%3A%20%2Fopt%2FSEGGER%2FJLink_V872%2FJLinkGDBServerCLExe%20-listprobes%20USB%3CBR%20%2F%3E%5B2025-11-24T09%3A34%3A04.507%5D%20%5Bproc%5D%20%5Binfo%5D%20Cmd%3A%20%2Fusr%2Flocal%2FLinkServer_25.9.134%2FLinkServer%20probes%20--json%3CBR%20%2F%3E%5B2025-11-24T09%3A34%3A04.948%5D%20%5Bproc%5D%20%5Binfo%5D%20Cmd%3A%20%2Fusr%2Flocal%2Fmcuxpressoide-24.12.148%2Fide%2Ftools%2Fbin%2Farm-none-eabi-gcc%20--version%3CBR%20%2F%3E%5B2025-11-24T09%3A34%3A04.953%5D%20%5Bproc%5D%20%5Binfo%5D%20Cmd%3A%20%2Fusr%2Flocal%2Fmcuxpressoide%2Fide%2Ftools%2Fbin%2Farm-none-eabi-gcc%20--version%3CBR%20%2F%3E%5B2025-11-24T09%3A34%3A04.959%5D%20%5Bproc%5D%20%5Binfo%5D%20Cmd%3A%20%2F...%2F.mcuxpressotools%2Farm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi%2Fbin%2Farm-none-eabi-gcc%20--version%3CBR%20%2F%3E%5B2025-11-24T09%3A34%3A04.963%5D%20%5Bproc%5D%20%5Binfo%5D%20Cmd%3A%20%2F...%2F.mcuxpressotools%2Farm-gnu-toolchain-13.2.Rel1-x86_64-arm-none-eabi%2Fbin%2Farm-none-eabi-gcc%20--version%3CBR%20%2F%3E%5B2025-11-24T09%3A34%3A04.972%5D%20%5Bproc%5D%20%5Binfo%5D%20Cmd%3A%20cmake%20-DFORMAT%3Djson%20-P%20verify-toolchain.cmake%3CBR%20%2F%3E%5B2025-11-24T09%3A34%3A06.130%5D%20%5Bproc%5D%20%5Binfo%5D%20%7B%22ZEPHYR_TOOLCHAIN_VARIANT%22%20%3A%20%22zephyr%22%2C%20%22SDK_VERSION%22%3A%20%220.17.4%22%2C%20%22ZEPHYR_SDK_INSTALL_DIR%22%20%3A%20%22%2F...%2Fzephyr-sdk-0.17.4%22%7D%3C%2FP%3E%3CP%3E%5B2025-11-24T09%3A34%3A06.136%5D%20%5Bproc%5D%20%5Binfo%5D%20Cmd%3A%20%2F...%2Fzephyr-sdk-0.17.4%2Farm-zephyr-eabi%2Fbin%2Farm-zephyr-eabi-objcopy%20-I%20elf32-littlearm%20-O%20ihex%20%2F...%2Fproject%2Fdebug%2Fzephyr%2Fzephyr.elf%20zephyr.hex%3CBR%20%2F%3E%5B2025-11-24T09%3A34%3A06.157%5D%20%5Bproc%5D%20%5Binfo%5D%20Cmd%3A%20%2Fopt%2FSEGGER%2FJLink_V872%2FJLinkExe%20-if%20SWD%20-speed%20auto%20-commanderscript%20%2F...%2Fproject%2Fscript.jlink%20-device%20RW610%20-SelectEmuBySN%2053002466%3CBR%20%2F%3E%5B2025-11-24T09%3A34%3A20.074%5D%20%5BSEGGER%5D%20%5Binfo%5D%20SEGGER%20flash%20operation%20completed%20successfully%3A%3CBR%20%2F%3ESEGGER%20J-Link%20Commander%20V8.72%20(Compiled%20Sep%2024%202025%2013%3A39%3A14)%3CBR%20%2F%3EDLL%20version%20V8.72%2C%20compiled%20Sep%2024%202025%2013%3A38%3A10%3C%2FP%3E%3CP%3E%3CBR%20%2F%3EJ-Link%20Command%20File%20read%20successfully.%3CBR%20%2F%3EProcessing%20script%20file...%3CBR%20%2F%3EJ-Link%26gt%3BExitOnError%201%3CBR%20%2F%3EJ-Link%20Commander%20will%20now%20exit%20on%20Error%3CBR%20%2F%3EJ-Link%26gt%3Br%3CBR%20%2F%3EJ-Link%20connection%20not%20established%20yet%20but%20required%20for%20command.%3CBR%20%2F%3EConnecting%20to%20J-Link%20via%20USB...O.K.%3CBR%20%2F%3EFirmware%3A%20J-Link%20V13%20compiled%20Sep%2017%202025%2012%3A01%3A59%3CBR%20%2F%3EHardware%20version%3A%20V13.00%3CBR%20%2F%3EJ-Link%20uptime%20(since%20boot)%3A%200d%2000h%2006m%2024s%3CBR%20%2F%3ES%2FN%3A%2053002466%3CBR%20%2F%3ELicense(s)%3A%20GDB%3CBR%20%2F%3EUSB%20speed%20mode%3A%20High%20speed%20(480%20MBit%2Fs)%3CBR%20%2F%3EVTref%3D3.325V%3CBR%20%2F%3ETarget%20connection%20not%20established%20yet%20but%20required%20for%20command.%3CBR%20%2F%3EDevice%20%22RW610%22%20selected.%3C%2FP%3E%3CP%3E%3CBR%20%2F%3EConnecting%20to%20target%20via%20SWD%3CBR%20%2F%3EInitTarget()%20start%3CBR%20%2F%3ESWD%20selected.%20Executing%20JTAG%20-%26gt%3B%20SWD%20switching%20sequence.%3CBR%20%2F%3EDAP%20initialized%20successfully.%3CBR%20%2F%3EDMAP_REG_ID%3A%20DM-AP%20IDCODE%20detected%3A%200x002A0000%3CBR%20%2F%3EDHCSR%3A%200xFFFFFFFF%3CBR%20%2F%3EROM%20entered%20ISP%20command%20handling%20loop.%20Re-enable%20the%20debug%20access.%3CBR%20%2F%3EInitTarget()%20end%20-%20Took%2014.0ms%3CBR%20%2F%3EFound%20SW-DP%20with%20ID%200x6BA02477%3CBR%20%2F%3EDPIDR%3A%200x6BA02477%3CBR%20%2F%3ECoreSight%20SoC-400%20or%20earlier%3CBR%20%2F%3EScanning%20AP%20map%20to%20find%20all%20available%20APs%3CBR%20%2F%3EAP%5B1%5D%3A%20Stopped%20AP%20scan%20as%20end%20of%20AP%20map%20has%20been%20reached%3CBR%20%2F%3EAP%5B0%5D%3A%20AHB-AP%20(IDR%3A%200x84770001%2C%20ADDR%3A%200x00000000)%3CBR%20%2F%3EIterating%20through%20AP%20map%20to%20find%20AHB-AP%20to%20use%3CBR%20%2F%3EAP%5B0%5D%3A%20Core%20found%3CBR%20%2F%3EAP%5B0%5D%3A%20AHB-AP%20ROM%20base%3A%200xE00FF000%3CBR%20%2F%3ECPUID%20register%3A%200x410FD214.%20Implementer%20code%3A%200x41%20(ARM)%3CBR%20%2F%3EFeature%20set%3A%20Mainline%3CBR%20%2F%3ECache%3A%20No%20cache%3CBR%20%2F%3EFound%20Cortex-M33%20r0p4%2C%20Little%20endian.%3CBR%20%2F%3EFPUnit%3A%208%20code%20(BP)%20slots%20and%200%20literal%20slots%3CBR%20%2F%3ESecurity%20extension%3A%20implemented%3CBR%20%2F%3ESecure%20debug%3A%20enabled%3CBR%20%2F%3ECoreSight%20components%3A%3CBR%20%2F%3EROMTbl%5B0%5D%20%40%20E00FF000%3CBR%20%2F%3E%5B0%5D%5B0%5D%3A%20E000E000%20CID%20B105900D%20PID%20000BBD21%20DEVARCH%2047702A04%20DEVTYPE%2000%20Cortex-M33%3CBR%20%2F%3E%5B0%5D%5B1%5D%3A%20E0001000%20CID%20B105900D%20PID%20000BBD21%20DEVARCH%2047701A02%20DEVTYPE%2000%20DWT%3CBR%20%2F%3E%5B0%5D%5B2%5D%3A%20E0002000%20CID%20B105900D%20PID%20000BBD21%20DEVARCH%2047701A03%20DEVTYPE%2000%20FPB%3CBR%20%2F%3E%5B0%5D%5B3%5D%3A%20E0000000%20CID%20B105900D%20PID%20000BBD21%20DEVARCH%2047701A01%20DEVTYPE%2043%20ITM%3CBR%20%2F%3E%5B0%5D%5B5%5D%3A%20E0041000%20CID%20B105900D%20PID%20002BBD21%20DEVARCH%2047724A13%20DEVTYPE%2013%20ETM%3CBR%20%2F%3E%5B0%5D%5B6%5D%3A%20E0042000%20CID%20B105900D%20PID%20000BBD21%20DEVARCH%2047701A14%20DEVTYPE%2014%20CSS600-CTI%3CBR%20%2F%3EMemory%20zones%3A%3CBR%20%2F%3EZone%3A%20%22Default%22%20Description%3A%20Default%20access%20mode%3CBR%20%2F%3ECortex-M33%20identified.%3CBR%20%2F%3EReset%20delay%3A%200%20ms%3CBR%20%2F%3EResetTarget()%20start%3CBR%20%2F%3EReset%20via%20SYSRESETREQ%20and%20reset%20pin%20%2B%20halt%20after%20bootloader%3CBR%20%2F%3EROM%20entered%20ISP%20command%20handling%20loop.%20Re-enable%20the%20debug%20access.%3CBR%20%2F%3EMSPLIM%20cleared%3CBR%20%2F%3EResetTarget()%20end%20-%20Took%20128ms%3CBR%20%2F%3EDevice%20specific%20reset%20executed.%3CBR%20%2F%3EJ-Link%26gt%3Bh%3CBR%20%2F%3EPC%20%3D%201302B460%2C%20CycleCnt%20%3D%2000000000%3CBR%20%2F%3ER0%20%3D%2000000000%2C%20R1%20%3D%205AC33CA5%2C%20R2%20%3D%2000000001%2C%20R3%20%3D%205AC33CA5%3CBR%20%2F%3ER4%20%3D%203012F5FC%2C%20R5%20%3D%2050002E24%2C%20R6%20%3D%2055AACC33%2C%20R7%20%3D%2033CCAA55%3CBR%20%2F%3ER8%20%3D%205AA55AA5%2C%20R9%20%3D%20FCF0030F%2C%20R10%3D%20C33CA55A%2C%20R11%3D%2055AACC33%3CBR%20%2F%3ER12%3D%203012F5FC%3CBR%20%2F%3ESP(R13)%3D%2030125A38%2C%20MSP%3D%2030125A38%2C%20PSP%3D%2000000000%2C%20R14(LR)%20%3D%201302B421%3CBR%20%2F%3EXPSR%20%3D%2001000000%3A%20APSR%20%3D%20nzcvq%2C%20EPSR%20%3D%2001000000%2C%20IPSR%20%3D%20000%20(NoException)%3CBR%20%2F%3ECFBP%20%3D%2000000001%2C%20CONTROL%20%3D%2000%2C%20FAULTMASK%20%3D%2000%2C%20BASEPRI%20%3D%2000%2C%20PRIMASK%20%3D%2001%3CBR%20%2F%3EMSPLIM%20%3D%2000000000%3CBR%20%2F%3EPSPLIM%20%3D%2000000000%3C%2FP%3E%3CP%3ESecurity%20extension%20regs%3A%3CBR%20%2F%3EMSP_S%20%3D%2030125A38%2C%20MSP_NS%20%3D%2000000000%3CBR%20%2F%3EMSPLIM_S%20%3D%2000000000%2C%20MSPLIM_NS%20%3D%2000000000%3CBR%20%2F%3EPSP_S%20%3D%2000000000%2C%20PSP_NS%20%3D%20FFFFFFFC%3CBR%20%2F%3EPSPLIM_S%20%3D%2000000000%2C%20PSPLIM_NS%20%3D%2000000000%3CBR%20%2F%3ECONTROL_S%20%3D%2000%2C%20FAULTMASK_S%20%3D%2000%2C%20BASEPRI_S%20%3D%2000%2C%20PRIMASK_S%20%3D%2001%3CBR%20%2F%3ECONTROL_NS%20%3D%2000%2C%20FAULTMASK_NS%20%3D%2000%2C%20BASEPRI_NS%20%3D%2000%2C%20PRIMASK_NS%20%3D%2000%3C%2FP%3E%3CP%3EFPS0%20%3D%2000000000%2C%20FPS1%20%3D%2000000000%2C%20FPS2%20%3D%2000000000%2C%20FPS3%20%3D%2000000000%3CBR%20%2F%3EFPS4%20%3D%2000000000%2C%20FPS5%20%3D%2000000000%2C%20FPS6%20%3D%2000000000%2C%20FPS7%20%3D%2000000000%3CBR%20%2F%3EFPS8%20%3D%2000000000%2C%20FPS9%20%3D%2000000000%2C%20FPS10%3D%2000000000%2C%20FPS11%3D%2000000000%3CBR%20%2F%3EFPS12%3D%2000000000%2C%20FPS13%3D%2000000000%2C%20FPS14%3D%2000000000%2C%20FPS15%3D%2000000000%3CBR%20%2F%3EFPS16%3D%2000000000%2C%20FPS17%3D%2000000000%2C%20FPS18%3D%2000000000%2C%20FPS19%3D%2000000000%3CBR%20%2F%3EFPS20%3D%2000000000%2C%20FPS21%3D%2000000000%2C%20FPS22%3D%2000000000%2C%20FPS23%3D%2000000000%3CBR%20%2F%3EFPS24%3D%2000000000%2C%20FPS25%3D%2000000000%2C%20FPS26%3D%2000000000%2C%20FPS27%3D%2000000000%3CBR%20%2F%3EFPS28%3D%2000000000%2C%20FPS29%3D%2000000000%2C%20FPS30%3D%2000000000%2C%20FPS31%3D%2000000000%3CBR%20%2F%3EFPSCR%3D%2000000000%3CBR%20%2F%3EJ-Link%26gt%3Bloadfile%20%2F...%2Fproject%2Fdebug%2Fzephyr%2Fzephyr.hex%3CBR%20%2F%3E'loadfile'%3A%20Performing%20implicit%20reset%20%26amp%3B%20halt%20of%20MCU.%3CBR%20%2F%3EResetTarget()%20start%3CBR%20%2F%3EReset%20via%20SYSRESETREQ%20and%20reset%20pin%20%2B%20halt%20after%20bootloader%3CBR%20%2F%3EROM%20entered%20ISP%20command%20handling%20loop.%20Re-enable%20the%20debug%20access.%3CBR%20%2F%3EMSPLIM%20cleared%3CBR%20%2F%3EResetTarget()%20end%20-%20Took%20117ms%3CBR%20%2F%3EDevice%20specific%20reset%20executed.%3CBR%20%2F%3EDownloading%20file%20%5B%2F...%2Fproject%2Fdebug%2Fzephyr%2Fzephyr.hex%5D...%3CBR%20%2F%3EJ-Link%3A%20Flash%20download%3A%20Bank%201%20%40%200x18000000%3A%201%20range%20affected%20(786432%20bytes)%3CBR%20%2F%3EJ-Link%3A%20Flash%20download%3A%20Total%3A%2013.012s%20(Prepare%3A%200.333s%2C%20Compare%3A%202.685s%2C%20Erase%3A%202.979s%2C%20Program%3A%205.531s%2C%20Verify%3A%201.307s%2C%20Restore%3A%200.174s)%3CBR%20%2F%3EJ-Link%3A%20Flash%20download%3A%20Program%20speed%3A%20139%20KB%2Fs%3CBR%20%2F%3EO.K.%3CBR%20%2F%3EJ-Link%26gt%3Bqc%3C%2FP%3E%3CP%3EScript%20processing%20completed.%3C%2FP%3E%3C%2FDIV%3E%3CNOSCRIPT%3E%3CDIV%20class%3D%22lia-spoiler-noscript-container%22%3E%3CDIV%20class%3D%22lia-spoiler-noscript-content%22%3E%5B2025-11-24T09%3A34%3A03.519%5D%20%5BSecure%20Provisioning%5D%20%5Berror%5D%20No%20device%20id%20found.%5B2025-11-24T09%3A34%3A04.494%5D%20%5BSecure%20Provisioning%5D%20%5Berror%5D%20No%20device%20id%20found.%5B2025-11-24T09%3A34%3A04.503%5D%20%5Bproc%5D%20%5Binfo%5D%20Cmd%3A%20%2Fopt%2FSEGGER%2FJLink_V872%2FJLinkGDBServerCLExe%20-listprobes%20USB%5B2025-11-24T09%3A34%3A04.507%5D%20%5Bproc%5D%20%5Binfo%5D%20Cmd%3A%20%2Fusr%2Flocal%2FLinkServer_25.9.134%2FLinkServer%20probes%20--json%5B2025-11-24T09%3A34%3A04.948%5D%20%5Bproc%5D%20%5Binfo%5D%20Cmd%3A%20%2Fusr%2Flocal%2Fmcuxpressoide-24.12.148%2Fide%2Ftools%2Fbin%2Farm-none-eabi-gcc%20--version%5B2025-11-24T09%3A34%3A04.953%5D%20%5Bproc%5D%20%5Binfo%5D%20Cmd%3A%20%2Fusr%2Flocal%2Fmcuxpressoide%2Fide%2Ftools%2Fbin%2Farm-none-eabi-gcc%20--version%5B2025-11-24T09%3A34%3A04.959%5D%20%5Bproc%5D%20%5Binfo%5D%20Cmd%3A%20%2F...%2F.mcuxpressotools%2Farm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi%2Fbin%2Farm-none-eabi-gcc%20--version%5B2025-11-24T09%3A34%3A04.963%5D%20%5Bproc%5D%20%5Binfo%5D%20Cmd%3A%20%2F...%2F.mcuxpressotools%2Farm-gnu-toolchain-13.2.Rel1-x86_64-arm-none-eabi%2Fbin%2Farm-none-eabi-gcc%20--version%5B2025-11-24T09%3A34%3A04.972%5D%20%5Bproc%5D%20%5Binfo%5D%20Cmd%3A%20cmake%20-DFORMAT%3Djson%20-P%20verify-toolchain.cmake%5B2025-11-24T09%3A34%3A06.130%5D%20%5Bproc%5D%20%5Binfo%5D%20%7B%22ZEPHYR_TOOLCHAIN_VARIANT%22%20%3A%20%22zephyr%22%2C%20%22SDK_VERSION%22%3A%20%220.17.4%22%2C%20%22ZEPHYR_SDK_INSTALL_DIR%22%20%3A%20%22%2F...%2Fzephyr-sdk-0.17.4%22%7D%5B2025-11-24T09%3A34%3A06.136%5D%20%5Bproc%5D%20%5Binfo%5D%20Cmd%3A%20%2F...%2Fzephyr-sdk-0.17.4%2Farm-zephyr-eabi%2Fbin%2Farm-zephyr-eabi-objcopy%20-I%20elf32-littlearm%20-O%20ihex%20%2F...%2Fproject%2Fdebug%2Fzephyr%2Fzephyr.elf%20zephyr.hex%5B2025-11-24T09%3A34%3A06.157%5D%20%5Bproc%5D%20%5Binfo%5D%20Cmd%3A%20%2Fopt%2FSEGGER%2FJLink_V872%2FJLinkExe%20-if%20SWD%20-speed%20auto%20-commanderscript%20%2F...%2Fproject%2Fscript.jlink%20-device%20RW610%20-SelectEmuBySN%2053002466%5B2025-11-24T09%3A34%3A20.074%5D%20%5BSEGGER%5D%20%5Binfo%5D%20SEGGER%20flash%20operation%20completed%20successfully%3ASEGGER%20J-Link%20Commander%20V8.72%20(Compiled%20Sep%2024%202025%2013%3A39%3A14)DLL%20version%20V8.72%2C%20compiled%20Sep%2024%202025%2013%3A38%3A10J-Link%20Command%20File%20read%20successfully.Processing%20script%20file...J-Link%26gt%3BExitOnError%201J-Link%20Commander%20will%20now%20exit%20on%20ErrorJ-Link%26gt%3BrJ-Link%20connection%20not%20established%20yet%20but%20required%20for%20command.Connecting%20to%20J-Link%20via%20USB...O.K.Firmware%3A%20J-Link%20V13%20compiled%20Sep%2017%202025%2012%3A01%3A59Hardware%20version%3A%20V13.00J-Link%20uptime%20(since%20boot)%3A%200d%2000h%2006m%2024sS%2FN%3A%2053002466License(s)%3A%20GDBUSB%20speed%20mode%3A%20High%20speed%20(480%20MBit%2Fs)VTref%3D3.325VTarget%20connection%20not%20established%20yet%20but%20required%20for%20command.Device%20%22RW610%22%20selected.Connecting%20to%20target%20via%20SWDInitTarget()%20startSWD%20selected.%20Executing%20JTAG%20-%26gt%3B%20SWD%20switching%20sequence.DAP%20initialized%20successfully.DMAP_REG_ID%3A%20DM-AP%20IDCODE%20detected%3A%200x002A0000DHCSR%3A%200xFFFFFFFFROM%20entered%20ISP%20command%20handling%20loop.%20Re-enable%20the%20debug%20access.InitTarget()%20end%20-%20Took%2014.0msFound%20SW-DP%20with%20ID%200x6BA02477DPIDR%3A%200x6BA02477CoreSight%20SoC-400%20or%20earlierScanning%20AP%20map%20to%20find%20all%20available%20APsAP%5B1%5D%3A%20Stopped%20AP%20scan%20as%20end%20of%20AP%20map%20has%20been%20reachedAP%5B0%5D%3A%20AHB-AP%20(IDR%3A%200x84770001%2C%20ADDR%3A%200x00000000)Iterating%20through%20AP%20map%20to%20find%20AHB-AP%20to%20useAP%5B0%5D%3A%20Core%20foundAP%5B0%5D%3A%20AHB-AP%20ROM%20base%3A%200xE00FF000CPUID%20register%3A%200x410FD214.%20Implementer%20code%3A%200x41%20(ARM)Feature%20set%3A%20MainlineCache%3A%20No%20cacheFound%20Cortex-M33%20r0p4%2C%20Little%20endian.FPUnit%3A%208%20code%20(BP)%20slots%20and%200%20literal%20slotsSecurity%20extension%3A%20implementedSecure%20debug%3A%20enabledCoreSight%20components%3AROMTbl%5B0%5D%20%40%20E00FF000%5B0%5D%5B0%5D%3A%20E000E000%20CID%20B105900D%20PID%20000BBD21%20DEVARCH%2047702A04%20DEVTYPE%2000%20Cortex-M33%5B0%5D%5B1%5D%3A%20E0001000%20CID%20B105900D%20PID%20000BBD21%20DEVARCH%2047701A02%20DEVTYPE%2000%20DWT%5B0%5D%5B2%5D%3A%20E0002000%20CID%20B105900D%20PID%20000BBD21%20DEVARCH%2047701A03%20DEVTYPE%2000%20FPB%5B0%5D%5B3%5D%3A%20E0000000%20CID%20B105900D%20PID%20000BBD21%20DEVARCH%2047701A01%20DEVTYPE%2043%20ITM%5B0%5D%5B5%5D%3A%20E0041000%20CID%20B105900D%20PID%20002BBD21%20DEVARCH%2047724A13%20DEVTYPE%2013%20ETM%5B0%5D%5B6%5D%3A%20E0042000%20CID%20B105900D%20PID%20000BBD21%20DEVARCH%2047701A14%20DEVTYPE%2014%20CSS600-CTIMemory%20zones%3AZone%3A%20%22Default%22%20Description%3A%20Default%20access%20modeCortex-M33%20identified.Reset%20delay%3A%200%20msResetTarget()%20startReset%20via%20SYSRESETREQ%20and%20reset%20pin%20%2B%20halt%20after%20bootloaderROM%20entered%20ISP%20command%20handling%20loop.%20Re-enable%20the%20debug%20access.MSPLIM%20clearedResetTarget()%20end%20-%20Took%20128msDevice%20specific%20reset%20executed.J-Link%26gt%3BhPC%20%3D%201302B460%2C%20CycleCnt%20%3D%2000000000R0%20%3D%2000000000%2C%20R1%20%3D%205AC33CA5%2C%20R2%20%3D%2000000001%2C%20R3%20%3D%205AC33CA5R4%20%3D%203012F5FC%2C%20R5%20%3D%2050002E24%2C%20R6%20%3D%2055AACC33%2C%20R7%20%3D%2033CCAA55R8%20%3D%205AA55AA5%2C%20R9%20%3D%20FCF0030F%2C%20R10%3D%20C33CA55A%2C%20R11%3D%2055AACC33R12%3D%203012F5FCSP(R13)%3D%2030125A38%2C%20MSP%3D%2030125A38%2C%20PSP%3D%2000000000%2C%20R14(LR)%20%3D%201302B421XPSR%20%3D%2001000000%3A%20APSR%20%3D%20nzcvq%2C%20EPSR%20%3D%2001000000%2C%20IPSR%20%3D%20000%20(NoException)CFBP%20%3D%2000000001%2C%20CONTROL%20%3D%2000%2C%20FAULTMASK%20%3D%2000%2C%20BASEPRI%20%3D%2000%2C%20PRIMASK%20%3D%2001MSPLIM%20%3D%2000000000PSPLIM%20%3D%2000000000Security%20extension%20regs%3AMSP_S%20%3D%2030125A38%2C%20MSP_NS%20%3D%2000000000MSPLIM_S%20%3D%2000000000%2C%20MSPLIM_NS%20%3D%2000000000PSP_S%20%3D%2000000000%2C%20PSP_NS%20%3D%20FFFFFFFCPSPLIM_S%20%3D%2000000000%2C%20PSPLIM_NS%20%3D%2000000000CONTROL_S%20%3D%2000%2C%20FAULTMASK_S%20%3D%2000%2C%20BASEPRI_S%20%3D%2000%2C%20PRIMASK_S%20%3D%2001CONTROL_NS%20%3D%2000%2C%20FAULTMASK_NS%20%3D%2000%2C%20BASEPRI_NS%20%3D%2000%2C%20PRIMASK_NS%20%3D%2000FPS0%20%3D%2000000000%2C%20FPS1%20%3D%2000000000%2C%20FPS2%20%3D%2000000000%2C%20FPS3%20%3D%2000000000FPS4%20%3D%2000000000%2C%20FPS5%20%3D%2000000000%2C%20FPS6%20%3D%2000000000%2C%20FPS7%20%3D%2000000000FPS8%20%3D%2000000000%2C%20FPS9%20%3D%2000000000%2C%20FPS10%3D%2000000000%2C%20FPS11%3D%2000000000FPS12%3D%2000000000%2C%20FPS13%3D%2000000000%2C%20FPS14%3D%2000000000%2C%20FPS15%3D%2000000000FPS16%3D%2000000000%2C%20FPS17%3D%2000000000%2C%20FPS18%3D%2000000000%2C%20FPS19%3D%2000000000FPS20%3D%2000000000%2C%20FPS21%3D%2000000000%2C%20FPS22%3D%2000000000%2C%20FPS23%3D%2000000000FPS24%3D%2000000000%2C%20FPS25%3D%2000000000%2C%20FPS26%3D%2000000000%2C%20FPS27%3D%2000000000FPS28%3D%2000000000%2C%20FPS29%3D%2000000000%2C%20FPS30%3D%2000000000%2C%20FPS31%3D%2000000000FPSCR%3D%2000000000J-Link%26gt%3Bloadfile%20%2F...%2Fproject%2Fdebug%2Fzephyr%2Fzephyr.hex'loadfile'%3A%20Performing%20implicit%20reset%20%26amp%3B%20halt%20of%20MCU.ResetTarget()%20startReset%20via%20SYSRESETREQ%20and%20reset%20pin%20%2B%20halt%20after%20bootloaderROM%20entered%20ISP%20command%20handling%20loop.%20Re-enable%20the%20debug%20access.MSPLIM%20clearedResetTarget()%20end%20-%20Took%20117msDevice%20specific%20reset%20executed.Downloading%20file%20%5B%2F...%2Fproject%2Fdebug%2Fzephyr%2Fzephyr.hex%5D...J-Link%3A%20Flash%20download%3A%20Bank%201%20%40%200x18000000%3A%201%20range%20affected%20(786432%20bytes)J-Link%3A%20Flash%20download%3A%20Total%3A%2013.012s%20(Prepare%3A%200.333s%2C%20Compare%3A%202.685s%2C%20Erase%3A%202.979s%2C%20Program%3A%205.531s%2C%20Verify%3A%201.307s%2C%20Restore%3A%200.174s)J-Link%3A%20Flash%20download%3A%20Program%20speed%3A%20139%20KB%2FsO.K.J-Link%26gt%3BqcScript%20processing%20completed.%3C%2FDIV%3E%3C%2FDIV%3E%3C%2FNOSCRIPT%3E%3C%2FDIV%3E%3C%2FDIV%3E%3CP%3ESince%20the%20flashing%20worked%20when%20using%20FreeRTOS%20I%20suspect%20I%20have%20something%20in%20the%20devicetree%20or%20KConfig%20configured%20incorrectly.%26nbsp%3B%20Is%20there%20anything%20I%20should%20look%20for%20there%3F%3CBR%20%2F%3EI%20am%20using%20the%20MCUXpresso%20VSCode%20extension%20on%20Linux%2C%20flashing%20Zephyr%204.3.0.%3C%2FP%3E%3CP%3EThank%20you!%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-LABS%20id%3D%22lingo-labs-2247462%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CLINGO-LABEL%3EProduct%3A%20WiFi%20RW6XX%3C%2FLINGO-LABEL%3E%3C%2FLINGO-LABS%3E%3CLINGO-SUB%20id%3D%22lingo-sub-2248510%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%20translate%3D%22no%22%3ERe%3A%20RW610%20JLink%20DAP%20Failing%20on%20Zephyr%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-2248510%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EHi%2C%3C%2FP%3E%0A%3CBR%20%2F%3E%0A%3CP%3EAre%20you%20able%20to%20use%20the%20J-Link%20Commander%20CLI%20to%20communicate%20with%20the%20core%3F%20(not%20in%20VS%20code)%3C%2FP%3E%0A%3CP%3EWhat%20example%20did%20you%20use%3F%3C%2FP%3E%0A%3CBR%20%2F%3E%0A%3CP%3ERegards%2C%3CBR%20%2F%3EDaniel.%3C%2FP%3E%3C%2FLINGO-BODY%3E