Sedat-G
Newbie level 6
- Joined
- Aug 5, 2010
- Messages
- 11
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 1,283
- Location
- East Lansing MI
- Activity points
- 1,371
Hello Engineers and Enthusiasts,
I am having trouble with writing 16 bit data to Info memory. For example, I wanna write 16 bit data to Segment D (phy addr. 0x1000) and let's say the data is (unsigned long int DATA) 0x40A9. Then What I read from the memory is:
Phy Addr. => Data
0x1040 => A9
0x1041 => FF (Default Value which means nothing is written.)
What I knew from microcontroller class is if I am writing data to the memory which is greater than 8-bit, the rest of the data is written to next physical address. So can you tell me what I am missing?
I am having trouble with writing 16 bit data to Info memory. For example, I wanna write 16 bit data to Segment D (phy addr. 0x1000) and let's say the data is (unsigned long int DATA) 0x40A9. Then What I read from the memory is:
Phy Addr. => Data
0x1040 => A9
0x1041 => FF (Default Value which means nothing is written.)
What I knew from microcontroller class is if I am writing data to the memory which is greater than 8-bit, the rest of the data is written to next physical address. So can you tell me what I am missing?