USBDM RS08/HCS08/HCS12/Coldfire V1,2,3,4/DSC/Kinetis Debugger and Programmer -- Software Install
Installation of USBDM for Windows
Under Windows, installation is done with a standard Windows MSI file USBDM_X_X_X_X_Win.msi.
Download from: USBDM Sourceforge
Note that there is a separate installation for the device drivers and you must select the version appropriate to your operating system see USB Driver Installation.

The USBDM installation will do the following:
- Install stand-alone programmers for various targets
- Kinetis
- Coldfire V1
- Coldfire V2,3,4
- MC56F80xx
- HCS08
- HCS12
- RS08
- Install various utilities to support USBDM
- BDM firmware updater
- JS16 Bootloader
- TCL interpreter
- Coldfire V2,3,4 Unlocker
- MC56F80xx Unlocker
- JB16 Setboot utility
- GDB Servers
- Install documentation and Examples
- Modify various other applications that USBDM is designed to work with. These applications need to be installed before USBDM.
Note : It may be necessary to re-install the USBDM software if Codewarrior is updated or re-installed as USBDM modified files may be replaced.- CodeWarrior for Coldfire V7.2
- CodeWarrior for DSC56800E V8.3
- CodeWarrior Development Studio for S12(X) V5.1
- CodeWarrior Development Studio for Microcontrollers V6.3
- CW for MCU v10.1/v10.2/v10.3
- Eclipse Juno, Kepler or Luna (need to manually select the installation directory)
- Kinetis Design Studio
- FreeMASTER V1.3
- CF Flasher V3.1
Installation of USBDM for Linux
Under Linux, installation is done by standard Debian archive. This will do the following:
- Install shared files to /usr/share/usbdm
- Install executables to /usr/bin
- Install shared libraries to /usr/lib/i386-linux-gnu/usbdm or /usr/lib/x86-linux-gnu/usbdm
- Modify the /etc/udev/rules.d file to allow use of the USBDM hardware as a USB device.
- Various GUI desktop icons are created for the programmers and GDB servers.
- Modify various other applications that USBDM is designed to work with. These applications need to be installed before USBDM.
- CW for MCU v10.1/v10.2
- Eclipse
- Kinetis Design Studio
- A .usbdm directory will be created in the user's root directory when any programs are run.
Various programs are then available in the installation directory.
- Stand-alone programmers for various targets
- Kinetis
- Coldfire V1
- Coldfire V2,3,4
- MC56F80xx
- HCS08
- HCS12
- RS08
- Various utilities to support USBDM
- BDM firmware updater
- JS16 Bootloader
- TCL interpreter
- Coldfire V2,3,4 Unlocker
- MC56F80xx Unlocker
- JB16 Setboot utility
- Documention and Examples
USBDM RS08/HCS08/HCS12/Coldfire V1,2,3,4/DSC/Kinetis Debugger and Programmer -- Software Install的更多相关文章
- USBDM RS08/HCS08/HCS12/Coldfire V1,2,3,4/DSC/Kinetis Debugger and Programmer -- Driver Install
Installation of USBDM USB drivers for Windows There are four installers provided: USBDM_Drivers_x_x_ ...
- USBDM RS08/HCS08/HCS12/Coldfire V1,2,3,4/DSC/Kinetis Debugger and Programmer -- MC9S08JS16
Introduction The attached files provide a port of a combined TBDML/OSBDM code to a MC9S08JS16 proces ...
- USBDM RS08/HCS08/HCS12/Coldfire V1,2,3,4/DSC/Kinetis Debugger and Programmer -- MC9S08JM16/32/60
Introduction The attached files provide a port of a combined TBDML/OSBDM/TBLCF code to a MC9S08JM16/ ...
- USBDM RS08/HCS08/HCS12/Coldfire V1,2,3,4/DSC/Kinetis Debugger and Programmer -- BDM Construction and Firmware
Construction. Build the hardware using the information provided in the PCB download. The following a ...
- USBDM Debugger interface for Freescale RS08,HCS08,HCS12,Coldfire and ARM-Kinetis Devices.
Introduction USBDM is a debugger hardware interface for a range of Freescale microcontrollers. It is ...
- USBDM Coldfire V2,3,4/DSC/Kinetis Debugger and Programmer -- MC9S08JS16
Introduction The attached files provide a port of a combined TBLCF/DSC code to a MC9S08JS16 processo ...
- USBDM Kinetis Debugger and Programmer
Introduction The FRM-xxxx boards from Freescale includes a minimal SWD based debugging interface for ...
- [原创]adb使用教程v1.0-----by-----使用logcat快速抓取android崩溃日志
原文再续,书接上回:<使用logcat快速抓取android崩溃日志>中提到的工具包可以下载拉~ <使用logcat快速抓取android崩溃日志>:http://www.cn ...
- InfluxDB v1.6.4 下载
InfluxDB v1.6.4 OS X (via Homebrew) brew update brew install influxdb Docker Image docker pull influ ...
随机推荐
- 鼠标样式 cursor 全总结
本文地址:https://www.cnblogs.com/veinyin/p/10752805.html 最常用的 key pointer cursor: key; // 除了pointer, ...
- 01 uni-app框架学习:项目创建及底部导航栏tabBar配置
1.创建一个项目类型选择uniapp 2. pages里新建3个页面如下 3.在pages.json中配置底部导航tabBar 效果展示:
- [转]避免头文件重复包含以及#ifndef 与 #program once 的区别
为了避免同一个文件被include多次,C/C++中有两种方式,一种是#ifndef方式,一种是#pragma once方式.在能够支持这两种方式的编译器上,二者并没有太大的区别,但是两者仍然还是有一 ...
- SQL Server限制IP访问1433端口
1.用系统自带的防火墙,启用防火墙 2.点击[添加端口],名称填1433,端口号填1433 3.协议TCP,点[更改范围],选自定义列表,那个框里就填本机服务器的IP地址.
- MySQL Dual-Master 双向同步
本文介绍的Mysql Dual-Master 复制实施方法可能不是最完美.最强大的.但是在我的应用环境下能很好的满足各项需求. 本文基于我们仅仅使用两台MySQL服务器的情况下,但是你会发现文章中介绍 ...
- python数据库操作 - MySQL入门【转】
python数据库操作 - MySQL入门 python学院 2017-02-05 16:22 PyMySQL是Python中操作MySQL的模块,和之前使用的MySQLdb模块基本功能一致,PyMy ...
- jenkins+jmeter结合使用
事件背景:想实现jmeter每30分钟执行一次,但是夜里不能人工操作,结果度娘,汇总结果如下 1.配置jmeter测试环境,注意修改Jmeter的bin目录下jmeter.properties文件的配 ...
- 【转】如何使用MAT分析内存泄漏
原文链接:http://www.lightskystreet.com/2015/09/01/mat_usage/ MAT - Memory Analyzer Tool 使用进阶 Sep 1, 2015 ...
- Java Scanner Readable
通过implements(实现)Readbale interface(接口)的 read() method(方法) 实现自己添加字符到buffer里,然后读取 //策略模式package object ...
- .NetCore Cap 注册 Consul 服务发现
注册服务发现 需要使用Cap中的UseDiscovery方法 具体用法如下 var capConsulConfig = Configuration.GetSection("CapConsul ...