随笔分类 - JLINK
摘要:J-Link GDB Server - SEGGERHilden, Germany– September 15th, 2011 – SEGGER Microcontroller today announced the freeavailability of the J-Link GDB-Server...
阅读全文
摘要:"J-Link / Flasher Portable V1 ""J-Link ARM / Flasher ARM V2 ""J-Link ARM / Flasher ARM V3 ""J-Link ARM / Flasher ARM V4 ""J-Link ARM Lite V8 ""J-Link ...
阅读全文
摘要:所有图片来自网络, 版权归原始所有者拥有.JLink V5JLink V6JLink V7JLink V8JLink V9JLink UltraJLink Pro
阅读全文
摘要:
阅读全文
摘要:http://fallenwind.spaces.eepw.com.cn/articles/article/item/59116标题:我的jlink破解失败经历2009-07-12 01:16:56我的jlink破解失败经历作者: 苦丁茶我的jlink破解失败经历 请谨慎尝试邮购了一个d版的jlin...
阅读全文
摘要:关于J-LINK升级最新固件后无法连上的一点分析昨天升级了最新的 Keil MDK 4.53,怕它老是提示 J-Link 要升级,就去 SEGGER 的网站下了个最新版的 J-Link 软件包(4.46F 版的),装好后运行 J-Link Commander 提示要升级固件。以前一直是刷的,没有问题...
阅读全文
摘要:打开J-LINKCOMMANDER中输入exec setsn=xxxxxxxx 即可
阅读全文
摘要:JLink v8克隆版破解向导摘要Jlink 4.5版本之后驱动会识别老的克隆版的JlinkV8,Jlink软件在启动时会提示为克隆版本后退出。目前主流的破解方式主要有两种:方法一,继续使用老版本的DLL链接库;方法二,更新固件。方法一的好处在于可以不用更新JlinkV8的固件,但也限制了对Jlin...
阅读全文
摘要:AGDI DriversAGDI is an Application Program Interface (API) third-party developers can use to create hardware debugger drivers that interface directly ...
阅读全文
摘要:STM32串口通信中使用printf发送数据配置方法(开发环境 Keil RVMDK)http://home.eeworld.com.cn/my/space-uid-338727-blogid-47176.html在STM32串口通信程序中使用printf发送数据,非常的方便。可在刚开始使用的时候总...
阅读全文
摘要:http://segger.com/jlink-real-time-terminal.htmlReal Time TerminalSEGGER's Real Time Terminal (RTT) is the new technology for interactive user I/O in e...
阅读全文
摘要:http://forum.segger.com/index.php?page=Thread&threadID=1441Friday, April 19th 2013, 7:25pmHi Martin,Support for the Nuvoton NUC1xx devices has been added in V4.69b of the J-Link software (beta).Please note that the connector on the NuMicro SDK is non-standard and not compatible to anything we ha
阅读全文
摘要:1 2 3 #define ITM_ENA (*(volatile unsigned int*)0xE0000E00) // ITM Enable 4 #define ITM_TPR (*(volatile unsigned int*)0xE0000E40) // Trace Privilege Register 5 #define ITM_TCR (*(volatile unsigned int*)0xE0000E80) // ITM Trace Control Reg. 6 #define ITM_LSR (*(volatile unsigned int*...
阅读全文
摘要:unit jlinkarm;interfaceuses SysUtils, Windows;(* RegIndex RegName0 R01 R1 2 R2 3 R3 4 R4 ...
阅读全文