Trying to Build some simple code, for the TI Tiva Launchpad, to teach me Interrupts and it keeps throwing up "Error: L6200E: Symbol SystemInit multiply defined (by system_tm4c123.o and mazinterrupt.o)."
I would as is my habit not have a clue what this means.
Thank you.
OK.. Finally seeing what you are talking about. It's otherwise all gibberish to me. I've never quite understood why people in the business don't write more intuitive or to-the-point error messages. So I just commented that function in mazinterupt.c out and it built and worked fine. Maybe I should copy those couple of lines into the SystemInit in the startup _tm4c123.c m just to be safe. I'll be hacking this code and combining it with some other code.