• Hardfault Crash with uVision 4.13a with JLink after Breakpoint
    Hi there, i have a strange error with Debugging after updating to µVision 4.13a. I'm using both ulink2 and Jlink for debugging between to embedded systems. After Update the Jlink -Debugger ends in...
  • How to use SEGGER J-Link in MDK
    I was noticed that your company supports the SEGGER J-Link in the home page. But I can't find the menu for it when I attempt to use J-Link with MDK 3.2. There were just 'ULINK ARM Debugger', 'ULINK...
  • Segger JTRACE-Cortex M3 for KEIL MDK
    Does KEIL MDK support tracing using J-TRACE Cortex M3 from Segger?
  • segger font converter
    Is segger lib in keil MDK4.50 complete version and full? I installed its font converter and it is demo,is this means we should buy it from segger for using it with keil MDK? Is there any other...
  • Segger EmWIn own memcpy
    Hi, GUI_MEMCPY --- This macro allows replacement of the memcpy function. but when I replace this macro like: #define GUI_MEMCPY(pSrc, pDest, NumBytes) GUI__memcpy(pSrc, pDest, NumBytes) It doesn...