Part Number:CC2640R2F
Tool/software:TI-RTOS
Hi TI experts,
When scanning continuously, "insufficient memory" error happens.
How should I solve or avoid this issue?
In my case, I increased the "scan duration" from 1 second to 65534 for now as the issue happens when using short scan duration.
But, I would like to know a perfect solution.
// Insufficient memory
case SC_EVT_INSUFFICIENT_MEM:
{
// We are running out of memory.
Display_printf(dispHandle, SC_ROW_ANY_CONN, 0, "Insufficient Memory\r\n");
// We might be in the middle of scanning, try stopping it.
GapScan_disable();
}
BR,
Ji Won