This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Sys bios

Other Parts Discussed in Thread: SYSBIOS

Hi,

I'm new to RTOs concepts, and below is some doubts:

1) Sys bios what kind of RTOS

  • a) Priority Based ?
  • b) Time Based ?
  • Premtive done based on priority or Time?
  • Can we assign time for tasks?

2) Need to know Sysbios concepts with example ( which API need to be used and how), where can i find them

  • Semaphore
  • mutex
  • messages
  • mail box

Regards,

Bindu

  • Hi Bindu,

    Have you read the "SYS/BIOS User Guide" (included in the docs folder in sysbios package)?
    It shall answer all your questions.

    Regards,
    Vasili

  •  

    Hi Vasili,

    I'm refering user guide SPRUEX3J for sys bios.

    Is there any other user guide?

    Regards,

    Bindu

  • Hi,

    Yes, this guide. Although there is a newer revision (I personally have "M" not "J")...
    Chapter on "Threading Modules" will answer your questions about preemption an priorities. Basically it is all priority based but it also includes an example of how to implement time slicing.

    Chapter in the beginning "Creating SYS/BIOS projects" shows how to create the included example projects. If you look into them you'll find examples for message queue, semaphores and other facilities about which you asked.

    Hope that helps,
    Vasili