http://www.elnec.com/products/universal-programmers/beeprog2c/

  • FPGA based totally reconfigurable 48 powerful TTL pindrivers provide H/L/pull_up/pull_down and read capability for each pin of socket. Advanced pindrivers incorporate high-quality high-speed circuitry to deliver signals without overshoot or ground bounce for all supported devices. Improved pin drivers drivers operate down to 1.8V so you'll be ready to program the full range of today's advanced low-voltage devices.
  • The programmer performs device insertion test (wrong or backward position) and contact check (poor contact pin-to-socket) before it programs each device. These capabilities, supported by overcurrent protection and signature-byte check help prevent chip damage due to operator error.
  • The selftest capability allow to run diagnostic part of software to thoroughly check the health of the programmer.
  • Built-in protection circuits eliminate damage of programmer and/or programmed device due to environment or operator failure. All the inputs of the BeeProg2C programmer, including the ZIF socket, connection to PC and power supply input, are protected against ESD up to 15kV.
  • BeeProg2C programmer performs programming verification at the marginal level of supply voltage, which, obviously, improves programming yield, and guarantees long data retention.
  • Various programming adapters are available to handle device in PLCC, JLCC, SOIC, SDIP, SOP, PSOP, SSOP, TSOP, TSOPII, TSSOP, QFP, PQFP, TQFP, VQFP, QFN (MLF), SON, BGA, EBGA, FBGA, VFBGA, UBGA, FTBGA, LAP, CSP, SCSP, LQFP, MQFP, HVQFN, QLP, QIP and other packages.
  • USB 2.0 high-speed compatible port, up to 480 Mbit/s transfer rate
  • FPGA based IEEE 1284 slave printer port, up to 1MB/s transfer rate (useable after upgrade to BeeProg2)
  • on-board intelligence: powerful microprocessor and FPGA based state machine
  • three D/A converters for VCCP, VPP1, and VPP2, controllable rise and fall time
  • VCCP range 0..8V/1A
  • VPP1, VPP2 range 0..26V/1A
  • autocalibration
  • selftest capability
  • protection against surge and ESD on power supply input, parallel port connection
  • banana jack for ESD wrist straps connection
  • banana jack for connection to ground

ZIF socket, pindriver

  • 48-pin DIL ZIF (Zero Insertion Force) socket accepts both 300/600 mil devices up to 48-pin
  • pindrivers: 48 universal
  • VCCP/VPP1/VPP2 can be connected to each pin
  • perfect ground for each pin
  • FPGA based TTL driver provides H, L, CLK, pull-up, pull-down on all pindriver pins
  • analog pindriver output level selectable from 1.8 V up to 26V
  • current limitation, overcurrent shutdown, power failure shutdown
  • ESD protection on each pin of socket (IEC1000-4-2: 15kV air, 8kV contact)
  • continuity test: each pin is tested before every programming operation

ISP connector

  • 20-pin male type with missinsertion lock
  • 6 TTL pindrivers, provides H, L, CLK, pull-up, pull-down; level H selectable from 1.8V up to 5V to handle all (low-voltage including) devices.
  • 1x VCCP voltage (range 2V..7V/100mA), can be applied to two pins
  • programmed chip voltage (VCCP) with both source/sink capability and voltage sense
  • 1x VPP voltage (range 2V..25V/50mA), can be applied to six pins
  • target system supply voltage (range 2V..6V/250mA)
  • ESD protection on each pin of ISP connector (IEC1000-4-2: 15kV air, 8kV contact)
  • two output signals, which indicate state of work result = LED OK and LED Error (active level: min 1.8V)
  • input signal, switch YES! equivalent (active level: max 0.8V)

