Elimathew
Member level 5
- Joined
- Jun 21, 2011
- Messages
- 88
- Helped
- 2
- Reputation
- 4
- Reaction score
- 2
- Trophy points
- 1,288
- Location
- India
- Activity points
- 1,894
im using keil mdk arm to create a application for lpc1768.MY probem is that when i simulate and single step using f11 the registers in peripheral window do not update i dont know why
suppose i single step through this instruction
LPC_SC->PCONP |= ( 1 << 15 ); // power up GPIO
Pconp register shows 0x00 :!:
suppose i single step through this instruction
LPC_SC->PCONP |= ( 1 << 15 ); // power up GPIO
Pconp register shows 0x00 :!: