Timeline for Multitasking on PIC microcontrollers
Current License: CC BY-SA 3.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 8, 2015 at 9:26 | comment | added | Aircraft | I also prefer using threading option. :) | |
| Oct 8, 2015 at 9:21 | comment | added | Trevor Page | Have fun :) Using an RTOS definitely makes life easier in many situations. In my view, using a thread (task) makes programming effort a lot easier in one sense, since you can avoid having to break your task down into a state machine. Instead, you just write your task code just like you would in your C# programs, with your task code created as if it's the only thing that exists. It's essential to explore both approaches, and as you do more embedded programming, you start to get a feel for which approach is best in each situation. | |
| Oct 8, 2015 at 4:34 | comment | added | Aircraft | Thanks for this nice explanation, I am using TCP/IP library provided by microchip and it is very huge complex code. I somehow managed to break it into parts and make it usable according to my requirements. I'll definitely try one of your approach.! | |
| Oct 7, 2015 at 21:52 | history | edited | Trevor Page | CC BY-SA 3.0 | added 148 characters in body |
| Oct 7, 2015 at 21:48 | review | First posts | |||
| Oct 7, 2015 at 23:32 | |||||
| Oct 7, 2015 at 21:46 | history | answered | Trevor Page | CC BY-SA 3.0 |