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.

ARM 9263 board

Other Parts Discussed in Thread: EK-TM4C123GXL

Hi,

Is it possible to conduct the below experiments with TI RTOS or any other software ,and with which board we can solve the below experiments,suggest me the appropriate hardware board.

1. Register a new command in CLI.

2. Create a new Task.

3. Interrupt handling.
4. Allocate resource using semaphores.
5. Share resource using MUTEX.
6. Avoid deadlock using BANKER’S algorithm.
7. Synchronize two identical threads using MONITOR.
8. Reader’s Writer’s Problem for concurrent Tasks.

  • Hi,

      TI-RTOS doesn't have a Command line interface, if that's what you mean by CLI in your first item. You can use the TI-RTOS UART driver and a serial terminal to create your own sort of command line interface. It has Tasks, semaphores, Events and other synchronization elements. It doesn't have Monitor, if you mean the sync element.

      Regarding hardware, a cheap easy one to start with can be one of the TI launchpads. The Connected Launchpad (EK-TM4C123GXL) has my nomination. Let me know what you think.

    Regards,

    Moses