I am trying to learn the ARM7 core using an Atmel SAM7S development board. All I want to do is flash an LED on and off - a 2 minute job with a PIC.
Does anyone else share my opinion that the Atmel example code is way way overcomplicated?
Looking at their example projects that flash LEDs, they define functions that call other functions that are defined in another file. Look into this other file and the function you are looking for calls another function, using variable that are defined in yet another file.... and so it goes on.
Does anyone with experience of ARMs (and Atmel) agree?
ST, TI and Luminary sample code seems to be a whole lot easier...
Please let me know
Thanks
Simon
Does anyone else share my opinion that the Atmel example code is way way overcomplicated?
Looking at their example projects that flash LEDs, they define functions that call other functions that are defined in another file. Look into this other file and the function you are looking for calls another function, using variable that are defined in yet another file.... and so it goes on.
Does anyone with experience of ARMs (and Atmel) agree?
ST, TI and Luminary sample code seems to be a whole lot easier...
Please let me know
Thanks
Simon