Community
Participate
Working Groups
Steps to reproduce problem -------------------------- - Create a C2000 project using a BIOS template in CCSv4 - Start XGCONF - Add the C28 Hwi module to the configuration - Create an instance with a function named "epwm1_timer_isr" - The function named displayed is incorrect - epwm1.time/isr. However the generated script source is correct var hwi0Params = new Hwi.Params(); hwi0Params.instance.name = "hwi0"; Program.global.hwi0 = Hwi.create(2, "&epwm1_timer_isr", hwi0Params); This bug was originally reported in the BIOS forum - http://e2e.ti.com/support/embedded/int-embedded_software/f/123/t/89972.aspx
This looks a lot like a bug from this thread: http://e2e.ti.com/support/embedded/bios/f/355/t/127013.aspx also here: http://bugzilla.sanb.design.ti.com/bugzilla/show_bug.cgi?id=2235
I replicated the error in CCS4 with 3.22.04 and the SYS/BIOS version 6.32.5.54 mentioned in the forum thread. After switching to 3.32.00.32, the function name appears correctly in the hwi instance properties in XGCONF.
Verified with XDCtools 3.23.00.32 and SYS/BIOS 6.32.5.54.
clean out old verified bugs