while debugging I have seen the Hwi.c function Hwi_dispatchC(register Int intNum) being executed yet its not in the map.
The file Hwi.c is in the BIOS tree but not in the MAP
looking below
sysbios.lib was created using BIOS.obj I NEED TO KNOW why the map only contains a _ti_sysbios_family_c28_Hwi_dispatchC__I is this code lifted from Hwi.c and placed in thebrary sysbios.lib? I have to know how these libraries are created and what EXACTLY is in them.
iT seems some magic is happening here and since this is safety critical I need to identify the source code that is used to create any libraries so I can instruct the V&V group exactly what SYSBIOS functions we need to test
00301de2 000000e2 sysbios.lib : BIOS.obj (.text:_ti_sysbios_knl_Semaphore_pend__E)
00301ec4 000000d9 : BIOS.obj (.text:_ti_sysbios_family_c28_Hwi_clearInterrupt__E)
00301f9d 000000d7 : BIOS.obj (.text:_ti_sysbios_family_c28_Hwi_disablePIEIER__E)
00302074 000000d3 : BIOS.obj (.text:_ti_sysbios_family_c28_Hwi_enablePIEIER__E)
00302147 000000c8 : c28_Hwi_disp.obj (.text:_ti_sysbios_family_c28_Hwi_dispatch)
0030220f 000000c2 : BIOS.obj (.text:_ti_sysbios_family_c28_Hwi_Instance_init__F)