Skip to main content
sebachm94
Associate
October 11, 2022
Question

HCI_LE_TEST_END long response (BLE_TransparentMode - STM32WB55)

  • October 11, 2022
  • 2 replies
  • 1555 views

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

This topic has been closed for replies.

2 replies

Remy ISSALYS
ST Technical Moderator
November 7, 2022

Hello,

Can you retry with the latest STM32CubeWB firmware package (v1.14.1), to see if you have the same issue?

Best Regards

Associate
September 28, 2023

We use BlueNRG-M2SP module on our device. To be honest, I don't really understand your answer.