• shift key
    whats wrong? i use the code check_keybaord ( 55 ) and it works for most but i cant get the shift key to work. can you help?
  • Key error
    I have what appears to be a problem with the PK51 development environment. I have two development systems one running under NT and the other XP. When I enter the simulator mode using the NT machine around...
  • 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...
  • 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...
  • os_tsk_create_user definition
    Hi ! In Keil os_tsk_create_user() doc it passes a void* for the stack parameter, but in the example (and example code in uVision) we do the following : static U64 stk2[400/8]; ... os_tsk_create_user...