Tool/software: Code Composer Studio
Hi
I have CCS v6 installed on PC and have been using it for almost 4 years for my (commercial) projects using CSL.
Now I am experimenting with TI RTOS to learn and maybe possibly develop projects in future.
I am going through the TI_RTOS_Kernel_Workshop_Student_Guide_rev4.00 training document which is based on CCS v6.
I did a lot reading on XDC tools and TI RTOS.
I created a simple project RTSC project with XDCtools ver 3.320.0.06_core and Sys/Bios version 6.46.6.00.
I want to create a HWI thread as explained in the training document. I added HWI service from Sys/Bios Scheduling lists.
I am trying to add an instance of HWI thread. In the HWI Module settings, I selected Add the portable Hwi management module to my configuration.
I am trying to fill Handle, Isr function, Interrupt number in the Instance Settings. I fill these fields with the values HWI_TIMER0, legToggleHwi, 5 respectively.
I save the configuration and after saving these fields revert back to N/A, null, null.
So I cannot configure the HWI instance at all.
I also get the error : XDC runtime error: too many arguments app.cfg /blink_C6000_BIOS_2 Configuration Validation XDCTools Configuration Marker
What could be the reason for this.
Best regards
Izzet