NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.
StarterWare 01.00.02.02 Release Notes
October 27, 2011
Contents
- 1 Document License
- 2 Introduction
- 3 What is Supported
- 4 What is Not Supported
- 5 New in This Release
- 6 Fixed in This Release
- 7 Known Issues and Limitations
- 8 Installation and Usage
- 9 Upgrade and Compatibility Information
- 10 Dependencies
- 11 Device Support
- 12 Validation Information
- 13 Technical Support
Document License[edit]
This work (document) is licensed under the Creative Commons Attribution-Share Alike 3.0 United States License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/us/ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA.
Introduction[edit]
StarterWare 01.00.02.02 provides no-OS platform support for the AM1808-based Logic PD Evaluation Module (EVM). StarterWare 01.00.02.02 provides Device Abstraction Layer (DAL) libraries and example applications that demonstrate the capabilities of the UART, I2C, Timer, GPIO, SPI, LCD, LIDD, Ethernet, McASP, USB, EHRPWM and RTC peripherals of AM1808.
What is Supported[edit]
- Tool Chain
- Code Sourcery GCC for arm-none-eabi - v2009q1 arm-none-eabi
- TI TMS470 ARM Code Generation Tools - v4.6.4 (CCS v5.0.3)
(TMS470 tool chain usage has certain limitations as explained in the Known Issues section below)
- StarterWare Boot Loader
- Standalone Applications running from DDR
- Driver APIs for the peripherals/devices
- GPIO
- I2C
- RTC
- SPI
- EDMA
- Raster LCD
- LIDD
- Timer
- UART
- EMAC
- MDIO
- LAN8710A
- LIDD
- McASP
- EHRPWM
- USB (HID, CDC, MSC, Bulk)
- VPIF
- APIs for configuring MMU and Cache
- Support for both IRQ and FIQ handling
- Support for Switching between privileged and non-privileged modes of ARM
- lwIP port for AM1808
- Sample Applications to demonstrate the usage of
- GPIO
- I2C (interrupt and DMA modes)
- RTC
- SPI (interrupt and DMA modes)
- Raster LCD
- LIDD
- Timer (normal and watchdog modes)
- UART (interrupt and DMA modes)
- Ethernet (echo and http server)
- McASP (DMA mode)
- Cache/MMU
- Graphics Library
- EHRPWM
- USB device (HID, CDC, MSC, and Bulk classes)
- USB host (HID and MSC classes)
- NAND flash
- VPIF loopback
- Demo applications for graphics library
- grlib demo (as seen in StellarisWare)
- Maze game
- Out-of-box demo Application that demonstrates several peripherals in combination (GPIO, I2C, RTC, SPI, LCD, Timer, McASP, Ethernet, TouchScreen and UART)
What is Not Supported[edit]
- Tool Chain
- IAR Embedded Workbench for ARM 6.10
- Nesting of interrupts within host interrupts
- One IRQ cannot pre-empt another IRQ
- One FIQ cannot pre-empt another FIQ
- Applications using standard malloc/calloc
- StarterWare 01.00.02.02 Startup Code does not call any library hence does not perform initializations required for malloc/calloc.
- Peripherals or features not mentioned as part of "What is Supported" section are not supported
New in This Release[edit]
- Added USB host keyboard functionality to USB stack library
- New USB host keyboard example application
- Added VPIF peripheral support to driver and platform libraries
- New VPIF loopback example application
- Updated "clean" profile in all makefiles to delete output file (i.e. *.out or *.lib/a) from binary folder tree
- Added "clean+" profile to all application makefiles; cleans application and all library dependencies
- Minor updates to bmp2c and out2rprc utilities
- Moved default installation path to C:/ti (on Windows PCs)
Fixed in This Release[edit]
- Updated header files for USB library, FatFs, and lwIP to display a warning when compiled by TI ARM codegen tools 4.x or earlier
- TI ARM CGT v4.x or earlier does not support "packed" attribute and will not properly compile these modules (see known issues, below)
- Standardized release profile for all makefiles and CCS projects to use optimization level -O2
- Removed unused "ipclite" include paths from application CCS projects
Known Issues and Limitations[edit]
Issue Identifier | Issue Description | Workaround |
---|---|---|
SDOCM00079812 | Ethernet: enet_lwip example application hangs if the optimization level is O1 - in code sourcery tool chain context and when using IAR tool chain. This issue is observed only in certain networks. The issue is that the DHCP ACK messages are not recieved. This is under investigation | In case of Code Sourcery GCC tool chain use O2 or O0 optimization |
SDOCM00080255 | Unaligned memory accesses results in erroneous behaviour when binaries are generated using TMS470 tool chain. This is because the TMS470 does not support packed attributes for structures. This issue us evident when using ethernet or USB examples where the pointer/address alignment may be adjusted dynamically while parsing/dropping headers at different layers of the IP stack. In case of Out-of-box demo (built by TMS470 ARM tool chain) ethernet cannot be used, and hence do not connect the ethernet cable. also, the USB component of the demo does not work | TMS470 cannot be used on such cases. If possible please migrate to CodeSourcery GCC tool chain supported herein |
SDOCM00082376 | During TX transaction CPPI 4.1 DMA GRNDS mode fails if the chunk data size is > 512 bytes. The USB logs always shows a turn around error at 1042 bytes. This issue is being investigated | Please configure the chunk size 512 bytes |
SDOCM00082387 | The USB MSC example executable built via IAR takes a long time to download. After downloading it does not work. NOTE: This is issue is observed only when the USB/MSC executable is downloaded via IAR. If the same USB/MSC IAR executable is dowloaded via CCS or flash tested, no downloading or working issues are seen. This issue needs to be investigated along with the IAR team |
Please use other IDE's like CCS to download and debug the executable |
- Flashing through Serial Flasher only supported on a Windows host.
- If the code sourcery installation path contains white spaces, Cygwin may give errors while linking.
- The Serial Flasher sfh_OMAP-L138.exe mandates that the application and bootloader images have to be flashed together. There is no option in sfh_OMAP-L138.exe to flash only the application.
Installation and Usage[edit]
- For a jump-start, please refer to the Quick Start Guide
- For detailed build and usage instructions, please refer to the Getting Started Guide
Upgrade and Compatibility Information[edit]
Currently no upgrades are available.
Dependencies[edit]
Refer to Host Platform Requirements of the User Guide
Device Support[edit]
SOCs Supported:
- AM1808
EVMs Supported:
- AM1808-based Logic PD Evaluation Module
Validation Information[edit]
None.
Technical Support[edit]
For further information or support, please visit the TI E2E Community Forums.