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 = .;