Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

...