Part Number: CC2640R2F
hello,
I'm working on multi_role project with off_chip_oad on simplelink_cc2640r2_sdk_3_10_00_15 with sensor tag based cc2640r2f devices and launchpadxl.
I'm using accelerometer sensor to detect motion and send that data to launchpadxl when certain threshold is crossed, if the motion detected is once in a while the data transfer between device and launchpadxl works properly.
If there is continuous data generation on the device due to much motion the heapmgrMemAlo goes on increasing and reaches heapmgrMemUB after that heapmgrMemFail goes on increasing and the device is not able to send data even if the launchpadxl is advertising.
On the previous stacks when I was using simplelink_cc2640r2_sdk_1_40_00_45 if heapmgrMemFail would fail the device would get hanged so i was using watchdog to reset it.
But on this stack watchdog reset it not happening even when heapmgrMemUB reaches HEAPMGR_SIZE and heapmgrMemFail goes on increasing.
Please advice me how to free up heap in runtime.
Thanks and regards