Replies: 3 comments
-
@Meresmata
Because coroutines aren't configured? Try to replace that HTH, |
Beta Was this translation helpful? Give feedback.
-
Hi, that was the best and most precise help I have ever got. Unfortionately, there is still a problem with in the co-routines.
Because, after the end of the delay time, the display got black. I also have a problem, when to instances of the co-routines use the display... but I guess, that can be solved with the semaphores? All also write a version with tasks, but that one does not write anything to the display at all. Testing help me to find out, that it has something to do with the line: Full code is:
Perhaps you can help me out once again and. Perhaps I to write the code totally different? |
Beta Was this translation helpful? Give feedback.
-
If you are planning on using co-routines, then I'm afraid that I can't comment. I haven't used this feature previously. There is a lot of information on the web site on Tasks and Co-routines, and further advanced information. But, I assume you've read and digested all of that information already. And, have tried the demonstration examples provided. If you get it sorted, please leave a comment here. Good luck. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, for didactic reason, I want write a sketch with co-routines and as well with tasks...
Today I tried the one with co-routines. And resulted with the following code:
When I try to compile it I get the following error messages while linking:
Does anyone know why?
By the way: the type xTickType is not defined (found here: https://www.freertos.org/crdelay.html).
Shall I write a highlighting scheme for the Arduino IDE?
Beta Was this translation helpful? Give feedback.
All reactions