How to Write 8 bit value on port in fastest way without disturbing other input/output pins on port
Posted on June 14, 2013 at 14:15I have write 8 bit value on port PA0-PA7, without disturbing PA8-PA15 in fastest possible way, also if interrupt comes & in that ISR PA8-PA15 are accessed they shouldn't make any error.I have edited GPIO defs of the s...