• spawn
    I am trying to convert from an older version of Keil to a newer version with uVision2 V2.06. When the "Build target" get to my .h file I get an error error: can't execute'"c:\KEIL\UV2\KSPAWN"'. What...
  • How to debug a program spawned by another program?
    I have one program which spawns a second program. Due to how this stuff all works, running the second program manually is impossible. Is there a way I can load the second program into uvision, run...
  • Embedded device spawning a wireless network - which module...?
    Hello, Apologies for not asking a strictly Keil related question, but I was hoping somebody would be able to share with me his experience with wireless modules that make it possible for a device...
  • best method to differentiate usb
    Hi all, Which is the best method to differentiate mass storage device like USB. Is there any other method other than using VendorId and ProductId of Usb?
  • method to avoid global variables
    I want to know method, How to avoid global variable in c microcontroller programing? or method to make global variable invisible. Is there any perticular functions in built in c library?, that could...