参数资料
型号: AT90CAN64-16AUR
厂商: Atmel
文件页数: 294/388页
文件大小: 0K
描述: MCU AVR 64K FLASH 16MHZ 64TQFP
产品培训模块: MCU Product Line Introduction
标准包装: 1,000
系列: AVR® 90CAN
核心处理器: AVR
芯体尺寸: 8-位
速度: 16MHz
连通性: CAN,EBI/EMI,I²C,SPI,UART/USART
外围设备: 欠压检测/复位,POR,PWM,WDT
输入/输出数: 53
程序存储器容量: 64KB(64K x 8)
程序存储器类型: 闪存
EEPROM 大小: 2K x 8
RAM 容量: 4K x 8
电压 - 电源 (Vcc/Vdd): 2.7 V ~ 5.5 V
数据转换器: A/D 8x10b
振荡器型: 内部
工作温度: -40°C ~ 85°C
封装/外壳: 64-LQFP
包装: 带卷 (TR)
配用: ATSTK600-RC09-ND - STK600 ROUTING CARD AVR
第1页第2页第3页第4页第5页第6页第7页第8页第9页第10页第11页第12页第13页第14页第15页第16页第17页第18页第19页第20页第21页第22页第23页第24页第25页第26页第27页第28页第29页第30页第31页第32页第33页第34页第35页第36页第37页第38页第39页第40页第41页第42页第43页第44页第45页第46页第47页第48页第49页第50页第51页第52页第53页第54页第55页第56页第57页第58页第59页第60页第61页第62页第63页第64页第65页第66页第67页第68页第69页第70页第71页第72页第73页第74页第75页第76页第77页第78页第79页第80页第81页第82页第83页第84页第85页第86页第87页第88页第89页第90页第91页第92页第93页第94页第95页第96页第97页第98页第99页第100页第101页第102页第103页第104页第105页第106页第107页第108页第109页第110页第111页第112页第113页第114页第115页第116页第117页第118页第119页第120页第121页第122页第123页第124页第125页第126页第127页第128页第129页第130页第131页第132页第133页第134页第135页第136页第137页第138页第139页第140页第141页第142页第143页第144页第145页第146页第147页第148页第149页第150页第151页第152页第153页第154页第155页第156页第157页第158页第159页第160页第161页第162页第163页第164页第165页第166页第167页第168页第169页第170页第171页第172页第173页第174页第175页第176页第177页第178页第179页第180页第181页第182页第183页第184页第185页第186页第187页第188页第189页第190页第191页第192页第193页第194页第195页第196页第197页第198页第199页第200页第201页第202页第203页第204页第205页第206页第207页第208页第209页第210页第211页第212页第213页第214页第215页第216页第217页第218页第219页第220页第221页第222页第223页第224页第225页第226页第227页第228页第229页第230页第231页第232页第233页第234页第235页第236页第237页第238页第239页第240页第241页第242页第243页第244页第245页第246页第247页第248页第249页第250页第251页第252页第253页第254页第255页第256页第257页第258页第259页第260页第261页第262页第263页第264页第265页第266页第267页第268页第269页第270页第271页第272页第273页第274页第275页第276页第277页第278页第279页第280页第281页第282页第283页第284页第285页第286页第287页第288页第289页第290页第291页第292页第293页当前第294页第295页第296页第297页第298页第299页第300页第301页第302页第303页第304页第305页第306页第307页第308页第309页第310页第311页第312页第313页第314页第315页第316页第317页第318页第319页第320页第321页第322页第323页第324页第325页第326页第327页第328页第329页第330页第331页第332页第333页第334页第335页第336页第337页第338页第339页第340页第341页第342页第343页第344页第345页第346页第347页第348页第349页第350页第351页第352页第353页第354页第355页第356页第357页第358页第359页第360页第361页第362页第363页第364页第365页第366页第367页第368页第369页第370页第371页第372页第373页第374页第375页第376页第377页第378页第379页第380页第381页第382页第383页第384页第385页第386页第387页第388页
363
7679H–CAN–08/08
AT90CAN32/64/128
4.
Enter JTAG instruction PROG_PAGEREAD.
5.
Read the entire page (or Flash) by shifting out all instruction words in the page (or
Flash), starting with the LSB of the first instruction in the page (Flash) and ending with
the MSB of the last instruction in the page (Flash). The Capture-DR state both captures
the data from the Flash, and also auto-increments the program counter after each word
is read. Note that Capture-DR comes before the shift-DR state. Hence, the first byte
which is shifted out contains valid data.
6.
Enter JTAG instruction PROG_COMMANDS.
7.
Repeat steps 3 to 6 until all data have been read.
25.9.3.6
Programming the EEPROM
1.
Enter JTAG instruction PROG_COMMANDS.
2.
Enable EEPROM write using programming instruction 4a.
3.
Load address High byte using programming instruction 4b.
4.
Load address Low byte using programming instruction 4c.
5.
Load data using programming instructions 4d and 4e.
6.
Repeat steps 4 and 5 for all data bytes in the page.
7.
Write the data using programming instruction 4f.
8.
Poll for EEPROM write complete using programming instruction 4g, or wait for t
WLRH
9.
Repeat steps 3 to 8 until all data have been programmed.
Note that the PROG_PAGELOAD instruction can not be used when programming the EEPROM.
25.9.3.7
Reading the EEPROM
1.
Enter JTAG instruction PROG_COMMANDS.
2.
Enable EEPROM read using programming instruction 5a.
3.
Load address using programming instructions 5b and 5c.
4.
Read data using programming instruction 5d.
5.
Repeat steps 3 and 4 until all data have been read.
Note that the PROG_PAGEREAD instruction can not be used when reading the EEPROM.
25.9.3.8
Programming the Fuses
1.
Enter JTAG instruction PROG_COMMANDS.
2.
Enable Fuse write using programming instruction 6a.
3.
Load data high byte using programming instructions 6b. A bit value of “0” will program
the corresponding fuse, a “1” will unprogram the fuse.
4.
Write Fuse High byte using programming instruction 6c.
5.
Poll for Fuse write complete using programming instruction 6d, or wait for t
WLRH (refer to
6.
Load data low byte using programming instructions 6e. A “0” will program the fuse, a
“1” will unprogram the fuse.
7.
Write Fuse low byte using programming instruction 6f.
8.
Poll for Fuse write complete using programming instruction 6g, or wait for t
WLRH (refer to
相关PDF资料
PDF描述
AT90LS2343-1SI IC MCU 2K FLASH 1MHZ IND 8-SOIC
AT90PWM1-16MUR MCU AVR 8K ISP FLASH 16MHZ 32QFN
AT90S1200A-4SC MCU 1K FLASH 4MHZ LV 20-SOIC
AT90S2313-10PC IC MCU 2K FLSH 10MHZ UART 20DIP
AT90S4433-8AC IC MCU 4K FLSH 8MHZ A/D 32TQFP
相关代理商/技术参数
参数描述
AT90CAN64-16MI 功能描述:8位微控制器 -MCU Microcontroller RoHS:否 制造商:Silicon Labs 核心:8051 处理器系列:C8051F39x 数据总线宽度:8 bit 最大时钟频率:50 MHz 程序存储器大小:16 KB 数据 RAM 大小:1 KB 片上 ADC:Yes 工作电源电压:1.8 V to 3.6 V 工作温度范围:- 40 C to + 105 C 封装 / 箱体:QFN-20 安装风格:SMD/SMT
AT90CAN64-16MU 功能描述:8位微控制器 -MCU CAN AVR UC 64K FLASH RoHS:否 制造商:Silicon Labs 核心:8051 处理器系列:C8051F39x 数据总线宽度:8 bit 最大时钟频率:50 MHz 程序存储器大小:16 KB 数据 RAM 大小:1 KB 片上 ADC:Yes 工作电源电压:1.8 V to 3.6 V 工作温度范围:- 40 C to + 105 C 封装 / 箱体:QFN-20 安装风格:SMD/SMT
AT90CAN64-16MUR 功能描述:8位微控制器 -MCU 64 KB FLASH - 16MHz RoHS:否 制造商:Silicon Labs 核心:8051 处理器系列:C8051F39x 数据总线宽度:8 bit 最大时钟频率:50 MHz 程序存储器大小:16 KB 数据 RAM 大小:1 KB 片上 ADC:Yes 工作电源电压:1.8 V to 3.6 V 工作温度范围:- 40 C to + 105 C 封装 / 箱体:QFN-20 安装风格:SMD/SMT
AT90CAN64-IL 制造商:ATMEL 制造商全称:ATMEL Corporation 功能描述:Microcontroller with 32/64k Bytes of ISP Flash and CAN Controller
AT90CAN64-UL 制造商:ATMEL 制造商全称:ATMEL Corporation 功能描述:Microcontroller with 32/64k Bytes of ISP Flash and CAN Controller