2022-10-28 06:06 AM
Hi,
I am trying to use the BLE (SPBTLE-1S chip) on my STWIN to send acceleration data, and receive some parameters. My first idea was to use a template from X-Cube-BLE1 with the following configuration :
According to the schematics, I need to use the SPI2 to communicate with SPBTLE-1S.
My CubeIDE configuration is the following:
Unfortunately after flashing, I can't communicate with the BLE, the void MX_BlueNRG_MS_Init(void) failed because of the function aci_hal_read_config_data(CONFIG_DATA_RANDOM_ADDRESS, BDADDR_SIZE, &bdaddr_len_out, bdaddr). The printf indicate "Static address not well formed".
Edit 03/11/2022:
I will appreciate any help or advises,
Many thanks,
Axel.
2024-06-24 09:14 AM
Hi,
I'm currently facing the exact same issue with the BLE (SPBTLE-1S chip) on my STWIN board. Despite following the setup, I can't communicate with the BLE module after flashing, and the MX_BlueNRG_MS_Init(void) function fails. Specifically, the aci_hal_read_config_data returns BLE_STATUS_TIMEOUT.
Has anyone found a solution to this problem?