I am working on an application that has several HWI defined. In some cases I do receive the following error:
ti.sysbios.hal.Hwi: line 127: E_stackOverflow: ISR stack overflow.
xdc.runtime.Error.raise: terminating execution
There is no other info so I wonder how to find out what HWI/ISR caused this? Where can I see the stack data for HWI? I can't find that info in ROV.
Or any other tips on how to debug this? Obviously I am running an RT system that can't be stopped for test. Also my RTA/UIA options are limited as I am using AM335x.
Thanks for any help
Regards.