OS Design

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
abhoan
Posts: 4
Joined: Sun Jun 26, 2005 11:00 pm

OS Design

Post by abhoan »

I need to create an RTOS for guidance system for a small automated aircraft model. Can it be made in C and can anyone guide me how to actually design it. I dont need any major fancy controls just X and Y axis controls output from the main processor. Iwas thinking of using an motorolla mobile class processor
Phibred
Member
Member
Posts: 31
Joined: Sun Jun 26, 2005 11:00 pm
Location: Toronto, Ontario, Canada
Contact:

Re: OS Design

Post by Phibred »

Well, if you were able to provide us with a chipset for instructions or something we could be more of a service. I am sure many of us specialize in the X86 arc, and I am not sure what this processor is. You will most likely have to get a compiler from the company and instructions of how to dev from them. Sorry.
It will come from the ashes of the old era.
-- James Vaughan
Legend
Member
Member
Posts: 195
Joined: Tue Nov 02, 2004 12:00 am
Contact:

Re: OS Design

Post by Legend »

But at least for a great number of cpus there is a C compiler of some sort existing, so it would not be impossible.
*post*
abhoan
Posts: 4
Joined: Sun Jun 26, 2005 11:00 pm

Re: OS Design

Post by abhoan »

Well, i can't name the chipset right now cause i don't have the exact idea which one to use. But i have some limitations like i can't use too much space for the whole hardware becuase of lack of space so there can be no major cooling. Also power avaliable will be throug battery and not a stable A.C source of 110 or 220 V.

No major computing power is required, only a basic time based pre-programmed C program has to be run to give ON and OFF output signals to the other hardware, ie motors.

I'll put up the exact requirements and project data in a week or so.. so you can cheak it out then..

Well if you have any ideas.. put them up..

Thanks
Cjmovie
Posts: 4
Joined: Wed Jun 29, 2005 11:00 pm

Re: OS Design

Post by Cjmovie »

You don't need an OS for something this simple, just get a PIC microcontroller from a place like jameco.com
They run at up to 40mhz, some have C compilers from GNU I think, they have built in direct I/O, etc. It's basically a computer on a chip, program data, ram, and all.

Plus they run off a 9 volt battery if you regulate it down to 3.3v (I think).

Hardware dev info can be found for stuff like this at the forums on XGameStation.com
At xgamestation.com/ubbcgi/ultimatebb.cgi
Post Reply