Hello.
I'm currently working on software for a Stellaris/Tiva Launchpad BoosterPack I've made, and seem to be at a road block. For a few months now, I've been writing software for the Stellaris/Tiva Launchpad using arm-none-eabi-gcc as the compiler, and debugging using OpenOCD and GDB.
In the current software, the issue occurs on line 94 of motor.c. At this line, the HardFault handler is thrown.
Also, it seems that inside of GDB, I'm unable to run the command info float. I don't know whether that's a related issue or not, but I would definitely like to be able to view those registers as well.
All related software can be found here.
The PCB Files + Schematic can be found here.
System specs:
Arch Linux (x64), OpenOCD + GDB + Minicom (UART)
Stellaris Launchpad (Rev B)