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???
"I am learning ASM"
If you're just learning, you need to begin at the beginning with the basic stuff - and an RTOS most certainly does not count as basic stuff!!
These tutorials cover the basics: www.8052.com/tut8051.phtml www.8052.com/tut8052.phtml
"implement a 7 segement display control"
What does that actually mean?
What, exactly, do you need to "control" about the 7-segment display?
You can't begin to solve a problem in any language before you have a proper definition of what the problem is!
I do know the basics of ASM
I can make leds blink, make calls, make macros, I can move numbers and letters around 4 seven segment displays
But fot this university project I have to be able to write any word on 4 seven segement displays using Sillicon Labs C8051F330D using a RTOS based of Timer 2 interrupt
But what else are you going to do?
Just using a timer and displaying data on a display doesn't require an RTOS.
View all questions in Keil forum