• How can I use tow exe region for ucos task stack
    I am using ucos+uctcp/ip to learn now. I want a stack of ucos task such as #define WEB_TASK_SIZE 800 static OS_STK webTaskStk [WEB_TASK_SIZE]; or other array be placed in usb SRAM , how...
  • How can I use tow exe region for ucos task stack
    I am using ucos+uctcp/ip to learn now. I want a stack of ucos task such as #define WEB_TASK_SIZE 800 static OS_STK webTaskStk [WEB_TASK_SIZE]; or other array be placed in usb SRAM , how...
  • Can a task call function defined in another task?
    Hello, we are using Keil's RTX Real-Time Operating System. Can a task call function defined in another task ? Thank you!
  • Can a task call function defined in another task?
    Hello, we are using Keil's RTX Real-Time Operating System. Can a task call function defined in another task ? Thank you!
  • RTX task stack size how do you do it
    I have a product running RTX with 16 tasks when I started the project I was relaxed about the RAM of the micro (STM32F205ZE) but in a recent code review I decided to look at the RAM usage and clean...