cancel
Showing results for 
Search instead for 
Did you mean: 

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 file?

jeffl.kelley9
Associate II
 
1 ACCEPTED SOLUTION

Accepted Solutions
Chloe Meunier
ST Employee

You can also have a look to this manual :

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

BR

Chloé

View solution in original post

3 REPLIES 3
Chloe Meunier
ST Employee

Hello,

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

BR

Chloé

Chloe Meunier
ST Employee

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 II

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.