• Errors due to including of stdio header file
    This is code for showing temperature sensed value of UART0 of lpc2138 #include <stdio.h> #include"LPC213.h" // Define LPC2148 Header File #define CR 0x0D #define DONE 0x80000000 #define START...
  • Errors due to including of stdio header file
    This is code for showing temperature sensed value of UART0 of lpc2138 #include <stdio.h> #include"LPC213.h" // Define LPC2148 Header File #define CR 0x0D #define DONE 0x80000000 #define START...
  • keil file not including all header file from include path
    Hello, I am working on STM32F3xx discovery board with HAL driver on keil 5. i have included the path for my header file from option target menu, but all header files from that included folder...
  • keil file not including all header file from include path
    Hello, I am working on STM32F3xx discovery board with HAL driver on keil 5. i have included the path for my header file from option target menu, but all header files from that included folder...
  • c-file include header-file twice
    I work with the MDK version from Keil... In my project I've got three separate c-files with their own header-files. I can see all three c-files in the project workspace with their included header...