Skip to main content
jeffl.kelley9
Associate III
March 22, 2023
Solved

I cannot find a reference manual for STM32WB which includes what the values of the error codes are. 0x48 is out of memory, presently wondering what 0x42 is. Someone could tell me and that would be appreciated, but certainly there is a manual or .h fi

  • March 22, 2023
  • 3 replies
  • 1006 views

..

This topic has been closed for replies.
Best answer by Chloe Meunier

You can also have a look to this manual :

Middlewares\ST\STM32_WPAN\ble\core\doc\STM32WB_BLE_Wireless_Interface.html

BR

Chloé

3 replies

Chloe Meunier
ST Employee
March 22, 2023

Hello,

in Middlewares\ST\STM32_WPAN\ble\core\ble_std.h you have a list of error codes.

BR

Chloé

Chloe Meunier
Chloe MeunierBest answer
ST Employee
March 22, 2023

You can also have a look to this manual :

Middlewares\ST\STM32_WPAN\ble\core\doc\STM32WB_BLE_Wireless_Interface.html

BR

Chloé

jeffl.kelley9
Associate III
March 24, 2023

That manual looks like just the thing. I have be struggling a bit with the throughput demo trying to figure things out. HCI_DISCONNECTION_COMPLETE_EVT_CODE does not say what connection from the code because there is only one. The manual answers that question also. Thanks.