Hi you all out there!
I want for structural simplicity reasons and caused by the fact that I´m a bad programmer ease my solution by following structure:
a single high speed PIC , maybe a 18F1320 gives the commands via output to my coils etc...
but to get all the correct inputs I will use small PICs up to four which get the data (engine speed, temperature, manifold pressure, throttle position)put it into a word variable and send it to the main pic which makes the right decision.
the small 12F629 could handle that only serial, so I need to know how long it takes for the main Pic to read three serial words and how they communicate so not to interfere. Do the Pics need the same oscillator frequency? could they be synchronized by using only one crystal?
Bookmarks