|
From: | Joerg Wunsch |
Subject: | Re: [avr-gcc-list] Execution problem |
Date: | Thu, 22 Jan 2004 15:19:09 +0100 (MET) |
Matte <address@hidden> wrote: > #define PORT_C 0x15 > #define DDR_C 0x14; This is wrong. Better use the predefined macros. You have to use mmapped IO addresses here (offset +0x20). -- J"org Wunsch Unix support engineer address@hidden http://www.interface-systems.de/~j/
[Prev in Thread] | Current Thread | [Next in Thread] |