DSP library for Cortex-M3/M4
The ARM CMSIS DSP library is now supported and delivered with the product. The library comes with a powerful collection of DSP functionality; FIR/IIR filters, FFT, DCT, Clarke and Park transforms, PID controller and much more. See the CMSIS DSP Software Library documentation for more information.
Cortex-A
Support for code generation for and debugging of ARM Cortex-A8 cores.
Cortex-A9
Support for code generation for and debugging of ARM Cortex-A9 cores.
Subversion
The version control integration has been extended with support for Subversion (SVN).
Power debugging enhancements
- The J-Link Ultra now supports sampling rates up to 10 kHz.
- Power data can be filtered based on a threshold value.
- Execution can be stopped based on a threshold value (power breakpoint).
- Power samples can be logged to a file, either the collected data up to that point or live acquisition.
Automatic selection of printf/scanf formatter
The compiler/linker will parse the printf/scanf format specifiers and select the smallest possible formatter from the library.
Virtual Function Elimination (VFE)
The compiler/linker will optimize C++ applications and remove unused virtual functions.
RTOS context sensitive help
Context-sensitive help is available for some RTOS'es, and gives easy access to descriptions of API functions.