• Saving as a A51 file, not text
    I am currently using Keil Microvision 2 and programming in ASM. My question is, how do I save the file so that it will have the *.a51 extension. Thanks
  • 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...
  • Loading text files
    I've just started playing with MCB2130 and did some examples. Now I would like to enable / clear leds with external file. So, I would write a text file, each line would be a led address that would...
  • Service log: moving text to file
    I'm having trouble making service log, which makes .txt file from keil. I've already made the c code, and it works good for visual studio, but not in Keil. The function i use to make the .txt log...