Other Parts Discussed in Thread: CC2640
OK - I am working with a CC2640 using an IAR IDE.
The system is configured with multiple tasks 5 total including IDLE and ICALL. Basically - when I have all 5 tasks in the system - the rtos crashes at BIOS_start() immediately due to a stack overflow.
If I remove one of the application tasks - everything seems to work fine. The RTOS is up and running and the application task is working fine.
If I re-insert this task and remove the other application task - everything seems to work fine. That application task seems to be working fine.
But when I put both tasks back in the system together I again receive a stack overflow and exit.
So individually - both tasks seem to be ok running in the system by themselves. However - when both are in the system together an overflow error occurs.
Is there some overarching parameter I am missing in the .cfg file that should be set larger?