|
Hi
If you are testing for example GPIO driver from managed program, you might see poor performance, because TIME driver is implemented using real time clock tick. Real time clock tick is 64 Hz.
What driver are you interested in? And how are you testing/using the driver?
Here is some information about TIME driver:
TIME driver is in {PORTING KIT ROOT}\DeviceCode\Targets\Native\S3C2440\DeviceCode\S3C2440_TIME\
Time driver should be implemented with timers (chapter 10 from S2C2440 user's manual).
Example on good implementation can be found here: {PORTING KIT ROOT}\DeviceCode\Targets\Native\LPC24XX\DeviceCode\TIME\LPC24XX__TIME.cpp
|