[quote user="BrandyJ"]By sometimes, I mean that most of the time my algorithms are working. But after say 262 loops, an error shows up.[/quote]
If the problem consistently occurs on iteration 262, then it is probably a straightforward software issue. But if the problem doesn't occur consistently, then there must be some race condition, or even a hardware issue.
[quote user="BrandyJ"]I just wanted to make sure there wasn't a limitation of sorts that I was hitting regarding the size of the memset and memcpy I was making.[/quote]
I'm not aware of any such limitation.
Thanks and regards,
-George