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 :!: