rtos - Basics of Real Time OS -
i trying learn rtos scratch , this, use freertos.org reference. find out site best resource learn rtos. however, have doubts , trying find out not able exact answers.
1) how find out device have real-time capability e.g. controller has (ti hercules) , other don't have(msp430)?
2) depend upon architecture of core (arm cortex-r cpu in ti hercules tms570)?
i know these questions make nuisance, don't know how answer of these questions.
thanks in advance
edit:
one more query have meant "os" in rtos? mean same os others or it's contains source code file api's?
figuring out whether device has "real-time" capability arbitrary , depends on project's timing requirements. if have timing requirements high, you'll want use faster microcontroller/processor.
using rtos (e.g. freertos, ecos, or ucos-x) can ensure given task execute @ predictable time. freertos website provides discussion of operating systems , means operating system claim real-time capabilities. http://www.freertos.org/about-rtos.html
you can see ports pages of uc/os-x , freertos can run on variety target microcontrollers / microprocessors.
Comments
Post a Comment