• 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...
  • 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...
  • strlen function not working properly
    Hi Guys I am facing a very strange problem related to the strlen inbuilt function in the keil C51. I wrote few functions as follows: Function 1 : void ModMasterData(uChar *,uChar *...
  • error 65: access violation : no 'execute/read' permission
    hello, i am using the following code to generate a delay of 200ms. while(tfcount <= 16666) { if (TF1 == 1) { tfcount++; TF1 = 0; } } im using the Timer 1 as a baud rate generator and it overflows...