• accessing array's row 0
    I have a matrix for the keyboard layout in my program as follows: code unsigned char buttons[BUTTON_COUNT][KEY_TABLE_WIDTH] = { {'8', 'u', 'ü', 'v', EMPTY_CODE}, {'7', 'r', 's', 'ş', 't'}, {...
  • Interfacing with a 4x4 keypad on same bus
    Hey, i have a problem that i have been at for over a day now, and i can not solve this with my skills. So the problem is as follows. I am trying to get an output from a 4x4 keypad, which would not be...
  • keypad
    hi,what is the driver for an 8 bit keypad?i need ur help,urgent.tnx
  • invoking third party compilers
    Can anyone point me to memos on configuring the UV2 build process to invoke a third party [yacc(1) style] tool. Hopefully the solution one that fits into the dependency support. Otherwise, support...
  • Third party RTOS and uVision
    Hello, I was wondering if anyone can help me answer a question about uVision. Is it possible to use uVision and a third party RTOS e.g. Segger emBos, CMX-RTX or Micrium uC?? Thanks