Quote:
Originally Posted by byteit101
ok, but why is it crashing the crio?
|
You're taking the loop number and treating it like a pointer , so the rio is trying to access memory at the address of 'loop', which is probably 0 or very low. Basically you're causing a segmentation fault, which probably causes your task on the rio to exit.