Tool/software: TI-RTOS
When using 2640 with BLE stack 2.2.1, after hours of passive scanning, we found that HEAPMGR_MEMALO keeps unchanged, but HEAPMGR_MEMMAX and HEAPMGR_MEMUB keep increasing until they reach to HEAPMGR_SIZE. That will lead to a crash of the stack.
From MemAlo's value, we can see that we still have enough memory and all the allocated memory are released. But MemUB's value keeps increasing, regardless of the size of HeapSize.
Can anyone shed some light on this?
Thanks in advance.