• JTAG (ULINK) detection by Application
    Is there a way that an application can detect the presence of the ULINK2 / JTAG (i.e. debugger) so that it can determine whether or not to enable the watchdog? If the watchdog is enabled during debugging...
  • JTAG (ULINK) detection by Application
    Is there a way that an application can detect the presence of the ULINK2 / JTAG (i.e. debugger) so that it can determine whether or not to enable the watchdog? If the watchdog is enabled during debugging...
  • LPC4337 JTAG only detect it for first time
    Hi I have designed my own board, the problem is that when I flash the MCU for the first time,j-link and keil will detect the chip correctly and programs it, but when I want to debug it or program it...
  • LPC4337 JTAG only detect it for first time
    Hi I have designed my own board, the problem is that when I flash the MCU for the first time,j-link and keil will detect the chip correctly and programs it, but when I want to debug it or program it...
  • Windows C++ ARM CPU detection in user mode
    I'm currently developing a core lib which provides detection of ARM CPU features on the Windows platform. On x86 CPUs it is done by the __cpuid intrinsic which allows to read specific information like...