wiki:TBR/Website/FAQ
Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Version 4 (modified by JoelSherrill, on 05/29/06 at 16:46:10) (diff)

quick answer.

FAQ

FAQ Page

  1. For the memory sizes of RTEMS elements inside Chapter 8 of the processor-specific application supplement, are they in bytes or words?

They should be in bytes.

2. The Multiprocessor Communications Interface Layer describes the use of global objects as a means of communicaton, but does that mean you can use any device (serial port, CANbus, ethernet) to act as the conduit for the MPCI packets?

Yes. The only provided driver is for shared memory.

  1. Can you give an example application that demonstrates the implementation of the MPCI between two nodes?

The driver portion is in c/src/lib/libbsp/shmdr. Each of the mptests is an example.

  1. Has anyone implemented a JAUS message set with the RTEMS OS?

Not that I know of but I do know Robert Wade. :)