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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
ā2023-03-22 6:06 AM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
ā2023-03-22 8:15 AM
You can also have a look to this manual :
Middlewares\ST\STM32_WPAN\ble\core\doc\STM32WB_BLE_Wireless_Interface.html
BR
ChloƩ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
ā2023-03-22 7:27 AM
Hello,
in Middlewares\ST\STM32_WPAN\ble\core\ble_std.h you have a list of error codes.
BR
ChloƩ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
ā2023-03-22 8:15 AM
You can also have a look to this manual :
Middlewares\ST\STM32_WPAN\ble\core\doc\STM32WB_BLE_Wireless_Interface.html
BR
ChloƩ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
ā2023-03-23 10:45 PM
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.
