Steve Underwood <ste...@coppice.org> writes: > Well you certainly cannot program bit by bit, as the Daniel Neri > said. None of the memory in the MSP430 is bit addressable. Things > like bic.w are read-modify-write operations.
You're right, MSP430 memory is not bit-addressable. I assume that when the manual says "bit-programmable", it implies the use of the BIC instruction. > The doc does seem to support what you said about byte > writing. However, I seem to remember from trying it on real chips > what only word writing is possible. FWIW, I've always used byte-programming (on 'F149), and have not had any problems. Regards, --Daniel