• Error 121: ADGI : cannot access to the target while executing
    Hello, Am using MDK-Lite Version: 5.24.1 of uVision keil5 and integrated with PeMicro Debugger. The issue am facing is while trying to read data from the target (i.e S9KEAZN64M device), the below...
  • Error 121: ADGI : cannot access to the target while executing
    Hello, Am using MDK-Lite Version: 5.24.1 of uVision keil5 and integrated with PeMicro Debugger. The issue am facing is while trying to read data from the target (i.e S9KEAZN64M device), the below...
  • HOW TO IMPLEMENT IN CALLBACK FOR CUSTOM CLASS
    Using MDK-PRO, 4.74 (actually 5, with legacy pack). I am trying to make a custom generic BULK class. I followed the suggestions for implementing a custom OUT Pipe and it is working fine. For my IN pipe...
  • HOW TO IMPLEMENT IN CALLBACK FOR CUSTOM CLASS
    Using MDK-PRO, 4.74 (actually 5, with legacy pack). I am trying to make a custom generic BULK class. I followed the suggestions for implementing a custom OUT Pipe and it is working fine. For my IN pipe...
  • 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...