How to configure STM32WB0 for HCI Controller Only mode
Hi there.
I'm trying to use the STM32WB0 (NUCLEO-WB09KE) in HCI Controller mode with our Bluetooth Stack: https://github.com/bluekitchen/btstack/
I found the BLE_Transparent application in the STM32WB0 Firmware package which provides HCI over the virtual Serial Port of the ST-Link.
This works until a connection is established. Then, the ST BLE Stack initiates an ATT MTU Request and informs us via a custom HCI Extended Event.
How can I disable the included BLE stack in the BLE_Transparent example and use the STM32WB0 with an external Host Stack?
Thanks,
Matthias Ringwald, BlueKitchen GmbH