BeeProg2C Extremely fast universal USB interfaced programmer的更多相关文章

  1. 使用Universal USB Installer安装Ubuntu

    1.下载Universal USB Installer 下载地址: 2.下载ubuntu 14 desktop.iso 运行Universal USB Installer,找到电脑上 ubuntu 1 ...

  2. Universal USB Installer – Easy as 1 2 3

    Universal USB Installer aka UUI is a Live Linux Bootable USB Creator that allows you to choose from ...

  3. Extremely fast hash algorithm-xxHash

    xxHash - Extremely fast hash algorithm xxHash is an Extremely fast Hash algorithm, running at RAM sp ...

  4. Open Source Universal 48 pin programmer design

    http://www.edaboard.com/thread227388.html Hi, i have designed a 48 pin universal programmer but need ...

  5. USB PIC Programmer (Brenner8)

    http://uzzors2k.4hv.org/index.php?page=usbpicprog My Tait Serial programmer works alright, but not e ...

  6. SmartProg2 Universal, ISP capable programmer

    http://www.elnec.com/products/universal-programmers/smartprog2/ 40 powerful TTL pindrivers provide H ...

  7. Universal USB Installer集开源软件之佳作

    有机会下载一份uui的源代码,翻看了一下,呵呵,有意思,几乎是一个开源软件的大杂烩,忽然,恍然大悟,原来,作者才是开源软件精神的代言人,不重复制造轮子的践行者啊. uui网址:https://www. ...

  8. ELNEC Programmer

    BeeHive204 Very fast universal 4x 48-pindrive concurrent multiprogramming system with ISP capability ...

  9. USB ISP(ICSP) Open Programmer < PWM ADC HV PID >

    http://sourceforge.net/projects/openprogrammer/?source=navbar Open Programmer http://openprog.alterv ...

随机推荐

  1. TF-池化函数 tf.nn.max_pool 的介绍

    转载自此大神 http://blog.csdn.net/mao_xiao_feng/article/details/53453926 max pooling是CNN当中的最大值池化操作,其实用法和卷积 ...

  2. MongoDB中多表关联查询(

    1.使用aggregate 查看表数据 db.getCollection('reports').aggregate([ { $lookup: { from: "process", ...

  3. CF 983B 序列函数

    CF 983B 序列函数 一道本校神仙wucstdio出的毒瘤签到题. 题意: 给你一段序列,求出它们的最大异或和. 解法: 其实这道题并不很难,但读题上可能会有困难. 其实样例我是用Python 3 ...

  4. javaScript一些需要注意的细节

    变量声明早于代码运行. 函数声明早于变量声明. this指针代表的是执行当前代码的对象的所有者. JavaScript执行完同步,才能执行异步队列.如:alert,for if while 同步执行, ...

  5. manacher模板

    转自:http://blog.csdn.net/zzkksunboy/article/details/72600679 作用 线性时间解决最长回文子串问题. 思想 Manacher充分利用了回文的性质 ...

  6. C++11之auto和decltype

    auto自动类型推断,用于从初始表达式中推断出变量的类型. auto a;// 错误,没有初始化表达式,无法推断出a的类型 autoint a =10;// 错误,auto临时变量的语义在C++ 11 ...

  7. Python装饰器讲解

    Python装饰器讲解 定义:本质是函数,就是为其他函数添加附加功能.原则:1.不能修改被装饰的函数的源代码 2.不能修改被装饰的函数的调用方式 import time def timmer(func ...

  8. Centos7配置vsftpd3.0.2

    1.安装vsftpd vsftp使用本地用户登陆方式 yum -y install vsftpd yum安装的版本3.0.2 2.配置vsftpd vim /etc/vsftpd/vsftpd.con ...

  9. 《精通Python设计模式》学习结构型之适配器模式

    大名鼎鼎~~ 在兼容老系统和其它系统外调用时,用得着~ class Synthesizer: def __init__(self, name): self.name = name def __str_ ...

  10. 提高eclipse使用效率(二)—— 提高Android开发效率的小技巧

    XML文件的代码提示 adt中也有xml文件的代码提示,为了让提示来的更加猛烈,我们还要设置一下 打开eclipse - Window - Preferences,在右边的目录树中切换到XML - X ...