process - Multiple Processes on Microchip PIC32 Ethernet Starter Kit -


i have received microchip pic32 ethernet starter kit.

i have 0 prior experience pic devices , know whether pic32 devices can run multiple processes @ same time?

yes. 1 way: can write scheduler. relatively simple way set timer, , when timer ticks, run interrupt service routine runs 1 of tasks each time through. called cooperative multi-tasking, if of tasks overruns timer tick, other tasks have wait complete. if task crashes, whole system crashes.

or operating system of sort, example freertos has pic32 port. have scheduling (and inter process communication primitives, , host of other o/s services) ready made you.


Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -