• how to control output voltage of 89c51 to fed led light
    how to control output voltage amplitude of 89c51 to fed led light
  • Default Linker Control String - NCONST
    I have a problem getting my project to link. I had to create a linker file, changing the NCONST class from :- NCONST (0xC04000-0xC07FFF), to NCONST (0xC10000-0xC13FFF), Just to get the project...
  • How recieve string into controller
    Hi everybody! I work with Keil C251 uVision2. in my programm i want to recieve string into controller. i have an array of characters incom[20] , which i use as a buffer for recieving string. i recieve...
  • uVision GNU Assembler Control String
    Is it possible to change the assembler control string argument in uVision 3 for the gnu assembler? There are various options, but I cannot find a mechanism to change the: -m arm7tdmi that I have...
  • Question about linker control file content
    What's the difference between ?PR?TEST and ?PR?*?TEST in the linker control file. ("TEST" is the name of *.c file) I remember that ?PR?*?TEST means all segments in the TEST file, right? But how about...