accelerometer problems

We used the default code, did the recommended checks at the end of the read me file. The program compiled with no errors, but when it downloaded to the RC, the program state led blinked red and the operator interface showed solid red code error.

We are using the Texas Instrument EX3LG20-15A accelerometer.

Immediately after the download we get a notepad pop up named error.mcp (see below for a sample)

003A00 64 F1 8C 92 8D 92 8C 90 8D 90 8C 96 8D 96 8C 94
003A10 8D 94 8C 9A 8D 9A 8C 98 8D 98 8C 9E 91 90 8C 9C
003A20 8D 9C 01 01 79 AD 22 D0 01 01 98 A1 1E D0 78 0E
003A30 E6 6E 01 0E E6 6E FD EC 10 F0 E5 52 E5 52 6B C1
003A40 E6 FF 6A C1 E6 FF 69 C1 E6 FF 68 C1 E6 FF CD EC
003A50 19 F0 E5 52 E5 52 E5 52 E5 52 58 0E E6 6E 01 0E
003A60 E6 6E 16 EC 11 F0 E5 52 E5 52 DB D7 12 00 12 00
003A70 D9 CF E6 FF E1 CF D9 FF E5 52 E7 CF D9 FF 12 00
003A80 1E 0E F6 6E 08 0E F7 6E 00 0E F8 6E 01 01 09 00
003A90 F5 50 B6 6F 09 00 F5 50 B7 6F 03 E1 B6 67 01 D0

The termimal window doesn’t even pop up.

Is this the code from frc_accelerometer.zip? If so, I just loaded the included accelerometer.hex file and it worked okay for me. Please go over to the IFI Forum and ask this same question. Frankly, I haven’t a clue what this error means.

-Kevin

That looks like a core dump to me. We ran into that frequently when loading code from older computers, or when using a usb to serial dongle. Have you tried loading the code from a newer/faster computer?

It is the exact code from frc_accelormeter.zip with no changes at all.

The laptop we use is either a pentium 3/4 (I’m not really sure) and its running Windows XP Pro. It also has an actual serial port so we aren’t using a converter.