How can I make BLE work on STWINKT1?
Hi,
I am trying to use the BLE (SPBTLE-1S chip) on my STEVAL-STWINKT1 board. The idea was to use a project example from X-Cube-BLE2 with the following configuration :
HCI_TL : Basic
HCI_TL_Interface : UserBoard
Application : SampleApp
I used the SPI2 to communicate with SPBTLE-1S.
However, I can't communicate with the BLE, the void MX_BlueNRG_MS_Init(void) fails. The function tBleStatus aci_hal_read_config_data(uint8_t offset, uint16_t data_len, uint8_t *data_len_out_p, uint8_t *data) returns BLE_STATUS_TIMEOUT.
Maybe an issue with the clock or/and the spi configurations? Or something else?
I would really appreciate your help.
Thanks.
