Search found 2 matches

by ianz
Thu Jul 03, 2008 1:15 am
Forum: C and ASM Programming
Topic: for loop never
Replies: 4
Views: 6222

Re: for loop never

Its definitely a compiler issue. I discovered that i had both the 20060125 and 20080610 versions of winAVR installed and after much uninstalling and reinstalling and rebooting I managed to get some code to compile using the older version. The code which compiled and worked using the GCC that came wi...
by ianz
Wed Jul 02, 2008 4:23 am
Forum: C and ASM Programming
Topic: for loop never
Replies: 4
Views: 6222

for loop never

Hi I have recently embarked on the C4AVR course and almost imediately ran into a stone wall. I was following along with the tutorial, though using different hardware. I had the LED's turning off and turning on, but when it came to the part where you add a 'for loop' to create a time delay, in order ...