Hi,
On page 245 of the ATmega328 datasheet it says
For the frame error, data overrun and parity error bits it also says to always set them to zero when writing to UCSR0A, but they are all read-only. So I should only ever write xxx000xx to this register. But what does it matter if they are read-only?
On page 245 of the ATmega328 datasheet it says
Code:
Bit 7 6 5 4 3 2 1 0
RXC0 TXC0 UDRE0 FE0 DOR0 UPE0 U2X0 MPCM0
Access R R/W R R R R R/W R/W
Reset 0 0 1 0 0 0 0 0
Last edited:
