All:
From the http://www.iar.com/Products/RTOS/Integrated-RTOSes/Texas-Instruments-TI-RTOS/
I see the following:
Integration with IAR Embedded Workbench
- 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
- 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.
- IAR Embedded Workbench will open the text editor to enable viewing or modification of TI-RTOS configuration files.
- 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?