參數(shù)資料
型號(hào): MC68HC05K3
廠商: Motorola, Inc.
英文描述: 8-Bit Microcontroller Units (MCU).(8位微控制器)
中文描述: 8位微控制器單元(MCU)。(8位微控制器)
文件頁(yè)數(shù): 27/56頁(yè)
文件大?。?/td> 311K
代理商: MC68HC05K3
Application Note
Source Code
AN1288
MOTOROLA
27
int system_setup(int command line_number, char command line_emulator[],
char command line_port[])
{
int flag=0; // function return flag
int port;
// Check the number of command line parameters to make sure that two or
// three parameters are present.
if((command line_number < 2) || (command line_number > 3))
{
command line_error_box();
return(1);
}
// Check the emulator type parameter and set the emulator_type flag
// appropriately.
if(!strcmpi("MMDS05", command line_emulator))
emulator_type = 0;
else if(!strcmpi("EVS05", command line_emulator))
emulator_type = 1;
else
{
command line_error_box();
return(1);
}
// Check the COM port command line parameter.
if(command line_number == 2)
port = 1;
else
port = atoi(command line_port);
if(port<1 || port > 4)
{
command line_error_box();
flag=1;
}
return(flag);
}
/* enter_data function
相關(guān)PDF資料
PDF描述
MC68HC805K3 8-Bit Microcontroller Units (MCU).(8位微控制器)
MC68HC05L16 80-Pin Microcontroller Unit (MCU) With Highly Sophisticated On-Chip Peripheral Functions(80腳、8位帶高級(jí)外圍電路功能的微控制器單元)
MC68HC05P18A Low Cost HCMOS Microcontroller(低成本、8位HCMOS微控制器)
MC68HC05P4A 28-pin MCU (microcontroller unit) based on the MC68HC05P4(28引腳、基于MC68HC05P4升級(jí)的8位微控制器單元)
MC68HC05PV8A Low Cost HCMOS Microcontroller(低成本、8位HCMOS微控制器)
相關(guān)代理商/技術(shù)參數(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