• No object file generated after compilation in uvision 1.13
    I am using uvision 1.13 to build project based on old project file. issue is: 1. after change of source code, the old object file are not updated, but list file (.lst) updated. 2. If moving .obj file...
  • Obtaining info from iHEX file
    I need to write a parser of an iHEX ( http://www.keil.com/support/docs/1584/ ) files resource limited system (low clock frequency). I am trying to find out either those 2 questions can be answered without...
  • object file
    I am currently working on composing a library. I have created .h file which is header file and .c file which has functions. How can ı link both these files. (I know that ı have to create object file but...
  • 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...
  • Creating and writing to text file
    Hi, Using the ARM Cortex KL25Z, I have stored the value from the board into a variable. I want to take those values and store it in a text file. Here is the code I have tried: FILE *f = fopen...