2022-10-11 06:47 AM
Hi, I'm trying to run BLE_TransparentMode on my STM32WB55VG for DTM purposes. I'm using FUS 1.2.0, Wireless Stack 1.13.2 (stm32wb5x_BLE_HCILayer_extended_fw), BLE_TransparentMode app 1.13.2.
I'm building it in STM32CubeIde 1.8.0 with CubeMX 6.4.0, only thing I'm changing comparing to default config is USART-TX pin from PB7 to PA9 (in .ioc file).
App works almost fine. It responds for most of the commands with Command Complete but there is a problem while ending TX test.
HCI_LE_TRANSMITTER_TEST is sent and I got Command Complete as a result, then I'm trying to send HCI_LE_TEST_END and here is the problem. Response goes back after ~30sec, with Command Complete as result. The same app works fine for my Nucleo Board with STM32WB55 (with the same stack and FUS).
Can you help me figure it out what I could do wrong or where to debug?
BR,
Sebastian
2022-11-07 02:46 AM
Hello,
Can you retry with the latest STM32CubeWB firmware package (v1.14.1), to see if you have the same issue?
Best Regards
2023-09-28 05:40 AM
We use BlueNRG-M2SP module on our device. To be honest, I don't really understand your answer.