Dear Technical Support Team,
I have recently been developing with the nRF54L15-DK development board, using the official
channel_sounding/cs_test example provided by Nordic.
Normal communication works only when I configure Main_mode = mode_2 and Sub_mode = mode_1.
All other mode combinations result in errors, as listed below:- Configuring Main_mode = mode_2, Sub_mode = none → returns err-22 (EINVAL)
- Configuring Main_mode = mode_1, Sub_mode = none → returns err-22 (EINVAL)
- Configuring Main_mode = mode_3, Sub_mode = none → returns err-22 (EINVAL)
- Configuring Main_mode = mode_2, Sub_mode = mode_3 → returns err-5 (EIO)
- Configuring Main_mode = mode_3, Sub_mode = mode_2 → returns err-5 (EIO)