This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

rtos for 8051

I have to make an rtos for 8051.

1.what are the functions performed by bootloader during startup of the chip?
if i can execute a program on my chip stored at any location in memory then what do i mean by making a separate OS for 8051?

please help me..

regards,
M.Stephen Selvaraj

Parents
  • The question here is if 1.5GHz is enough or how much "more than 1500MHz" that would be required
    just for ease let us make the orignal statement 1.2Ghz making the instruction cycle frequency 100MHZ ~10nS. That would give (for a 100ns task switch) 10 instruction cucles to save the stack in XRAM, restore the new tasks stack, switch task etc. Evwn with a one clocker (120 instruction cycles) I doubt very much it could be done.

    so my estimate

    a whole lot more

    Erik

Reply
  • The question here is if 1.5GHz is enough or how much "more than 1500MHz" that would be required
    just for ease let us make the orignal statement 1.2Ghz making the instruction cycle frequency 100MHZ ~10nS. That would give (for a 100ns task switch) 10 instruction cucles to save the stack in XRAM, restore the new tasks stack, switch task etc. Evwn with a one clocker (120 instruction cycles) I doubt very much it could be done.

    so my estimate

    a whole lot more

    Erik

Children