Description: 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
File list (Check if you may need any files):
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