ismu
Full Member level 2
- Joined
- May 12, 2009
- Messages
- 145
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 1,298
- Location
- nil
- Activity points
- 2,340
i want to flash the last location of flash memory in PIC microcontroller[16F676] using hitech C compiler.
ie :
pic memory data:
0x3FFF 0x3FFF 0x3FFF ...................
..................................................
..................................................
.........................................0x3FFF
i want change the last red word 0x3FFF to 0x3C4C when am doing compilation.
[ie; opcode for 0x3C4C is :retlw 0x4c ]
rest of the data should be as like as , no change.
ie :
pic memory data:
0x3FFF 0x3FFF 0x3FFF ...................
..................................................
..................................................
.........................................0x3FFF
i want change the last red word 0x3FFF to 0x3C4C when am doing compilation.
[ie; opcode for 0x3C4C is :retlw 0x4c ]
rest of the data should be as like as , no change.