Hi,
I am using the RTOS SYSBIOS "bios_6_35_04_50”" on the F28335 target.
In my application, I use the Clock module that allows to have periodic functions that are run in the context of a Swi (software interrupt) thread.
I would like to evaluate in this case what is exactly executed under hardware interrupt. In other words, for this feature, what is the length in CPU cycles of the hardware interrupt.
When I use the TI tool: RTOS Analyse-> Execuition Graph
I can see:
#Hwi.ti_sysbios_knl_Clock_doTick__I() : 40 us at 60Mhz so around 2400 CPU cycles.
I am surprised of this important number of CPU cycles.
Could you indicate to me if it is normal ? or if I missed something ?
Thanks for your help,
Regards,
Mathieu