What did CAP_Init do? Why does it return BLE_STATUS_OUT_OF_MEMORY
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-05-20 7:21 PM - edited 2024-05-20 7:26 PM
HI,
I am developing my ble audio headphone with STM32WBA55G-DK1.But when i called the CAP_Init function which provided by ST with binary library, the CAP_Init function return BLE_STATUS_OUT_OF_MEMORY. I compared with the STM32WBA55G-DK1 demo applicaiont, but i still can't find the real reason. It is so terrible to program such complex functions with binary library. When we meet trouble, we will have little ways to deal it.
- Labels:
-
BLE
-
STM32WBA series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-05-20 7:40 PM
Does it call an allocator you provide? What's the request? And does it fail?
>>When we meet trouble, we will have little ways to deal it.
Just means you'll need to be more creative
Up vote any posts that you find helpful, it shows what's working..
