• 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...
  • spawn a method as a task (C++)
    Hello, I'm using RTX and I'm porting my C code tot C++. Now I have a problem with os_tsk_create_user . I want to use a class method as the function for os_tsk_create_user : Example::Example...
  • An .ASM program value to another C program
    How can I do it? I would like to save some values using txt file and after openning with C program, although it seems too difficult.
  • 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...
  • Yet another angle on FLASH programming
    I have a Cypress 8051 system which has 6K internal RAM and a 64K Flash ROM external to the uP. The internal RAM can be used for data and/or code. What I'm trying to do is move a few "flash updating...