DW3110 and NXP jn5189 in mcuexpresso

Hello,
I am using NXP JN5189 + dw3000 SDK and use example code but it goes into hardfault after dwt_readdevid

In the code, int8_t probe = dwt_probe(struct dwt_probe_s *)&dw3000_probe_interf); operates normally when running, but stops when using the dwt_readivid() function

The linker script has changed to include this structure in the “.text” segment of memory like so:
__dw_drivers_start = .;
.dw_drivers : ALIGN(4)
{
KEEP(*(.dw_drivers))
} > PROGRAM_FLASH
__dw_drivers_end = .;

Hi @peterfan , can you share which UWB hardware and software version you using? As we don’t have official support for the NXP JN5189, it might be useful if you can share more information about your issue (bigger code snipper or the error that you are running into).