• Using of Key sequence in source text
    Is it possible to use the key sequence in the c/asm source code or uVision target options? For example, using of $P as part of include path. An alternative - set own "current directory" for each...
  • Using of Key sequence in source text
    Is it possible to use the key sequence in the c/asm source code or uVision target options? For example, using of $P as part of include path. An alternative - set own "current directory" for each...
  • can C Program read in Text file?
    I want to ask whether can C Program for micro controller read in text file? If yes how do I do it? I have read some article that says that the program need to include stdio.h to read the file. But after...
  • can C Program read in Text file?
    I want to ask whether can C Program for micro controller read in text file? If yes how do I do it? I have read some article that says that the program need to include stdio.h to read the file. But after...
  • Text to both Debug window and a text file
    Hello I'm able to send text to the 'Debug (printf) Viewer' using: printf("Pin is set high\n"); However, I'm wanting to also send text to a file stored on the computer. Is this possible...