資源簡介
基于飛思卡爾XEP100單片機(jī)的一個簡單的LED點(diǎn)燈程序,包含全部源碼及S19文件
代碼片段和文件信息
/******************************************************************************
??FILE????????:?datapage.c
??PURPOSE?????:?paged?data?access?runtime?routines
??MACHINE?????:?Freescale?68HC12?(Target)
??LANGUAGE????:?ANSI-C
??HISTORY?????:?21.7.96?first?version?created
******************************************************************************/
#include?“hidef.h“
#include?“non_bank.sgm“
#include?“runtime.sgm“
#ifndef?__HCS12X__?/*?it‘s?different?for?the?HCS12X.?See?the?text?below?at?the?#else?//?__HCS12X__?*/
/*
???According?to?the?-Cp?option?of?the?compiler?the
???__DPAGE__?__PPAGE__?and?__EPAGE__?macros?are?defined.
???If?none?of?them?is?given?as?argument?then?no?page?accesses?should?occur?and
???this?runtime?routine?should?not?be?used?!
???To?be?on?the?save?side?the?runtime?routines?are?created?anyway.
???If?some?of?the?-Cp?options?are?given?an?adapted?versions?which?only?covers?the
???needed?cases?is?produced.
*/
/*?if?no?compiler?option?-Cp?i
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件?????390575??2019-06-01?16:16??流水燈\bin\Project.abs
?????文件????????608??2019-06-01?16:16??流水燈\bin\Project.abs.glo
?????文件????????600??2019-06-01?16:16??流水燈\bin\Project.abs.s19
?????文件?????238192??2019-06-01?16:16??流水燈\bin\Project.map
?????文件???????1514??2016-05-17?21:52??流水燈\cmd\TBDML_Erase_unsecure_hcs12xe.cmd
?????文件?????????59??2016-05-17?21:52??流水燈\cmd\TBDML_Postload.cmd
?????文件?????????60??2016-05-17?21:52??流水燈\cmd\TBDML_Preload.cmd
?????文件?????????60??2016-05-17?21:52??流水燈\cmd\TBDML_Reset.cmd
?????文件?????????59??2016-05-17?21:52??流水燈\cmd\TBDML_Startup.cmd
?????文件?????????77??2016-05-17?21:52??流水燈\cmd\TBDML_Vppoff.cmd
?????文件?????????78??2016-05-17?21:52??流水燈\cmd\TBDML_Vppon.cmd
?????文件????????855??2016-05-17?21:25??流水燈\C_Layout.hwl
?????文件????????161??2016-05-17?21:25??流水燈\Default.mem
?????文件??????58002??2016-05-17?21:25??流水燈\LED.mcp
?????文件???????4263??2019-06-12?16:52??流水燈\LED_Data\CWSettingsWindows.stg
?????文件??????13949??2019-04-11?17:01??流水燈\LED_Data\Standard\ob
?????文件???????7052??2019-06-01?16:16??流水燈\LED_Data\Standard\ob
?????文件?????415224??2019-04-11?17:01??流水燈\LED_Data\Standard\ob
?????文件???????5577??2019-04-11?17:02??流水燈\LED_Data\Standard\ob
?????文件????1538783??2019-06-12?15:31??流水燈\LED_Data\Standard\TargetDataWindows.tdt
?????文件??????10141??2016-05-17?21:52??流水燈\prm\burner.bbl
?????文件??????16137??2016-05-17?21:52??流水燈\prm\Project.prm
?????文件??????68294??2016-05-17?21:52??流水燈\Sources\datapage.c
?????文件????????264??2016-05-17?21:52??流水燈\Sources\derivative.h
?????文件???????1313??2019-06-01?16:16??流水燈\Sources\main.c
?????文件??????22963??2016-05-17?21:52??流水燈\Sources\Start12.c
?????文件???????2990??2019-06-12?16:52??流水燈\TBDML.ini
?????目錄??????????0??2019-06-01?16:14??流水燈\LED_Data\Standard\ob
?????目錄??????????0??2019-06-01?16:14??流水燈\LED_Data\Standard
?????目錄??????????0??2019-06-12?15:31??流水燈\bin
............此處省略8個文件信息
評論
共有 條評論