KL46 custom board SWD reset is never asserted Hi everybody, I'm trying to program a custom board based on the KL46. However the reset signal for the SWD port is stuck at logic LOW. My programmer is a P&E Multilink FX. I can successfully program my te…
Introducing swddude I love the ARM Cortex-M series of microcontrollers.   The sheer computational power they pack into a teensy, low-power package is almost embarrassing. But, many Cortex-M parts are small — 4x4 millimeters small — and don’t have the…
https://github.com/MarkDing/swd_programing_sram // // Copyright (c) 2013 SILICON LABORATORIES, INC. // // FILE NAME : 32bit_prog_defs.h // DESCRIPTION : ARM Serial Wire debug interface header file // #ifndef _32BIT_PROG_DEFS_ #define _32BIT_PROG_DEFS…
Serial Wire Debug interface The Serial Wire Debug protocol operates with a synchronous serial interface. This uses a single bidirectional data signal, and a clock signal. This section gives an overview of the physical Serial Wire Debug interface. Lin…
cmsis dap interface firmware The source code of the mbed HDK (tools + libraries) is available in this repository: https://github.com/mbedmicro/CMSIS-DAP What It Provides The CMSIS-DAP Interface Firmware provides: USB Mass Storage Device for drag and…
安装stlink 必须安装libusb-1.0-0-dev, 其他安装不起作用 -dev git clone https://github.com/texane/stlink.git cd stlink/ make clean make cd build/Release/ sudo make install 安装openocd .tar.gz cd openocd-/ ./configure make sudo make install Update 2018-05-11: 在Ubuntu18.…
## (C) Copyright 2000 - 2008# Wolfgang Denk, DENX Software Engineering, wd@denx.de.## See file CREDITS for list of people who contributed to this# project.## This program is free software; you can redistribute it and/or# modify it under the terms of…
http://blog.csdn.net/wdsfup/article/details/52302142 http://www.manew.com/blog-166674-12962.html Gentoo LinuxGentoo内核(gentoo-sources)特有的选项 Gentoo Linux supportCONFIG_GENTOO_LINUX 选"Y"后,将会自动选中那些在Gentoo环境中必须开启的内核选项,以避免用户遗漏某些必要的选项,减轻一些用户配置内核的难度.建议选…
============================================================================== 深入linux kernel内核配置选项 ============================================================================== 如果自己不亲自实践配置的话,你永远也体会不到内核的真实所在. 使用过linux的发行版之一gentoo的话,你应该知道这是一个彻头彻尾的自定义…
Intel® 82599 10 GbE Controller Datasheet 15.0 Glossary and Acronyms 术语表 缩写 英文解释 中文解释 1 KB A value of 1 KB equals 1024 bytes. 1's complement A system k…