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

7 segmnet with 80c51

I am learning ASM and have to implement a 7 segement display control in ASM language using a sillicon labs C8051F330D and I have to do it as a RTOS Real time operating system using timer 2, does anypne have an example of using timer 2 or setting up a RTOS system with the 8051???

Parents
  • Writing an RTOS is not a simple task. You can not do it without a lot of instruction. Just using one requires some instruction. In this case if you have to ask you can't. You must have been given some instruction and reference material.
    Step 1 is the scheduler ( Task manager). But there are several kinds. I can assume you are doing co-operative multi-tasking. This would be the simplest. But again there is no one solution.

Reply
  • Writing an RTOS is not a simple task. You can not do it without a lot of instruction. Just using one requires some instruction. In this case if you have to ask you can't. You must have been given some instruction and reference material.
    Step 1 is the scheduler ( Task manager). But there are several kinds. I can assume you are doing co-operative multi-tasking. This would be the simplest. But again there is no one solution.

Children