Other Parts Discussed in Thread: TIMAC, CC2650
Hi
I'm on a project using a cc2650 launchpad and TIMAC
I tried to add some feature to TIMAC for research purpose.
Then, my device failed to receive any packet.
I found it was because the heap memory space is shorted, so the device cannot allocate memory to rx buffer.
We need additional heap memory space, maybe below a 1k byte, I think.
How can I use additional heap space?
I increased BIOS.heapSize several hundred but it was no use.
Thank you