Other Parts Discussed in Thread: SYSBIOS, TMS320C28346
Hi,
I'm just trying to migrate my project to use SYS BIOS. For that I defined a SWI which should be executed after a PWM hardware interrupt (which is not handled or configured by SYSBIOS)
If I execute the SWI_post() function in the interrupt service routine the configured SWI function is executed immediately (as I can see by toggling two pins for HWI and SWI functions)
As described the SWI function is supposed to be executed after the HWI has terminated.
What could be the problem?
I already disabled the interrupt nesting in Hwi-config but that did not change anything.
Thanks for your help!