Other Parts Discussed in Thread: MSP430F5336
Hi,
I don't have any experience using multi threaded environments. However, I have a need that may require me to go one. I have a system using an MSP430F5336 device and need to add in pre-coded drivers for the CC3000. The drivers are written from the perspective that nothing else is running or needs cpu cycles for extended periods of time (multiple seconds) while waiting for events to occur. That will not work with my system because there are functions in it that need to be taken care of in a timely fashion (that can't be interrupt driven). I don't have an OS in my system (or, if you want to call it, I have a very simple OS that I have written myself).
The question is: does anyone know a simple way to implement a multi threaded environment - so as not to have a large impact on my existing system? Is there another simpler way to go about this?
Thanks,
Brent