Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 335269

Summary: HWI Instance is displayed incorrectly in XGCONF
Product: [Technology] RTSC Reporter: Amit Mookerjee <amitm>
Component: CoreAssignee: Sasha Slijepcevic <sascha>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: dfriedland, sascha
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Amit Mookerjee CLA 2011-01-24 20:09:28 EST
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
Comment 1 Sasha Slijepcevic CLA 2012-01-10 15:45:22 EST
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
Comment 2 Sasha Slijepcevic CLA 2012-01-10 22:00:54 EST
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.
Comment 3 Sasha Slijepcevic CLA 2012-01-16 13:10:57 EST
Verified with XDCtools 3.23.00.32 and SYS/BIOS 6.32.5.54.
Comment 4 Dave Russo CLA 2015-02-14 22:39:08 EST
clean out old verified bugs