jonnybgood
Full Member level 4
- Joined
- Dec 28, 2010
- Messages
- 214
- Helped
- 3
- Reputation
- 6
- Reaction score
- 1
- Trophy points
- 1,298
- Activity points
- 3,011
hi,
I wrote some code for measuring frequency of a square wave input on two separate channels using Timer0 as counter and Timer1 as 16-bit timer. I use combination of two switches with interrupts to select if I would send via rs-232 the period, frequency, and channel number being used.
Now I wish to implement it using the RTX-51. I never worked with this rtos. From where shall I start reading and what are the required elements(functions) to implement this system? thanks
I wrote some code for measuring frequency of a square wave input on two separate channels using Timer0 as counter and Timer1 as 16-bit timer. I use combination of two switches with interrupts to select if I would send via rs-232 the period, frequency, and channel number being used.
Now I wish to implement it using the RTX-51. I never worked with this rtos. From where shall I start reading and what are the required elements(functions) to implement this system? thanks