• RTX os_tsk_create_user() ?
    Hello, I'm using the RTX for CM3 and need to create a task with my own defined stack size using os_tsk_create_user(). Below code is quote from RTX manual: www.keil.com/.../rlarm_os_tsk_create_user...
  • os_tsk_create_user() and number of bytes in stack
    How does one figure out what size stack to use for a task? This is to use for the library function: OS_TID os_tsk_create_user( void (*task)(void), /* Task to create */ U8 priority, /* Task...
  • Global Definitions
    Hello! What is the best method to declare some variables global ( more than one .C File should know it ) and still avoid multiple public definitions? A Global Header File is definitely NOT the...
  • PIN DEFINITION
    Can I change a pin definition in an assembler module when program is running? I would add a parameter at my assembler routine but if I do my program will not work because the time of esecution is very...
  • Map a key to "Go to definition"
    How can I map a keyboard shortcut to the "Go to definition" item in the right-context menu?