• Error Compiling project - can't find header file
    I am getting the following error upon compiling a simple project for STM32F407VG on MDK version 5 for the Discovery Board. All packs are installed fine. Please note, the header file is all uppercase...
  • KEYBOARD scanning
    I am developing an 8051 based keypad module. Problem i am facing is that program is scanning port very fast so that a simngle keypress will be taken as multiple presses. To over come this a delay was...
  • HEADER files
    can i use TYPEDEF keywordin the header file as i m using KEIL microvision3 c51 compiler
  • Find in Files
    Is the find in files issue (that does not link the search results to the source files) resolved already? I'm seeing it even with V5.17
  • Dont get it
    Please can someone show me a code fragment using the following code. I think I understand the enum, and the union part. But dont get how the enum works in conjunction with the union part. Every other...