文件名称:SMDK2443PB5BSP
- 所属分类:
- Windows CE
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 8.15mb
- 下载次数:
- 0次
- 提 供 者:
- b***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
1. This BSP can support 2443EVT0 board.
If you want to use EVT0 BSP, set followings.
In smdk2443\smdk2443.bat file
set BSP_EVT1=1
-> set BSP_EVT1=
In smdk2443\src\inc\bsp_cfg.h file
#define EVT1
-> #define EVT0
2. Default system tick mode is changed. The value is fixed tick.
Fixed tick means that tick interrupt is occurred every 1ms.
Variable tick means that timer interrupt period is changed when power mode is in idle.
For changing to variable tick
In smdk2443\src\inc\bsp_cfg.h file
#define FIXEDTICK
-> #define VARTICK
In smdk2443\src\Common\Timer\Sources file
SOURCES= timer_fixedtick.c watchdog.c
->
SOURCES= timer_vartick.c watchdog.c-1. This BSP can support 2443EVT0 board.
If you want to use EVT0 BSP, set followings.
In smdk2443\smdk2443.bat file
set BSP_EVT1=1
-> set BSP_EVT1=
In smdk2443\src\inc\bsp_cfg.h file
#define EVT1
->#define EVT0
2. Default system tick mode is changed. The value is fixed tick.
Fixed tick means that tick interrupt is occurred every 1ms.
Variable tick means that timer interrupt period is changed when power mode is in idle.
For changing to variable tick
In smdk2443\src\inc\bsp_cfg.h file
#define FIXEDTICK
->#define VARTICK
In smdk2443\src\Common\Timer\Sources file
SOURCES= timer_fixedtick.c watchdog.c
->
SOURCES= timer_vartick.c watchdog.c
If you want to use EVT0 BSP, set followings.
In smdk2443\smdk2443.bat file
set BSP_EVT1=1
-> set BSP_EVT1=
In smdk2443\src\inc\bsp_cfg.h file
#define EVT1
-> #define EVT0
2. Default system tick mode is changed. The value is fixed tick.
Fixed tick means that tick interrupt is occurred every 1ms.
Variable tick means that timer interrupt period is changed when power mode is in idle.
For changing to variable tick
In smdk2443\src\inc\bsp_cfg.h file
#define FIXEDTICK
-> #define VARTICK
In smdk2443\src\Common\Timer\Sources file
SOURCES= timer_fixedtick.c watchdog.c
->
SOURCES= timer_vartick.c watchdog.c-1. This BSP can support 2443EVT0 board.
If you want to use EVT0 BSP, set followings.
In smdk2443\smdk2443.bat file
set BSP_EVT1=1
-> set BSP_EVT1=
In smdk2443\src\inc\bsp_cfg.h file
#define EVT1
->#define EVT0
2. Default system tick mode is changed. The value is fixed tick.
Fixed tick means that tick interrupt is occurred every 1ms.
Variable tick means that timer interrupt period is changed when power mode is in idle.
For changing to variable tick
In smdk2443\src\inc\bsp_cfg.h file
#define FIXEDTICK
->#define VARTICK
In smdk2443\src\Common\Timer\Sources file
SOURCES= timer_fixedtick.c watchdog.c
->
SOURCES= timer_vartick.c watchdog.c
(系统自动生成,下载前可以参看下载内容)
下载文件列表
2443_060915.bif
dirs
DNW
...\dnw.exe
...\secusb2.inf
...\secusb2.sys
...\wceusbsh.inf
Doc
...\Release Note.htm
...\ReleaseNotes(2443).txt
...\[WinCE50]S3C2443_Installation Manual_V1.2.doc
...\[WinCE50]S3C2443_Porting Manual_E1_V0.5.doc
Files
.....\cameratestapp.exe
.....\changemode.exe
.....\clientside.exe
.....\config.bib
.....\GarField.wmv
.....\idletime.exe
.....\Intltrns
.....\........\0404
.....\........\....\platform.str
.....\........\0407
.....\........\....\platform.str
.....\........\0409
.....\........\....\platform.str
.....\........\040a
.....\........\....\platform.str
.....\........\040c
.....\........\....\platform.str
.....\........\0410
.....\........\....\platform.str
.....\........\0411
.....\........\....\platform.str
.....\........\0412
.....\........\....\platform.str
.....\........\0413
.....\........\....\platform.str
.....\........\0416
.....\........\....\platform.str
.....\........\041d
.....\........\....\platform.str
.....\........\0804
.....\........\....\platform.str
.....\platform.bib
.....\platform.dat
.....\platform.db
.....\platform.reg
.....\PPC_CAM.exe
.....\rasbook.reg
.....\recorder.exe
.....\regedit.exe
.....\RotateScreen.exe
.....\S3C2443REF_GPIO.lib
.....\usbmsfn.dll
.....\usbmsfn.pdb
smdk2443.bat
smdk2443.cec
sources.cmn
Src
...\Bootloader
...\..........\dirs
...\..........\Eboot
...\..........\.....\boot.bib
...\..........\.....\debug.c
...\..........\.....\Display.h
...\..........\.....\DisplaySample_320_240.h
...\..........\.....\ether.c
...\..........\.....\flash.c
...\..........\.....\loader.h
...\..........\.....\main.c
...\..........\.....\makefile
...\..........\.....\makefile.inc
...\..........\.....\nand.cpp
...\..........\.....\sources
...\..........\.....\startup.s
...\..........\.....\usb.c
...\..........\.....\usbs.s
...\..........\.....\util.s
...\..........\Ipl
...\..........\...\BIN
...\..........\readme.txt
...\..........\Stepldr
...\..........\.......\Bin
...\..........\.......\...\STEPLDR.bin
...\..........\.......\...\stepldr.nb0
...\..........\.......\main.c
...\..........\.......\makefile
...\..........\.......\makefile.inc
...\..........\.......\memcfg.inc
...\..........\.......\nand.c
...\..........\.......\option.h
...\..........\.......\option.inc
...\..........\.......\s2443addr.h
...\..........\.......\s2443addr.inc
...\..........\.......\sources
...\..........\.......\startup.s
...\..........\.......\stepldr.bib
...\..........\.......\trimnb0.scr
...\..........\.......\utils.c
dirs
DNW
...\dnw.exe
...\secusb2.inf
...\secusb2.sys
...\wceusbsh.inf
Doc
...\Release Note.htm
...\ReleaseNotes(2443).txt
...\[WinCE50]S3C2443_Installation Manual_V1.2.doc
...\[WinCE50]S3C2443_Porting Manual_E1_V0.5.doc
Files
.....\cameratestapp.exe
.....\changemode.exe
.....\clientside.exe
.....\config.bib
.....\GarField.wmv
.....\idletime.exe
.....\Intltrns
.....\........\0404
.....\........\....\platform.str
.....\........\0407
.....\........\....\platform.str
.....\........\0409
.....\........\....\platform.str
.....\........\040a
.....\........\....\platform.str
.....\........\040c
.....\........\....\platform.str
.....\........\0410
.....\........\....\platform.str
.....\........\0411
.....\........\....\platform.str
.....\........\0412
.....\........\....\platform.str
.....\........\0413
.....\........\....\platform.str
.....\........\0416
.....\........\....\platform.str
.....\........\041d
.....\........\....\platform.str
.....\........\0804
.....\........\....\platform.str
.....\platform.bib
.....\platform.dat
.....\platform.db
.....\platform.reg
.....\PPC_CAM.exe
.....\rasbook.reg
.....\recorder.exe
.....\regedit.exe
.....\RotateScreen.exe
.....\S3C2443REF_GPIO.lib
.....\usbmsfn.dll
.....\usbmsfn.pdb
smdk2443.bat
smdk2443.cec
sources.cmn
Src
...\Bootloader
...\..........\dirs
...\..........\Eboot
...\..........\.....\boot.bib
...\..........\.....\debug.c
...\..........\.....\Display.h
...\..........\.....\DisplaySample_320_240.h
...\..........\.....\ether.c
...\..........\.....\flash.c
...\..........\.....\loader.h
...\..........\.....\main.c
...\..........\.....\makefile
...\..........\.....\makefile.inc
...\..........\.....\nand.cpp
...\..........\.....\sources
...\..........\.....\startup.s
...\..........\.....\usb.c
...\..........\.....\usbs.s
...\..........\.....\util.s
...\..........\Ipl
...\..........\...\BIN
...\..........\readme.txt
...\..........\Stepldr
...\..........\.......\Bin
...\..........\.......\...\STEPLDR.bin
...\..........\.......\...\stepldr.nb0
...\..........\.......\main.c
...\..........\.......\makefile
...\..........\.......\makefile.inc
...\..........\.......\memcfg.inc
...\..........\.......\nand.c
...\..........\.......\option.h
...\..........\.......\option.inc
...\..........\.......\s2443addr.h
...\..........\.......\s2443addr.inc
...\..........\.......\sources
...\..........\.......\startup.s
...\..........\.......\stepldr.bib
...\..........\.......\trimnb0.scr
...\..........\.......\utils.c