User`s guide
1 Embedded Target for TI C6000 DSP 2.0 Release Notes
1-6
New Video Surveillance Demonstration Model
To demonstrate using the C6416 DSK target, we added a Video Surveillance
demo in the library for the C6416 DSK. The new demo is named
c6416vidsurveil_hsrtdx. From the demos library, click C6416 DSK in
Embedded Target for TI C6000 DSP to run the demo, or enter
c6416vidsurveil_hsrtdx
at the MATLAB prompt.
To run this demo you must use the XDS-560 Emulator for High-Speed RTDX.
New Memory Access Blocks in C6000 DSP Core
Support Library
Moving data to and from memory on your target gets easier with the addition
of these two blocks to the Embedded Target for TI C6000 DSP.
• From Memory gets a value from target memory into the processor
• To Memory writes a value from the processor out to memory
Reference pages for each block provide some details about how to configure the
block options and what the blocks do in simulations and generated code. Note
that the block dialog pictures in the reference pages may be different from the
actual dialogs from the blocks.
Block Limitations
From Memory and To Memory blocks have several limitations:
• To Memory blocks handle scalar input and scalar output only. Connecting a
matrix or vector to the input port causes an error condition. From Memory
blocks output scalars only.
• Ensure that the memory address and data type obey any and all alignment
restrictions of the digital signal processor.
• Enter memory addresses as hexadecimal values without a prefix—
600012F0, not 0x600012F0.
These restrictions should be relaxed in a future release.