User`s guide
Reported Issues Using Embedded IDE Link™ CC Software
If two fi les have the same name and are located in different directories,
the file located in the directory that appears highest in the
Directories
list takes precedence.
•
New. To add a new directory to the Directories list, click New.
Enter the full path or click browse [...] to navigate to the appropriate
directory. By default, the new directory is added to the bottom of the list.
•
Delete. Select a directory in the Directories list, then click Delete to
remove that directory from the list.
•
Up. Select a directory in the Directories list, then click Up to move
that directory higher in the list.
•
Down. Select a directory in the Directories list, then click Down to
move that directory lower in the list.
3 Click OK to close the Customize dialog box and save your changes.
C54x XPC Register Can Be Modified Only Through
the PC Register
You cannot modify the XPC register value directly using regwrite to write
into the register. W h en you are using extended prog ram address ing in C54x,
you can modify the XPC register by using
regwrite to write a 23-bit data
value in the PC register. Along with the 16-bit PC register, this operatio n also
modifies the 7-bit XPC re gister that is used for extended program addressing.
On the C54x, the PC register is 23 bits (7 bits in XPC + 16 bits in PC ).
You can then read the XPC register value using
regread.
Wor k ing with More Than One Installed Version of
Code Composer Studio
WhenyouhavemorethanoneversionofCodeComposerStudioinstalledon
your machine, you cannot select w hich CCS version MATLAB E mbedded IDE
Link CC attaches to when you create a
ticcs object. If, for example, you have
both CCS for C5000 and CCS for C6000 versions installed, you cannot choose
to connect to the C6000 version rather than the C5000 version.
When you issue the command
B-9