• MDK Access Breakpoints & Segger JLink
    Hello, I work on an NXP LPC2368 target, and I use MDK software together with Segger JLink JTAG debugger. I need to set some RAM access breakpoints (alias watchpoints), but, when I try to do that, the...
  • Tools to see trace data from JTrace Pro
    Hi Everyone, JTrace Pro is having Ethernet interface and there it said that this interface is used to live stream the trace data. How can we see this trace data? If debugger use USB interface...
  • 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 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...