netX Studio CDT V1.0910 is a maintenance release with bug fixes and enhancements for V1.0900.
...
When starting a debug session in Run mode, netX Studio would execute more than one 'reset' command via OpenOCD. The extra resets have been removed and now only a single 'reset' command is executed, after which the application CPU is halted and ready to be debugged.
See also Unexpected resets when debugging netX 90 with netX Studio - how to fix this? (UPDATED)
Fixed unexpected reset on Attach
It has been observed that with the netX 90 evaluation boards using the on-board FTDI chip, there was a spike at the JTAG SRST signal, which caused an unexpected reset on attach with OpenOCD. The spike was caused by using the wrong parameters for the ftdi_layout_init
command, which resulted in an unexpected reset when OpenOCD attaches and starts the communication over the JTAG interface. The ftdi_layout_init
parameters were adjusted and the spike issue was fixed.
See also Unexpected resets when debugging netX 90 with netX Studio - how to fix this? (UPDATED)
Added J-Link debug interface
...
A new 'J-Link' entry has been added to the list of debug interfaces:
Info |
---|
Please note that to use J-Link with OpenOCD the standard J-Link USB driver must be replaced with the WinUSB driver, using 3rd party utility tool such as Zadig. There are several limitations that apply when using J-Link with OpenOCD instead of the SEGGER J-Link software - https://wiki.segger.com/OpenOCD |
...
Updated tools
Notable fixes and enhancements
- Integrated XML editor
- Increased available memory for running netX Studio (see How to increase the available memory used by netX Studio?)
- Detect WAF build errors from the build output (missing linker script, missing include folder, missing source file, etc.)
- Display the name of the current perspective to the netX Studio title bar
- Added Window > Perspective menu with options to switch between perspectives manually
- Added Added Tools > FDL Editor and Tools > Tag List Editor and FDL Editor shortcuts shortcuts to the Tools menumain menu
- Fixed debug toolbar bug caused by PyDev plug-ins (see How to fix missing toolbar buttons?)
- Fixed "project was not configured" error when build directory was deleted