• 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 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...
  • Number of bytes & microcontroller's chip
    Hello I am an ultra newbie and im currently learning 8051 chip. The question is How can i find out the number bytes in my program before I can buy any microcontroller chip? Is it hex file? kind...
  • 5 Byte number to be converted into decimal string
    Hallo it would be fine if somebody could help me on the following problem: I have to send the decimal digits of a 5 Byte Hex value, that is currently stored in an array, via the serial interface. It...
  • BYTES
    hi In language C, how I can obtain each BYTE of a number floating point located in XDATA. Example: If number is -12.5 Address 0 1 2 3 Content 0xC1 0x48 0x00 0x00 How I can consent to each...