|
|
View previous topic :: View next topic |
Author |
Message |
Storic
Joined: 03 Dec 2005 Posts: 182 Location: Australia SA
|
RTOS |
Posted: Tue Dec 06, 2005 4:55 pm |
|
|
Hi,
If RTOS is multi tasking, then can you program the micro and add an another program into the micro and use the main program to pick up the other program and multi task with.
ie, have the main program to setup the input, types, timers, comms, output, etc and then add another compiled program into the micro that will determin how the input, timers etc will control the outputs etc.
depending on the micro size, can we say on a 4 input to 4 output program their perameters on the main program and then have 4 independent program to program each input to drive the output based on (value)
even have say 1 input as an analog input and drive each (4) output on x % value of the input.
I guess I want to offer a unit to my Future customers that you can program how you want this unit to work. ( I would be looking at writing a small basic program for the PC to program the unit with)
ANdrew _________________ What has been learnt if you make the same mistake? |
|
|
Guest
|
|
Posted: Tue Dec 06, 2005 5:54 pm |
|
|
This is really not what an rtos is for. You want a bootloader. An rtos is simply a nice way to manage tasks inside a program. Really its just a program framework, which you add your own functionality to.
Also, there is no reason you cant upload a program with an rtos using a bootloader.
If you want your customers to be able to program the device themselves, its probably going to need some kind of bootloader anyway. |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|