Hello all, I'm working with a target based on AT89C51ED2 and RTX-Tiny2. Is it OK to create an X task every 100msec and delete it 10msec after created it? I have a problem in making it working all the time because on each creation I initialize some parameters and after that wait for an interrupt signal. Thanks a lot, Roberto
"So you may do what you want simply by using this functions." I know I can use the RTOS functions as I want. My question is, is it "healthy" to do such a thing (create task every 100msec and delete it after about 10msec after)? Healthy from the micro and RTOS point of view. Thanks, Roberto
Yes, there is no problem with that.
Yes, there is no problem with that. Thanks a lot. You make me a very happy man :) Roberto