I am getting confused with the program memory addresses of the 16 bit microcontrollers.For example, for a 64KByte memory I expect to find 65,536 bytes of 8 bits.Since the micro is 16 bit, I expect that the final address will be (65,536/2 - 2) = 0x7FFEBut ..
↧