View previous topic :: View next topic |
Author |
Message |
neil
Joined: 08 Sep 2003 Posts: 128
|
Any good or bad experiences with the CCS RTOS? |
Posted: Tue Nov 29, 2005 8:07 am |
|
|
Hi all, I've been looking at the CCS built-in RTOS and wondered if anyone had given it a good trial run. It looks like a fantastic idea and would certainly make programming easier for me, not having to create task triggers manually in the timer ISR.
Is it still vapourware?!
Neil. |
|
|
treitmey
Joined: 23 Jan 2004 Posts: 1094 Location: Appleton,WI USA
|
|
Posted: Tue Nov 29, 2005 8:29 am |
|
|
The RTOS is available. I'm a beta tester.
I've worked through the sample files.
As of yet I haven't had a need to use an RTOS
in a serious project. |
|
|
MikeValencia
Joined: 04 Aug 2004 Posts: 238 Location: Chicago
|
|
Posted: Tue Nov 29, 2005 11:25 am |
|
|
If i use the rtos, does that make Timer1 (or timer2? or 3? or 0?) off-limits for my program use? |
|
|
leong
Joined: 28 Sep 2005 Posts: 5
|
Re: Any good or bad experiences with the CCS RTOS? |
Posted: Tue Dec 13, 2005 2:42 pm |
|
|
I tried to implement tasks of 500ms and 100us using their rtos but it didn't work.. no idea what is happening inside rtos but apparently there would be no user control over the timer that is being used by rtos. it's automatically configured. one of the tasks would be lost.
neil wrote: | Hi all, I've been looking at the CCS built-in RTOS and wondered if anyone had given it a good trial run. It looks like a fantastic idea and would certainly make programming easier for me, not having to create task triggers manually in the timer ISR.
Is it still vapourware?!
Neil. |
|
|
|
|