• Include Files Problem
    Hi Friends, I'm currently working on C51v6.02 by Keil, My Problem goes like this: I have a project which has the files file1.c , file2.c , file3.c . And header files header1.h , header2.h , header3...
  • Include Floating Library
    I know the standard c51 library is c51s.lib and shall change/include the c51fps before I can using floating mathmatic, but where I should include or change the setting in the uV2? Thanks Jack
  • Source and headers included but not found
    Hey everyone, I am attempting to move an existing project from Atollic to Keil (as Atollic is no longer supported by my MCU). All I want to do is add the appropriate headers and source files...
  • Include Spi driver
    I'm using nRF51822 Soc ( ARM cortex M0) an Iwant to include spi driver in my project . Those errors showed up and i didn't figure out how to correct them : ..\main.c(42): error: #5: cannot open source...
  • #include a string from file
    Hi all, I have a text file and need to include it as a string in the firmware. For example: char textFile[] = "#include "file.txt""; Where file.txt contains: abc The result I...