Hello,
My first attempt with channel sounding.
Hardware Setup:
- Initiator: nRF54L15 DK running `channel_sounding_ras_initiator` sample (no issues found so far)
- Reflector: XIAO nRF54L15 running `channel_sounding_ras_reflector` sample (issue: not showing initialization logs)
Environment:
- NCS version: v3.1.1
- Build system: West workspace. Building with sysbuild
- Board target: `xiao_nrf54l15/nrf54l15/cpuapp`
Issue: The reflector sample builds and flashes successfully without errors or warnings, but does not display initialization logs when connected via serial terminal. The XIAO board works correctly with other samples (hello_world, blink, broadcaster).
What I've Done:
- Downloaded and integrated manufacturer's DTS and overlay files
- Verified hardware functionality with multiple sample applications
- Added board target and prj.conf to base configuration
Observations: When opening the built prj.conf file, I notice several missing dependencies (see attachment).
**Questions:**
Main question: How to get rid of those missing dependencies ?
Additional questions:
1. Are there specific configuration requirements for channel sounding on custom boards?
2. What could cause the initialization logs to not appear despite successful build/flash? I do not suspect issue with serial port configuration but will double check anyways.
3. Regarding `sample.yaml` (see attachment) in the application root: What is its purpose? Should it be modified to include custom boards?
Thank you for any insight / suggestion.
Andrei

