參數(shù)資料
型號: MC68HC05K3
廠商: Motorola, Inc.
英文描述: 8-Bit Microcontroller Units (MCU).(8位微控制器)
中文描述: 8位微控制器單元(MCU)。(8位微控制器)
文件頁數(shù): 48/56頁
文件大?。?/td> 311K
代理商: MC68HC05K3
Application Note
Source Code
AN1288
48
MOTOROLA
void command line_error_box(void)
{
int i; // counter variable
// message box character array
char text[11][80]={"***********************ERROR***********************",
"* *",
"* *",
"* Incorrect command line parameters were entered. *",
"* Use the following syntax to envoke this program: *",
"* k3eeprog [Emulator Type] [COM Port]. *",
"* Type the following for the Emulator Type option: MMDS05 or EVS05 *",
"* Type the following for the Com Port option: 2 COM2 3 COM3 4 COM4 *",
"* (COM1 is the default) *",
"* *",
"********************************************************************"};
// Clear the screen and sound a beep.
clrscr();
beep();
// Display error box.
for(i=0;i<12;i++)
print_center(i+7,text[i]);
print_center(18,"PRESS ANY KEY TO EXIT TO DOS");
// Wait for the user to hit any key.
while(!getch())
;
// Close the error box.
clrscr();
return;
}
/* memory_error_box function
*
* Function input variables: None
*
* Function outputs: None
*
* This function displays a screen informing the user that he/she has
* made an error in entering command line parameters.
*
*/
相關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