hi ..
this evening i tested ethercat full feature example
and i found unexpected HWI
that is "ti_sysbios_timers_dmtimer_Timer_stub__E()"
of course other thread works correctly but ther is no Hwi_create() in this example
please check out this graph
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
hi ..
this evening i tested ethercat full feature example
and i found unexpected HWI
that is "ti_sysbios_timers_dmtimer_Timer_stub__E()"
of course other thread works correctly but ther is no Hwi_create() in this example
please check out this graph
Moonseon,
wow, the first time I see a System Analyzer Graph for IA-SDK... I am only familiar with RTA tools.
Her the picture looks like this:
Here you can see Timer_stub() which is the Bios clock tick (1ms default). I assume this is what you see with a different name. Always assuming you haven't changed the example.
Regards.