[En-Nut-Discussion] PORT E (Ethernut 1.3)

Harald Kipp harald.kipp at egnite.de
Tue Sep 8 17:50:50 CEST 2009


Pete Allison wrote:

> If I have 2,3,4,6 and 7, that is sufficient. Is there any special setup I
> have to do for 2,3, or 4?

PE2, PE3 and PE4 are directly connected to the expansion port.

Hardware: Do to mechanical stress, the vias may be broken. Try to
measure the result directly at the CPU pins.

Software: You enabled any special peripheral on these pins? You used the
right I/O call with the right bit/mask?
sbi(PORTE, PE4),
but outr(inr(PORTE), _BV(PE4));

Try something simple like
http://www.ethernut.de/nutwiki/Blinking_LED
first.

Harald



More information about the En-Nut-Discussion mailing list