I have been successfully using the Peripheral UART example on a 5340DK board. I tried rebuilding for the 7002DK, and am getting runtime errors. The UART initializes, but the call to bt_enable() returns EAGAIN:
[00:00:17.895,446] [0m<inf> peripheral_uart: Wait for DTR[0m
[00:00:18.395,874] [0m<inf> peripheral_uart: DTR set[0m
[00:00:18.411,468] [0m<inf> peripheral_uart: Uart initialized[0m
[00:00:18.420,532] [0m<inf> fs_nvs: 2 Sectors of 4096 bytes[0m
[00:00:18.420,532] [0m<inf> fs_nvs: alloc wra: 0, fe8[0m
[00:00:18.420,562] [0m<inf> fs_nvs: data wra: 0, 0[0m
[00:00:19.421,752] [1;31m<err> bt_hci_driver: Endpoint binding failed with -11[0m
[00:00:19.421,783] [1;31m<err> bt_hci_core: HCI driver open failed (-11)[0m
[00:00:19.421,813] [1;31m<err> peripheral_uart: Failed to enable Bluetooth (err: -11)[0m
Any suggestions? Am I naive to assume the 5340 should work the same on both the 5340DK and 7002DK boards?
Thanks,
Rick