• RL-ARM: "stack overflow" depending on task creation order?
    My ARM7 software is using the RT environment of RL-ARM. After adding a new tiny task Task8 to the previous 7 tasks, "os_stk_overflow" is called with the "task_id" pointing to Task8. - Reducing...
  • RL-ARM: "stack overflow" depending on task creation order?
    My ARM7 software is using the RT environment of RL-ARM. After adding a new tiny task Task8 to the previous 7 tasks, "os_stk_overflow" is called with the "task_id" pointing to Task8. - Reducing...
  • Library Creation
    Hello people, I have a created my project as a Library File by selecting Options for Target --> Output ---> Create Library . Now the purpose of Library is to hide away the Source Code from the Customer...
  • Library Creation
    Hello people, I have a created my project as a Library File by selecting Options for Target --> Output ---> Create Library . Now the purpose of Library is to hide away the Source Code from the Customer...
  • dynamic memory creation
    can any one give me the solution. i want to send data through termial until some terminaion char is find. it should supprot for any lenth of data. i dont know the lenth of string while writing code...