Stellaris Launchpad on LM4F120H5QR.
I was following Lesson4 of Quantum Leaps on YouTube and was able to eventually use various ports and pins to light up an LED by manipulating memory bits from Debugger.
The next day, to reinforce my knowledge, I wanted to do the same thing, use random pins and light up the LED, but many careful attempts later, I was totally unsuccessful. I was still able to repeat the deal with built-in RGB LEDs, but when attempting to use other pins, invariably built-in Blue LED would light up but not the one I was trying to access, even though the RGB LEDs GPIO memory section was not enabled (at least in debugger memory window I could not see it being enabled: no RCGCGPIO set to enable PORTF, no GPIODIR, GPIODEN or GPIODATA bits set to enable PORTF bits).
Is it possible that because I left the debugger running with all RGB GPIO pins enabled plus one other pin enabled, and at some point shot down the computer without exiting the debugger the proper way, I have bricked the chip on Launchpad? Is it at all possible to do to the Launchpad?
If it is the case, could I just replace the uC on the board and if yes, which one: the one in the debugger section or in the development section?
I have just ordered new Launchpad but with TM4C based uC anyway, but I would love to know what am I doing wrong what exactly happened.
I will appreciate any explanation, just please make it in plain English because I am very beginner at this embedded thing.
Thanks a lot.