Hi,I'm using STM32WB5MMG and want to send 8-bit data through BLE every specified duration (e.g. 1s). I have tested the Bluetooth and timer interrupt separately and both works fine. However, when I tried to trigger the Bluetooth using timer interrupt ...
I made a breakout board using the STM32WB5MMG with SWD debugging.I have confirmed that the SWD pins are working.I have also set up HSEM, IPCC, RCC, RTC, RF, STM32_WPAN required but I can't detect the BluetoothThe following are clock configuration.
Hi,The data is 8-bit. I have tested the Bluetooth separately and it is able to send data successfully. The problem is when I tried to use timer interrupt to trigger the Bluetooth. Or is there other methods to send the data every specified second with...
Hi,I am using STM32CubeIDE V11.1.0.Is the following the correct configuration?#if defined(STM32WB5Mxx) #define CFG_BLE_LS_SOURCE (SHCI_C2_BLE_INIT_CFG_BLE_LS_NOCALIB | SHCI_C2_BLE_INIT_CFG_BLE_LS_MOD5MM_DEV | SHCI_C2_BLE_INIT_CFG_BLE_LS_CLK_HSE_1024)...
Hi,Sorry for the late response due to personal reason. The problem has been solved.STM32CubeIDE Version: V11.1.0For Firmware (V1.2.0):stm32wb5x_FUS_fw.bin at address 0x080EC000For Wireless (V1.15.0):stm32wb5x_BLE_Stack_full_fw.bin at address 0x080CE0...
Hi @Lotta ,I follow the guidelines on :https://wiki.segger.com/ST_STM32WB#Acquire_Wireless_Stack_binaries/Respository/STM32Cube_FW_WB_V1.15.0/Projects/STM32WB_Copro_Wireless_Binaries/STM32WB5x/Release_Notes.htmlFor Firmware (V1.2.0):stm32wb5x_FUS_fw...