資源簡介
flashburn tools->flashburn 木有的問題

代碼片段和文件信息
#include“myapp.h“
void?CLK_init()
{
???ioport?unsigned?int?*clkmd;
???clkmd=(unsigned?int?*)0x1c00;
???*clkmd?=0x2033; //?0x2033;//0x2413;//?144MHz=0x2613
}
void?SetDSPPLL(unsigned?int?uPLL)
{
???ioport?unsigned?int?*clkmd;
???clkmd=(unsigned?int?*)0x1c00;
???*clkmd?=uPLL;
}
void?TMCR_reset(?void?)
{
????ioport?unsigned?int?*TMCR_MGS3=(unsigned?int?*)0x07FE;???
????ioport?unsigned?int?*TMCR_MM?=(unsigned?int?*)0x07FF;???
????*TMCR_MGS3?=0x510;
????*TMCR_MM???=0x000;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????14450??2006-04-06?13:43??Lab0307-Bootloader\5509.h
?????文件????1761384??2006-04-06?13:43??Lab0307-Bootloader\C5000C6000-2[1].20-SA-to-TI-FLASHBURN271.EXE
?????文件??????20042??2006-04-06?13:43??Lab0307-Bootloader\c55xxdefs.h
?????文件????????653??2006-04-06?13:43??Lab0307-Bootloader\cc_build_Debug.log
?????文件????????503??2006-04-06?13:43??Lab0307-Bootloader\clk_init.c
?????文件???????3812??2007-10-31?11:00??Lab0307-Bootloader\Debug\bootloader.hex
?????文件???????1136??2007-10-31?11:00??Lab0307-Bootloader\Debug\bootloader.mxp
?????文件???????1060??2006-04-06?13:43??Lab0307-Bootloader\Debug\clk_init.obj
?????文件?????110592??2006-04-06?13:43??Lab0307-Bootloader\Debug\hex55.exe
?????文件????????146??2006-04-06?13:43??Lab0307-Bootloader\Debug\hex5509.cmd
?????文件???????8256??2006-04-06?13:43??Lab0307-Bootloader\Debug\LED.map
?????文件???????1525??2006-04-06?13:43??Lab0307-Bootloader\Debug\LED.obj
?????文件???????9564??2006-04-06?13:43??Lab0307-Bootloader\Debug\LED.out
?????文件???????6853??2006-04-06?13:43??Lab0307-Bootloader\Debug\main.obj
?????文件?????????25??2006-04-06?13:43??Lab0307-Bootloader\Debug\out2hex.bat
?????文件???????1054??2006-04-06?13:43??Lab0307-Bootloader\Debug\sdram_init.obj
?????文件???????4530??2006-04-06?13:43??Lab0307-Bootloader\Debug\util.obj
?????文件??????????0??2007-10-31?11:00??Lab0307-Bootloader\Debug\新建?文本文檔.txt
?????文件????????439??2006-04-06?13:43??Lab0307-Bootloader\Debug.lkf
?????文件????????439??2006-04-06?13:43??Lab0307-Bootloader\Debug.lkv
?????文件??????11552??2006-04-06?13:43??Lab0307-Bootloader\FBTC55.out
?????文件????????192??2006-04-06?13:43??Lab0307-Bootloader\func.h
?????文件????????753??2006-04-06?13:43??Lab0307-Bootloader\ICETEK-VC5509-A.cmd
?????文件???????3584??2006-04-06?13:43??Lab0307-Bootloader\ICETEK-VC5509-BootLoader.cdd
?????文件????????717??2006-04-06?13:43??Lab0307-Bootloader\LED.c
?????文件???????2108??2006-04-06?13:43??Lab0307-Bootloader\LED.paf
?????文件????????932??2006-04-06?13:43??Lab0307-Bootloader\LED.pjt
?????文件?????????76??2006-04-06?13:43??Lab0307-Bootloader\LogFlashBurn.txt
?????文件?????????19??2006-04-06?13:43??Lab0307-Bootloader\myapp.h
?????文件???????1504??2006-04-06?13:43??Lab0307-Bootloader\sdram_init.c
............此處省略7個文件信息
評論
共有 條評論