maxeen
Member level 1
Hello.
I am trying to read the flash memory of a MSP430G2553. I have read that data bus is 16bit, therefore whenever I read a byte, the CPU reads two bytes and discard one of them. The problem is that the operation can only be performed if I read a even address. If I try to read a odd address, I get a zero.
How can I read a odd address then?
I am trying to read the flash memory of a MSP430G2553. I have read that data bus is 16bit, therefore whenever I read a byte, the CPU reads two bytes and discard one of them. The problem is that the operation can only be performed if I read a even address. If I try to read a odd address, I get a zero.
How can I read a odd address then?