1. development environment:
software ncs3.0.1 , DW3xxx_XR6.0C_24Feb2022, vscode
hardware: nrf52840, DW3210
DW3210 is a UWB chip produced by Qorvo, and its corresponding SDK is DW3xxx_XR6.0C_24Feb2022. When I integrate this into NCS (Nordic Semiconductor SDK), an error is reported.
(undefined reference to `__dw_drivers_start', undefined reference to `__dw_drivers_end')
It is said that this issue can be resolved by adding a section to the linker file. However, I do not know where the linker file of NCS is located or how to add this section to it

