- Important information
- New features
- Known problems
- Program corrections
- User guide corrections
- Miscellaneous
- Release history
Important information
-
This first release of the IAR C-SPY GDB driver for ARM supporting the GDB server
is intended for use with the STR9-comStick development kit.
All other usages are unsupported. -
To debug using the GDB Server, both the server itself and the hardware drivers must be installed.
See the QuickStart reference for the GDB Server that helps you to set up available GDB servers and run the demo application.
New features
- None.
Known Problems
-
For some newer versions of the OpenOCD server the STR9-comStick configuration file
...\arm\examples\ST\STR91x\STR9-comStick\str912_comStick.cfg
must first be copied into a subdirectory in the OpenOCD installation (eg. ...\scripts\str912) before the server can startup and use the configuration file. Eg.C:\Program Files\openocd-r717\bin> openocd-ftd2xx.exe --file scripts\str912\str912_comStick.cfg
Program Corrections
- None.
User guide corrections
- None.
Miscellaneous
- None.
Release history
V6.21 2011-07-05
Program corrections- None.
- None.
V6.20 2011-04-29
Program corrections- None.
- None.
V6.10 2010-11-04
Program corrections- None.
- None.
V5.50 2010-04-21
Program corrections- None.
- None.
V5.41 2009-12-14
Program corrections- None.
- None.
V5.40 2009-07-10
Program corrections- None.
-
New C-SPY macro for sending commands directly to the GDB server:
__gdbserver_exec_command("command string")
V5.30 2009-01-23
Program corrections- None.
- None.
V5.20 2008-06-24
Program corrections- Improvements to support the GDB server protocol more generically.
- None.
V5.11 2007-11-28
Program corrections- Improved support for software breakpoints.
-
Data breakpoints. For more information, refer to Part 6. C-SPY hardware debugger systems in the EWARM Debugging Guide.
V5.10 2007-07-02
- First release.