Tell me that embedded RTOS are you using?
What MCU?
What is the difference between you OS and other?
What do you like in that OS?
What do not you like in it?
That about embedded RTOSes? IS anybody using them?
That about embedded RTOSes? IS anybody using them?
Last edited by demirtos on Tue Dec 09, 2008 12:26 pm, edited 1 time in total.
If you are working with MCU Take a look at my http://sourceforge.net/projects/irtos/
- Troy Martin
- Member
- Posts: 1686
- Joined: Fri Apr 18, 2008 4:40 pm
- Location: Langley, Vancouver, BC, Canada
- Contact:
Re: That about embedded RTOSes? IS anybody using them?
Whaaaaa?demirtos wrote:Tell me that embedded RTOS are you using?
That MCU?
That is the difference between you OS and other?
That do you like in that OS?
That do not you like in it?
I have no idea what you're talking about, I can't understand your post, but I'll try by saying this: I've never used a RTOS or any embedded systems.
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: That about embedded RTOSes? IS anybody using them?
1) I have used washing machines with a built in "computer"
2) s/That/What
3) Your point?
2) s/That/What
3) Your point?
Re: That about embedded RTOSes? IS anybody using them?
Аs for me now I am using FreeRTOS.
It has a good RealTime level because it has very little peaces of code there system is working with interrupt disabled.
But I did not like that it takes a lot of RAM for semaphores and mutexes, and there is no way to work this static memory allocation. I know it sounds strange, but I need to use static memory allocation because RAM size is very small in Microcontrollers. About 4096 bytes. (Atmel 8 bit RISC MCU)
It has a good RealTime level because it has very little peaces of code there system is working with interrupt disabled.
But I did not like that it takes a lot of RAM for semaphores and mutexes, and there is no way to work this static memory allocation. I know it sounds strange, but I need to use static memory allocation because RAM size is very small in Microcontrollers. About 4096 bytes. (Atmel 8 bit RISC MCU)
If you are working with MCU Take a look at my http://sourceforge.net/projects/irtos/
Re: That about embedded RTOSes? IS anybody using them?
Hi,
I've got 3 KVMs and 3 ethernet switches. I assume they all have micro-controllers of some sort, and I assume they also have some sort of software. I don't know what type of micro-controllers, and I don't know what sort of software. I assume they all use "bootable applications", as there's no point bothering with any of the features an OS provides for any of these devices (except a bootloader, perhaps).
Cheers,
Brendan
I've got 3 KVMs and 3 ethernet switches. I assume they all have micro-controllers of some sort, and I assume they also have some sort of software. I don't know what type of micro-controllers, and I don't know what sort of software. I assume they all use "bootable applications", as there's no point bothering with any of the features an OS provides for any of these devices (except a bootloader, perhaps).
Cheers,
Brendan
For all things; perfection is, and will always remain, impossible to achieve in practice. However; by striving for perfection we create things that are as perfect as practically possible. Let the pursuit of perfection be our guide.