• path to include files
    When I put #include <ctype.h> at the top of my source file, the compiler finds it. If I add #include <reg688.h>, I get error "can't open file 'reg688.h'". If change it to read #include <philips\reg688...
  • Sort Files in Workspace
    Hello there, is there a possibility to sort the files in µVision4´s Workspace in alphabetic order? best regards, Jasson
  • 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...
  • Is it possible to write the contents of project workspace to a file?
    Hi: Is it possible for me to write the contents of project workspace in uVision2 to a file? I want to save r0~r7, a, b, sp, pc, psw... to a file in the debug session while running the program. Is...
  • #include paths
    Im new to uvision and programming and im looking at a project that has some headers as, #include "..\..\..\swim\lpc_types.h" . How do i give it the correct path to the file?..how is "..\..\..\" supposed...