參數(shù)資料
型號: MC68HC05K3
廠商: Motorola, Inc.
英文描述: 8-Bit Microcontroller Units (MCU).(8位微控制器)
中文描述: 8位微控制器單元(MCU)。(8位微控制器)
文件頁數(shù): 32/56頁
文件大?。?/td> 311K
代理商: MC68HC05K3
Application Note
Source Code
AN1288
32
MOTOROLA
// Check to see if either MMDS05 or EVS05 are present in the current
// directory. If neither are, display an error box and exit to DOS.
if(emulator_type)
{
if(_dos_findfirst("EVS05.EXE", _A_NORMAL, &fb))
{
no_evs05();
flag = 1;
}
}
else
{
if(_dos_findfirst("MMDS05.EXE", _A_NORMAL, &fb))
{
no_mmds05();
flag = 1;
}
}
// Check to see if the K3 personality file (00014XXX.MEM)
// is present in the current directory.
// If it isn't display an error box and exit to DOS.
if(_dos_findfirst("00014*.MEM", _A_NORMAL, &fb))
{
no_personality_file();
flag = 1;
}
// If the program's log file is present, remove it.
if(!_dos_findfirst("K3EEPROG.LOG", _A_NORMAL, &fb))
remove("K3EEPROG.LOG");
// If the PEEPROM's programming algorithm is present, remove it.
if(!_dos_findfirst("K3PROG.S19", _A_NORMAL, &fb))
remove("K3PROG.S19");
// If the PEEPROM's read algorithm is present, remove it.
if(!_dos_findfirst("K3READ.S19", _A_NORMAL, &fb))
remove("K3READ.S19");
return(flag);
}
相關PDF資料
PDF描述
MC68HC805K3 8-Bit Microcontroller Units (MCU).(8位微控制器)
MC68HC05L16 80-Pin Microcontroller Unit (MCU) With Highly Sophisticated On-Chip Peripheral Functions(80腳、8位帶高級外圍電路功能的微控制器單元)
MC68HC05P18A Low Cost HCMOS Microcontroller(低成本、8位HCMOS微控制器)
MC68HC05P4A 28-pin MCU (microcontroller unit) based on the MC68HC05P4(28引腳、基于MC68HC05P4升級的8位微控制器單元)
MC68HC05PV8A Low Cost HCMOS Microcontroller(低成本、8位HCMOS微控制器)
相關代理商/技術參數(shù)
參數(shù)描述
MC68HC05K3CDW 制造商:FREESCALE 制造商全稱:Freescale Semiconductor, Inc 功能描述:HCMOS Microcontroller Unit
MC68HC05K3CP 制造商:FREESCALE 制造商全稱:Freescale Semiconductor, Inc 功能描述:HCMOS Microcontroller Unit
MC68HC05K3CSD 制造商:FREESCALE 制造商全稱:Freescale Semiconductor, Inc 功能描述:HCMOS Microcontroller Unit
MC68HC05K3DW 制造商:FREESCALE 制造商全稱:Freescale Semiconductor, Inc 功能描述:HCMOS Microcontroller Unit
MC68HC05K3P 制造商:FREESCALE 制造商全稱:Freescale Semiconductor, Inc 功能描述:HCMOS Microcontroller Unit