2024-05-20 07:21 PM - edited 2024-05-20 07: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.
2024-05-20 07: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