Embedded Target for Texas Instruments C6000 DSP Release Notes    

Known Software and Documentation Problems

This section includes a link to a description of known software and documentation problems in Version 2.0.

***UPDATE LINK WHEN GECKO HAS PRODUCT IN LIST***

You can see a list of known software and documentation problems in Version 2.0. If you are viewing these Release Notes in PDF form, please refer to the HTML form of the Release Notes, using either the Help browser or the MathWorks Web site and use the link provided.

For a list of bugs reported in the previous release that remain open, see Known Software and Documentation Problems.

Linking and Code Composer Studio Limitations

The following entries apply to linking operations.

  1. In the .gel file, locate the section beginning hotmenu C5402_DSK_Init.
  2. In the hotmenu section, highlight and copy all instructions between the braces, { }.
  3. Paste your copied text into the startup function at the beginning of the .gel file.
  1. Your subsequent GEL resets run the C5402 DSK initialization.

Targeting

Demos

In MATLAB Demos (select Help->Demos from the MATLAB menu bar), the Developer's Kit demonstration program LMS Adaptive Filtering runs slowly on DSP Starter Kit (DSK) boards. Design features of the board cause the slow processing across the RTDX link. Using the Texas Instruments XDS 510 JTAG/PC Controller, or an equivalent emulator, to connect your host to the DSK can alleviate the problem.

Data Types

C5000 and C6000 family processors handle integer data types differently. On C5000 family processors, 8-bit values do not have unique addresses. The C5000 family processors use 16-bit addresses natively. When you read and write to C5000 family processors, 8-bit integers in MATLAB are stored as 16-bit integers on the processor. In detail, the differences are:

For these reasons, scripts that run on C6000 family processors may not run without modification on C5000 family processors.

General Target Operations

When your target digital signal processor is running, CCS uses up to 99% of the CPU cycles on your PC. Consequently, some other operations may be very slow, such as running the MATLAB help system or processing other applications.

Documentation

In the Embedded Target for TI TMS320C6000 DSP Platform User's Guide, you can read about DSP/BIOS and targeting. For this prerelease, the DSP/BIOS features are not available in the product.


 Upgrading from an Earlier Release