• How to implement Shift Register Method for Bouncing Problem?
    int main(void) { setup_GPIOs(); uint8_t caseSW = 2; while(1) { if(GPIOPinRead(GPIO_PORTJ_BASE, GPIO_PIN_0) == 0) { bCase++; if(bCase % 2 == 0) { caseSW = 0; } else { caseSW = 1; } } switch...
  • Can't debug when using virtual methods
    Hi, Im able to compile and link a C++ application for the ARM7 LPC2378 using virtual methods. However, when I try to run this application in debug mode, the debugger never reaches the "main"...
  • Can't debug when using virtual methods
    Hi, Im able to compile and link a C++ application for the ARM7 LPC2378 using virtual methods. However, when I try to run this application in debug mode, the debugger never reaches the "main"...
  • Methods availble to debug on board DP83848C PHY
    Hi to all, I am facing a problem with my newly designed board specially on PHY IC(DP83848C) and few GPIO's. I am using LPC2388. I received a new version of hardware which has all hardware's placed...
  • Methods availble to debug on board DP83848C PHY
    Hi to all, I am facing a problem with my newly designed board specially on PHY IC(DP83848C) and few GPIO's. I am using LPC2388. I received a new version of hardware which has all hardware's placed...