Hi,
im pretty new to the whole SYS/BIOS stuff but really excited about it. I'm using CCS 5.4.0.00091, BIOS Version 6.35.01.29, XDC Tools 3.25.00.48 on the TI AM3359 ICE DevKit and my BIOS configuration consist of the following tasks(priority from top to bottom):
hwi for timer interrupt (Hwi.ISR_TINT3)
task for spi communication (Task.SpiCom)
task created by example project with prints (Task.taskFxn)
idleTask for simple LED-Blinking
After starting the RTOS Analyzer -> Execution Graph function I get these prints:
Where do the cryptic named tasks like Hwi.800255e8 come from? For this graph I assume that this hwi is my 125us timer. But why isn't it displayed at Hwi.ISR_TINIT3 and why is there such long {unknown} time?
If I run again and pause, I get that different behavior:
Now Hwi.ISR_TINIT3 is used/display and suddenly Task.taskFxn also appears, but get never called.
As a final word, however, to say that the application works correctly.
Thank you in advance for any help.
Regards,
Klaus