摘要: //=================================================================================// ARM SWD Mode Port Bit masks//#if (HW_CAPABILITY&CAP_SWD_HW)#ifnd... 阅读全文
posted @ 2015-08-22 23:38 IAmAProgrammer 阅读(2305) 评论(0) 推荐(0) 编辑
摘要: cmsis dap interface firmwareThe source code of the mbed HDK (tools + libraries) is available in this repository:https://github.com/mbedmicro/CMSIS-DAP... 阅读全文
posted @ 2015-08-22 22:36 IAmAProgrammer 阅读(1369) 评论(0) 推荐(0) 编辑
摘要: Serial Wire Debugging the STM32 via the Bus Pirate2 October 2010Step 1 - The Bus PirateStep 2 - Debug Port CommunicationsStep 3 - Access Port Communic... 阅读全文
posted @ 2015-08-22 21:32 IAmAProgrammer 阅读(671) 评论(0) 推荐(0) 编辑
摘要: IBDAP-CMSIS-DAPArmstart's CMSIS-DAP firmware implementation in gcc and makefile.http://www.armstart.comIBDAPis a fully CMSIS-DAP compatible debug adap... 阅读全文
posted @ 2015-08-22 21:13 IAmAProgrammer 阅读(1859) 评论(0) 推荐(0) 编辑
摘要: Introducing swddudeI love the ARM Cortex-M series of microcontrollers. The sheer computational power they pack into a teensy, low-power package is alm... 阅读全文
posted @ 2015-08-22 21:10 IAmAProgrammer 阅读(2124) 评论(0) 推荐(0) 编辑
摘要: VersaloonFull open-source(GPLv3) platform for multiple applications, including programmer, debugger, logic tester, logic analyzer, simple oscilloscope... 阅读全文
posted @ 2015-08-22 21:02 IAmAProgrammer 阅读(527) 评论(0) 推荐(0) 编辑
摘要: Implementation of Serial Wire JTAG flash programming in ARM Cortex M3ProcessorsThe goal of the project was to use the Serial Wire JTAG protocol implem... 阅读全文
posted @ 2015-08-22 20:57 IAmAProgrammer 阅读(1642) 评论(0) 推荐(0) 编辑
摘要: USBDM BDM Interface for Freescale Microcontroller -- HardwareAdapter_4_0_0 - Adapter for Coldfire -> KinetisJMxx_PCB_4_0_0 - JMxx based BDMs (current ... 阅读全文
posted @ 2015-08-22 20:43 IAmAProgrammer 阅读(285) 评论(0) 推荐(0) 编辑
摘要: USBDM BDM Interface for Freescale Microcontroller -- FirmwareBDM firmware for USBDM BDMsRefer to sourceforge for release filesRelease files:http://sou... 阅读全文
posted @ 2015-08-22 20:30 IAmAProgrammer 阅读(686) 评论(0) 推荐(0) 编辑
摘要: Construction.Build the hardware using the information provided in thePCBdownload.The following are provided:PDFs including the circuit diagrams with p... 阅读全文
posted @ 2015-08-22 19:57 IAmAProgrammer 阅读(1113) 评论(0) 推荐(0) 编辑
摘要: Installation of USBDM for WindowsUnder Windows, installation is done with a standard Windows MSI fileUSBDM_X_X_X_X_Win.msi.Download from:USBDM Sourcef... 阅读全文
posted @ 2015-08-22 19:54 IAmAProgrammer 阅读(1010) 评论(0) 推荐(0) 编辑
摘要: Installation of USBDM USB drivers for WindowsThere are four installers provided:USBDM_Drivers_x_x_x_WinXP_x32.msi- Windows XP 32-bitUSBDM_Drivers_x_x_... 阅读全文
posted @ 2015-08-22 19:54 IAmAProgrammer 阅读(1355) 评论(0) 推荐(0) 编辑
摘要: IntroductionUSBDM is a debugger hardware interface for a range of Freescale microcontrollers. It is designed to work with Freescale's Codewarrior soft... 阅读全文
posted @ 2015-08-22 19:51 IAmAProgrammer 阅读(1036) 评论(0) 推荐(0) 编辑
摘要: IntroductionThe attached files provide a port of a combined TBDML/OSBDM code to a MC9S08JS16 processor.The primary motivation for this was to produce ... 阅读全文
posted @ 2015-08-22 19:22 IAmAProgrammer 阅读(2918) 评论(0) 推荐(0) 编辑
摘要: IntroductionThe attached files provide a port of a combined TBLCF/DSC code to a MC9S08JS16 processor. The primary motivation for this was to produce a... 阅读全文
posted @ 2015-08-22 19:16 IAmAProgrammer 阅读(1239) 评论(0) 推荐(0) 编辑
摘要: IntroductionThe attached files provide a port of a combined TBDML/OSBDM/TBLCF code to a MC9S08JM16/32/60 processor. The primary motivation for this wa... 阅读全文
posted @ 2015-08-22 19:15 IAmAProgrammer 阅读(1429) 评论(0) 推荐(0) 编辑
摘要: IntroductionThe FRM-xxxx boards from Freescale includes a minimal SWD based debugging interface for ARM Kinetis targets.The interface hardware is simp... 阅读全文
posted @ 2015-08-22 19:12 IAmAProgrammer 阅读(629) 评论(0) 推荐(0) 编辑
摘要: The mbed HDK and mbed-enabled hardware support the CMSIS-DAP debug interface, which consists of an abstraction of the Cortex Debug Access Port (DAP) c... 阅读全文
posted @ 2015-08-22 18:26 IAmAProgrammer 阅读(693) 评论(0) 推荐(0) 编辑
摘要: https://github.com/MarkDing/swd_programing_sram//// Copyright (c) 2013 SILICON LABORATORIES, INC.//// FILE NAME : 32bit_prog_defs.h// DESCRIPTION ... 阅读全文
posted @ 2015-08-22 17:45 IAmAProgrammer 阅读(2482) 评论(0) 推荐(1) 编辑
摘要: I want to setup an application, where a single trigger-factor (compare-match of a timer) shall request mutliple DMA streams (I.e. set new timer-value ... 阅读全文
posted @ 2015-08-22 00:11 IAmAProgrammer 阅读(275) 评论(0) 推荐(0) 编辑