NEW: Learning electronics? Ask your questions on the new Electronics Questions & Answers site hosted by CircuitLab.
Project Help and Ideas » LED Array & Atmega328p
June 17, 2010 by n3ueaEMTP |
Another quick Question: Does anybody have experience with the LED array & a 328? I was able to get the LED array working fine on a 168 but when I switched to a 328, all I get is a blank array. Things I done to correct the problem:
I built the LED array when it first was listed in the tutorial page and now I've built another to give to a friend. The first one was working great. I stole the 168 for another project and now all I have left are 328s. I've been testing the MCU on the old array that I know works (when the 168 is installed). Any help would be greatly appreciated. Chris B. n3ueaEMTP |
---|---|
June 17, 2010 by mrobbins (NerdKits Staff) |
Hi Chris, This probably has to do with the change in convention for interrupt handler names. While compiling for the ATmega328P, you probably got a warning about vector names, saying something like:
Unfortunately this is only considered a "warning", when it's really a quite fatal issue. In any case, try replacing this line:
with this new notation:
Then, re-run "make". Here's another recent example of this interrupt naming issue. Let me know if that works -- and if not, keep your eyes open for any compiler warnings! Mike |
June 17, 2010 by n3ueaEMTP |
Mike, thanks for the quick response. I did exactly what you suggested & it worked like a charm. While I'm sure its there, I would have NEVER found that in the datasheet. Thanks a bunch Chris n3ueaEMTP |
Please log in to post a reply.
Did you know that NerdKits has a TV commercial, seen on MythBusters and the Science Channel? Learn more...
|