RZ/T1 evaluation kit Arm® Cortex®-R4
Part No: RTK7910018C00000BE
Hi Hope everyone is doing fine. I am using RZ/T1 evaluation kit. Compiler i am using is e2 studio. Facing issue in timer configurations.
I am using 2 timers pulse units TPU0 and TPU9. TPU0 for generating interrupt after every 10ms. I am toggling the LED after every 10ms to check whether code is working fine or not. TPU9 is used to check time taken by MATMULT matrix. I am using TPU9 as counter to count pulses and based on pulses i am checking the time taken by MATMULT. Both interrupt and counter thing is working fine if separate files are created for both but if i include counter part in interrupt code its noit working.
I want to generate intrrupt after every 10 ms and when interrupt occurs. In ISR routing i want to compute time taken by MATMULT matrix.
Please provide me with C code. Thank you!