Other Parts Discussed in Thread: CC2640
Hi,
In CC 2640 sample application project, we are using simple ble central project and trying to add a new task in main(), but when we compile the compilation works fine but after flashing it in cc2640 using smart RF, and when we run the target the system crashes it goes to exit().
Please let me know what are the steps to be followed inorder to add a new task in main, I have followed the below steps but still the system crashes.
ICALL_MAX_NUM_TASKS=5 (modified from 3 to 5)
ICALL_MAX_NUM_ENTITIES=8 (modified from 6 to 8)
If any other paramertes need to modified please inform us.