Hi all,
I am using as follows.
SYS/BIOS: 6.34.4.22
NDK: 2.21.1.38
MCSDK: 2.1.2.6
PDK: c6657 1.1.2.6
The problem is that clock interrupt doesn't work on NDK project.
test_hdlr() function in attached sample is the clock interrupt handler.
It should be called for every 20us, but it is actually called for 400ns.
Time measurement is done by values of TSCL and TSCH.
The attached sample is executed in 1.25GHz.
Can I use the colck interrupt on NDK project?
Please gime me advice.
Katsuhiko Watanabe