2008-03-24 09:31 PM
Port inside GPIO
2011-05-17 03:26 AM
@eric,
of course, but the problem as I understood it was to write 8 non-consecutive bits, presumably with other used signals in between, with data from an 8 bit number. again, the fastest way (if that's important, I don't know) is to wri2011-05-17 03:26 AM
Hi Janis:-), actually because you unnecessarily used |= operator (for the write only BSRR register) I was hinting that all the bits would get set if the |= operator had been necessary.
You only need use the assignment operator = The BSRR register always reads as 0 Best regards:-D [ This message was edited by: bobz on 20-03-2008 13:23 ]2011-05-17 03:26 AM
Thank you for the answers, I think they are useful for me. I'll try it with the BSRR.
If there is any other problem, I'll ask once again.