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.

Integration of TI-RTOS with IAR Embedded Workbench

All:

From the http://www.iar.com/Products/RTOS/Integrated-RTOSes/Texas-Instruments-TI-RTOS/

I see the following:

Integration with IAR Embedded Workbench

  1. C-SPY plug-in to add TI-RTOS-aware debug: 
    - Lists all OS objects created statically via configuration file or dynamically in the application code
    - Displays status of tasks (running/blocked/ready-to-run)
    - Displays status of all other OS objects, such as semaphores, including which tasks are blocked on a semaphore
    - Displays current and maximum growth of task stacks, indicating in overflow has occurred
    - Displays heap size
     
  2. TI-RTOS includes over 15 example projects for IAR Embedded Workbench, ranging from TCP/IP and USB flash drive usage to UART and SPI drivers. These examples are integrated with the IAR Information Center.
     
  3. IAR Embedded Workbench will open the text editor to enable viewing or modification of TI-RTOS configuration files.
     
  4. IAR Embedded Workbench project integration so that IAR Embedded Workbench can create a new project and easily include a preexisting example project to automatically include all the relevant TI-RTOS files.

I am using F552x family, and I would like to be able to evaluate TI-RTOS (and associated USB drivers). How do I get access to the above-mentioned items?