P3.24 P3.25... port
2005-02-23 by dimaissaev
Hello. How I can acces to this ports? I set in PINSEL2 0 << 11 | /* Controls the use of pin P3.26: 0 enables P3.26, 1 enables CS1. */ 0 << 12 | 0 << 14 | /* Controls the use of pin P3.25: 00 enables P3.25, 01 enables CS2, 10 and 11 are reserved values. */ 0 << 15 | 0 << 16 | /* Controls the use of pin P3.24: 00 enables P3.24, 01 enables CS3, 10 and 11 are reserved values. */ 0 << 17 | Also I set that I'll use only A19:2 as address lines. But IO3CLR = (1<<24); and IO3SET = (1<<24); Did't work. What I do wrong?