Hi,
I want to implement timer in nanosecond in my code. I have already implemented timer in microsecond. As per example given in C2000 ware for timer we can only set minimum timer of 1 microsecond in given function(last argument).
configCPUTimer(CPUTIMER1_BASE, DEVICE_SYSCLK_FREQ, 1);
I am using internal oscillator clock for this which is 10Mhz.