Using ISIS with Swordfish

SwordfishUser.ISISPlugin History

Hide minor edits - Show changes to output

May 04, 2012, at 08:25 PM by David Barker -
Changed lines 62-63 from:
The debug files generated by Swordfish are a standard COFF file format. However, I was having problems displaying floating point values in the VSM. It turns out that in ISIS, you need to specify the floating point format for standard COFF files ([[http://support.labcenter.co.uk/forums/viewtopic.php?f=9&t=3770&p=12623&hilit=+dt_float+#p12623 | Float Point View]]). This is how you can fix:
to:
The debug files generated by Swordfish are a standard COFF file format. However, I was having problems displaying floating point values in the VSM. It turns out that in ISIS, you need to specify the floating point format for standard COFF files ([[http://support.labcenter.co.uk/forums/viewtopic.php?f=9&t=3770&p=12623&hilit=+dt_float+#p12623 | Labcenter Forum Discussion]]). This is how you can fix:
May 04, 2012, at 08:24 PM by David Barker -
Added lines 59-69:

!!!Additional Notes

The debug files generated by Swordfish are a standard COFF file format. However, I was having problems displaying floating point values in the VSM. It turns out that in ISIS, you need to specify the floating point format for standard COFF files ([[http://support.labcenter.co.uk/forums/viewtopic.php?f=9&t=3770&p=12623&hilit=+dt_float+#p12623 | Float Point View]]). This is how you can fix:

*Double click on the MCU in the ISIS workspace. This brings up the edit component window.
*In the "other properties" edit box, add

 DT_FLOAT=MICROCHIP_BIGENDIAN

which should fix the problem.