Hi everyone, I am attempting to configure two of NRF5340DK modules to execute ISO_Connected_Benchmark.
I have tried to configure ipc_radio to compile for cpunet and application seems to run initially. I have used kconfig from another example application for that. Also, i have managed to cobble together ipc_radio that at least attempts to connect.
On execution i get:
Choose device role - type c (central role) or p (peripheral role), or q to quit: c Central role Change ISO settings (y/N)? [00:01:07.586,303] <inf> iso_connected: Creating CIG [00:01:07.588,897] <inf> iso_connected: Scan started [00:01:07.588,897] <inf> iso_connected: Waiting for advertiser [00:01:07.606,323] <inf> iso_connected: Found peripheral with address E4:83:AA:0D:8F:BB (random) (RSSI -28) [00:01:07.606,353] <inf> iso_connected: Stopping scan [00:01:07.611,358] <inf> iso_connected: Scan stopped [00:01:07.611,358] <inf> iso_connected: Connecting [00:01:07.641,876] <inf> iso_connected: Connected: E4:83:AA:0D:8F:BB (random) [00:01:07.641,998] <inf> iso_connected: Connecting ISO channels [00:01:10.643,249] <inf> iso_connected: Disconnected: E4:83:AA:0D:8F:BB (random), reason 0x13 [00:01:10.645,416] <wrn> bt_hci_core: opcode 0x206f status 0x0c [00:01:10.645,935] <wrn> bt_hci_core: opcode 0x206f status 0x0c [00:01:10.645,965] <inf> iso_connected: ISO Channel 0x200008e8 disconnected with reason 0x13 after 0 milliseconds (average duration 0)
Choose device role - type c (central role) or p (peripheral role), or q to quit: p Peripheral role [00:00:10.312,561] <inf> iso_connected: Registering ISO server [00:00:10.312,561] <inf> iso_connected: Starting advertising [00:00:10.314,971] <inf> iso_connected: Waiting for ACL connection [00:00:19.098,327] <inf> iso_connected: Connected: DC:BD:16:AA:41:7D (random) [00:00:19.098,449] <inf> iso_connected: Waiting for ISO connection [00:00:21.100,006] <inf> iso_connected: Incoming ISO request from 0x20001778 [00:00:21.100,036] <inf> iso_connected: Returning instance 0 [00:00:22.099,578] <inf> iso_connected: Disconnected: DC:BD:16:AA:41:7D (random), reason 0x16 [00:00:22.099,639] <inf> iso_connected: Test complete: -11
I will attach my WIP conf file. Sysbuild file that i had to add is not allowed on this forum, so i won't attach it.
ipc_radio.conf
I am still learning but i would be happy to know how to diagnose that issue and how to solve my problem.