Hi
I need to decode frame data and send to A8 to do other something.
But I doesn't want to use Utils_bitbufGetEmptyBuf!
So I alloc a buffer using memBitBufAlloc , But I cann't received any data from DSP in A8.
is must using bitbufGetEmptyBuf to share buffer to A8?
is there other method to do that?
How to increate bitbufGetEmptyBuf buffer size?
Thanks.