• 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...
  • 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...
  • Writing a Text to a Specific Memory Adresss
    Hello, I want to write a text e.g. the Version Number to a Specific memory Location in the Code area. EG the _at_ command by variables. The text should be seen in the hex file in ascii format...
  • how to create hex file from my text file?
    how to create hex file from my text file?and how to convert into equilent asembler file?tell me what is the procedure in uvision2/3
  • 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