Part Number: TMS320F28335
Other Parts Discussed in Thread: SYSBIOS
Hello,
My SysBios Application has the following:
Three HWIs: XINT1 (12kHz), SCIB Tx and SCI Rx.
Device Specific Timer: ti_sysbios_family_c28_Timer0 (250us Period)
Two SWIs and Four Task
Build Environment:
C2000 Compiler v21.12.0
SYS/BIOS 3.31.3.43
XDCtools v3.31.3.43
One of the Swis is posted (Swi_post() ) every 4 calls to Timer0, which means the swi is posted every 1ms. Given this setup, serial communication is not working, however, serial communication works if I comment out the Swi_Post.
Increasing the Swi_post period doesn't solve the issue.
Why would a Swi_post stop UART communication?
Stephen