91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 8.1MB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2023-10-06
  • 語言: 其他
  • 標(biāo)簽: 飛思卡爾??

資源簡介

第11屆恩智浦智能小車攝像頭組國賽程序源碼.

資源截圖

代碼片段和文件信息

//-------------------------------------------------------------------------*
//?文件名:start.c??????????????????????????????????????????????????????????*
//?說??明:?CPU啟動后進(jìn)行系統(tǒng)配置???????????????????????????????????????????*
//-------------------------------------------------------------------------*

//頭文件
#include?“common.h“
#include?“wdog.h“
#include?“sysinit.h“

#pragma?section?=?“.data“
#pragma?section?=?“.data_init“
#pragma?section?=?“.bss“
#pragma?section?=?“CodeRelocate“
#pragma?section?=?“CodeRelocateRam“?

//內(nèi)部函數(shù)聲明
//-------------------------------------------------------------------------*
//函數(shù)名:?common_startup???????????????????????????????????????????????????*
//功??能:?復(fù)制中斷向量表到RAM中????????????????????????????????????????????*?
//參??數(shù):?無 ???*
//說??明:?將ROM中的初始化數(shù)據(jù)拷貝到RAM中???????????????????????????????????*
//-------------------------------------------------------------------------*
void?common_startup(void);

//-------------------------------------------------------------------------*
//函數(shù)名:?start????????????????????????????????????????????????????????????*
//功??能:?系統(tǒng)啟動?????????????????????????????????????????????????????????*?
//參??數(shù):?無 ???*
//說??明:?無???????????????????????????????????????????????????????????????*
//-------------------------------------------------------------------------*
void?start(void)
{
????//關(guān)閉看門狗
????wdog_disable();
????//復(fù)制中斷向量表到RAM中
????common_startup();
????//系統(tǒng)設(shè)置
????sysinit();
????//進(jìn)入主函數(shù)
????main();
}


//-------------------------------------------------------------------------*
//函數(shù)名:?common_startup???????????????????????????????????????????????????*
//功??能:?復(fù)制中斷向量表到RAM中????????????????????????????????????????????*?
//參??數(shù):?無 ???*
//說??明:?將ROM中的初始化數(shù)據(jù)拷貝到RAM中???????????????????????????????????*
//-------------------------------------------------------------------------*
void?common_startup(void)
{
????/*?Declare?a?counter?we‘ll?use?in?all?of?the?copy?loops?*/
????uint32?n;
?
?
????/*?Addresses?for?VECTOR_TABLE?and?VECTOR_RAM?come?from?the?linker?file?*/??
????extern?uint32?__VECTOR_TABLE[];
????extern?uint32?__VECTOR_RAM[];

????/*?Copy?the?vector?table?to?RAM?*/
????if?(__VECTOR_RAM?!=?__VECTOR_TABLE)
????{
????????for?(n?=?0;?n?????????????__VECTOR_RAM[n]?=?__VECTOR_TABLE[n];
????}
????/*?Point?the?VTOR?to?the?new?copy?of?the?vector?table?*/
????write_vtor((uint32)__VECTOR_RAM);????
????
????/*?Get?the?addresses?for?the?.data?section?(initialized?data?section)?*/
????uint8*?data_ram?=?__section_begin(“.data“);
????uint8*?data_rom?=?__section_begin(“.data_init“);
????uint8*?data_rom_end?=?__section_end(“.data_init“);
????
????/*?Copy?initialized?data?from?ROM?to?RAM?*/
????n?=?data_rom_end?-?data_rom;
????while?(n--)
??????*data_ram++?=?*data_rom++;
?
?
????/*?Get?the?addresses?for?the?.bss?section?(zero-initialized?data)?*/
????uint8*?bss_start?=?__section_begin(“.bss“);
????uint8*?bss_

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-07-11?16:03??西部賽\
?????目錄???????????0??2016-07-12?12:06??西部賽\十一屆攝像頭\
?????文件?????????167??2015-12-26?14:56??西部賽\十一屆攝像頭\11屆攝像頭.eww
?????文件???????72385??2015-12-26?14:56??西部賽\十一屆攝像頭\Backup?of?freescale?ten.ewd
?????文件???????60842??2015-12-26?14:56??西部賽\十一屆攝像頭\Backup?of?freescale?ten.ewp
?????目錄???????????0??2016-07-11?16:03??西部賽\十一屆攝像頭\Debug\
?????目錄???????????0??2016-07-12?12:06??西部賽\十一屆攝像頭\Debug\Exe\
?????文件??????390304??2016-07-12?12:06??西部賽\十一屆攝像頭\Debug\Exe\freescale?ten.out
?????文件???????57215??2016-07-12?12:06??西部賽\十一屆攝像頭\Debug\Exe\freescale?ten.sim
?????文件??????157292??2016-07-12?12:06??西部賽\十一屆攝像頭\Debug\Exe\freescale?ten.srec
?????目錄???????????0??2016-07-12?12:06??西部賽\十一屆攝像頭\Debug\List\
?????文件??????117706??2016-07-12?12:06??西部賽\十一屆攝像頭\Debug\List\Control.lst
?????文件???????71230??2016-07-12?12:06??西部賽\十一屆攝像頭\Debug\List\Control.s
?????文件???????24019??2016-07-12?01:41??西部賽\十一屆攝像頭\Debug\List\DriveInit.lst
?????文件???????15768??2016-07-12?01:41??西部賽\十一屆攝像頭\Debug\List\DriveInit.s
?????文件???????74729??2016-07-12?01:41??西部賽\十一屆攝像頭\Debug\List\FireSCCB.lst
?????文件???????44143??2016-07-12?01:41??西部賽\十一屆攝像頭\Debug\List\FireSCCB.s
?????文件???????47600??2016-07-12?01:41??西部賽\十一屆攝像頭\Debug\List\FreeCars.lst
?????文件???????30751??2016-07-12?01:41??西部賽\十一屆攝像頭\Debug\List\FreeCars.s
?????文件???????50782??2015-12-26?14:56??西部賽\十一屆攝像頭\Debug\List\HAL_ADC.lst
?????文件???????34049??2015-12-26?14:56??西部賽\十一屆攝像頭\Debug\List\HAL_ADC.s
?????文件???????51245??2016-05-02?13:03??西部賽\十一屆攝像頭\Debug\List\HAL_SPI.lst
?????文件???????35935??2016-05-02?13:03??西部賽\十一屆攝像頭\Debug\List\HAL_SPI.s
?????文件??????407458??2015-12-26?14:56??西部賽\十一屆攝像頭\Debug\List\LCD.lst
?????文件??????230882??2015-12-26?14:56??西部賽\十一屆攝像頭\Debug\List\LCD.s
?????文件???????74068??2015-12-26?14:56??西部賽\十一屆攝像頭\Debug\List\LQ12864.lst
?????文件???????21696??2016-07-12?01:41??西部賽\十一屆攝像頭\Debug\List\MK60_FTM.lst
?????文件???????15927??2016-07-12?01:41??西部賽\十一屆攝像頭\Debug\List\MK60_FTM.s
?????文件????????2478??2015-12-30?14:12??西部賽\十一屆攝像頭\Debug\List\MK60_port.lst
?????文件????????2541??2015-12-30?14:12??西部賽\十一屆攝像頭\Debug\List\MK60_port.s
?????文件???????30432??2016-05-02?13:03??西部賽\十一屆攝像頭\Debug\List\MK60_spi.lst
............此處省略437個文件信息

評論

共有 條評論