參數資料
型號: MC68HC05K3
廠商: Motorola, Inc.
英文描述: 8-Bit Microcontroller Units (MCU).(8位微控制器)
中文描述: 8位微控制器單元(MCU)。(8位微控制器)
文件頁數: 24/56頁
文件大?。?/td> 311K
代理商: MC68HC05K3
Application Note
Source Code
AN1288
24
MOTOROLA
// Construct a temporary STARTUP.05 file to program the device.
// If the file cannot be opened, display an error box and
// proceed with a program shut down.
if(program_startup_file())
{
// Display memory error screen.
memory_error_box();
// Restore the user-created STARTUP.05 to its original name.
rename("STARTUP.SAV", "STARTUP.05");
// Exit to DOS.
exit(0);
}
// Call either MMDS05 or EVS05 and wait for the result.
if(emulator_type)
spawnl(P_WAIT, "evs05.exe","evs05", port, NULL);
else
spawnl(P_WAIT, "mmds05.exe", "mmds05",port, NULL);
// Turn the off the cursor.
_setcursortype(_NOCURSOR);
// Delete the S-record programming file.
remove("K3PROG.S19");
// Delete the startup file.
remove("STARTUP.05");
// Evaluate the results of the emulator's execution.
// If the results are good, display a message box and exit to DOS.
// Otherwise display an appropriate error box and exit to DOS.
switch(evaluate_program_results())
{
case -1:
emulator_error_box();
break;
case 0:
programmed_box();
break;
case 1:
eeprom_error_box();
break;
default:
break;
}
相關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微控制器)
相關代理商/技術參數
參數描述
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