• 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...
  • 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...
  • 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...
  • Number of byte count
    Iam working with a project using AXI 4.0 protocol with incrememtal burst type .i need to find the number of bytes in each transfer. please anyone help me. thank you in advance