2007-11-27 07:48 PM
How to split the GPIO port in multiple sections?
2007-11-27 05:59 AM
Hi.
Is there any way to split one of the GPIO ports in multiple sections. If I e.g. have an 8 bit parallel D/A converter, if think it is a bit strange that I have to use the whole port for only use 8 connections. The best solution would be if I was able to configure which connections that are related and only write to these connections and not to the entire port. Is there any solution?2007-11-27 07:48 PM
There is a solution. Use bitwise AND/OR operations and bitmasks.
http://en.wikipedia.org/wiki/Mask_(computing)