Hi, I've spend most of the day figuring out how to properly use the buttons on my LM4F. I've read it is recommended to use the included API for button polling and so I did, but because of the complexity of the included example qs-rgb I looked up on the internet and found a blog explaining how to use it. Problem is that whatever I do ButtonsInit() crashes.
http://unboxnbeyond.wordpress.com/2013/04/14/using-button-h-for-inbuilt-buttons/
Could someone have a look and see what's wrong with it?
I've noticed a lot of inexperienced users of this microcontroller are having a problem with this "simple" thing and are instead trying workarounds (e.g. http://codeandlife.com/2012/10/16/ti-stellaris-launchpad-test-run/ ) that are not always perfect.
I'm including the FaultISR() code that shows up when I run the example code from the first link.