Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/30/06 18:41
Read: times


 
#113426 - RTOS
Responding to: ???'s previous message
Kobi Hayun said:

Hi Everybody,

I am using uPSD3400 and I started to work with RTX51 full.

I started my tasks with os_create_task but the problem is that the RTX switches only to those tasks from main.c file and not switchs to ones from other files.

How do I communicate between tasks from other c file in the same project(it is not working with os_create_task and os wait for signal .....)?

Your are using an RTOS. That means the only thing that happens in main is the creation of your tasks. All your tasks must be created in main and nowhere else.

The code that implements those tasks are of course outside main and can be in another file if you wish.

Ian


List of 6 messages in thread
TopicAuthorDate
RTX and uPSD3400            01/01/70 00:00      
   it is considerd polite to mention that t            01/01/70 00:00      
   RTX-51            01/01/70 00:00      
      RTX            01/01/70 00:00      
   RTOS            01/01/70 00:00      
      8051 RTOS            01/01/70 00:00      

Back to Subject List