資源簡(jiǎn)介
AY-SEB kit for CCS5.5 例程

代碼片段和文件信息
/*
?*?main.c
?*
?*??Created?on:?2014-8-31
?*??????Author:?zdl
?*/
#include?
void?System_init()
{
//-----系統(tǒng)相關(guān)初始化-----
WDTCTL?=?WDTPW?|?WDTHOLD; //?Stop?watchdog?timer
Ports_init(); //初始化IO
SysClk_init(); //初始化時(shí)鐘為25MHz
LED_init(); //初始化LP板上LED
Key_init(); //各種按鍵初始化
//-----顯示庫(kù)函數(shù)初始化-----
Template_DriverInit();
GrContextInit(&g_sContext?&g_sTemplate_Driver);
GrContextForegroundSet(&g_sContext?ClrWhite);
GrContextBackgroundSet(&g_sContext?ClrBlack);
??? GrContextFontSet(&g_sContext?&g_sFontCm16b);
??? GrClearDisplay(&g_sContext);
}
int?main(void)
{
? System_init();
? _enable_interrupts();
? ui8Task_Status=TASK1;
????//-----繪制界面-----
????DC_Motor_Graph();
????//-----初始化-----
????DC_Motor_Begin();
????while(1)
????{
????//-----運(yùn)行主函數(shù)-----
???? DC_Motor_Main();
????}
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????????464??2015-10-23?10:37??EXP1-DC\.ccsproject
?????文件??????27913??2015-10-23?11:06??EXP1-DC\.cproject
?????文件???????3813??2015-10-23?11:01??EXP1-DC\.launches\EXP1-DC.launch
?????文件????????837??2015-10-23?10:37??EXP1-DC\.project
?????文件?????????62??2015-10-23?10:37??EXP1-DC\.settings\org.eclipse.cdt.codan.core.prefs
?????文件????????123??2015-10-23?10:37??EXP1-DC\.settings\org.eclipse.cdt.debug.core.prefs
?????文件???????1008??2015-10-23?10:38??EXP1-DC\.settings\org.eclipse.core.resources.prefs
?????文件????????775??2015-10-23?11:11??EXP1-DC\Debug\ccsObjs.opt
?????文件??????45608??2015-10-23?11:11??EXP1-DC\Debug\driverlib\adc12_a.obj
?????文件???????2124??2015-10-23?11:11??EXP1-DC\Debug\driverlib\adc12_a.pp
?????文件??????46792??2015-10-23?11:11??EXP1-DC\Debug\driverlib\gpio.obj
?????文件???????2061??2015-10-23?11:11??EXP1-DC\Debug\driverlib\gpio.pp
?????文件??????26812??2015-10-23?11:11??EXP1-DC\Debug\driverlib\ref.obj
?????文件???????2040??2015-10-23?11:11??EXP1-DC\Debug\driverlib\ref.pp
?????文件???????5600??2015-10-23?11:11??EXP1-DC\Debug\driverlib\subdir_rules.mk
?????文件????????970??2015-10-23?11:11??EXP1-DC\Debug\driverlib\subdir_vars.mk
?????文件??????62828??2015-10-23?11:11??EXP1-DC\Debug\driverlib\timer_a.obj
?????文件???????2124??2015-10-23?11:11??EXP1-DC\Debug\driverlib\timer_a.pp
?????文件??????60608??2015-10-23?11:11??EXP1-DC\Debug\EXP1-DC.map
?????文件?????178144??2015-10-23?11:11??EXP1-DC\Debug\EXP1-DC.out
?????文件?????425691??2015-10-23?11:11??EXP1-DC\Debug\EXP1-DC_li
?????文件??????18436??2015-10-23?11:11??EXP1-DC\Debug\F5xx_F6xx_Core_Lib\HAL_FLASH.obj
?????文件????????929??2015-10-23?11:11??EXP1-DC\Debug\F5xx_F6xx_Core_Lib\HAL_FLASH.pp
?????文件??????10132??2015-10-23?11:11??EXP1-DC\Debug\F5xx_F6xx_Core_Lib\HAL_PMAP.obj
?????文件????????918??2015-10-23?11:11??EXP1-DC\Debug\F5xx_F6xx_Core_Lib\HAL_PMAP.pp
?????文件??????14296??2015-10-23?11:11??EXP1-DC\Debug\F5xx_F6xx_Core_Lib\HAL_PMM.obj
?????文件???????1013??2015-10-23?11:11??EXP1-DC\Debug\F5xx_F6xx_Core_Lib\HAL_PMM.pp
?????文件??????19448??2015-10-23?11:11??EXP1-DC\Debug\F5xx_F6xx_Core_Lib\HAL_TLV.obj
?????文件????????907??2015-10-23?11:11??EXP1-DC\Debug\F5xx_F6xx_Core_Lib\HAL_TLV.pp
?????文件??????29228??2015-10-23?11:11??EXP1-DC\Debug\F5xx_F6xx_Core_Lib\HAL_UCS.obj
............此處省略1923個(gè)文件信息
評(píng)論
共有 條評(píng)論