Hi Sebastien, I can confirm that enabling LL_MODE via VS command, or build the DTM with LL_ONLY solved the issue with connecting the BlueNRG2 to Zephyr BLE stack.There was a bug in my hci_uart driver which in case of ACL packages read from the uart f...
Hi Sebastien,thanks for the confirmation that Zephyr is compliant with bnrg2/dtm. My BlueNRG-2 is flashed with DTM fw I build (prebuild fw binaries did not work for me)the spi.c together with h4.c are the drivers I was inspired by when writing my uar...
Hi all,I can confirm that rebuilding the DTM with LL_ONLY results into bluenrg2 NOT sending the VS event EVT_BLUE_INITIALIZED.However, the new DTM build (flashed using openocd) did not solve my issue with the Zephyr BLE stack. @AlexandrX can you t...
The probem is reset event which standart DTM fw always issue after the reset is released. Also the standard HCI stack is sending additional sw reset packet which cause the bluenrg to issue the reset event again. Then there is a VS ACI interface in th...