Javelin Speed Concern
I have been looking around at other stamps and noticed the Javelin seems to be very slow (8000 ins/sec). How concerned should I be about this? Also, I noticed on the Parallax Javelin page it mentions the 8000 figure doesn't include background tasks; does this make the Javelin more comparable to faster microcontrollers? Thanks.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Scott
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Scott
Comments
operate independant of the main level code. A uart for example, will continue to receive or send
from a 256byte buffer, while executing your mainlevel code.
Of course, having running more VP's simultaneously, does have a small effect on the
speed of the mainlevel code. You can run 6 VP's simultaneously, but you can define more.
In that case you need to stop a VP and start another.
To give another impression, you can transfer approx. 1000bytes/second from
array to array with 3 uarts running.
regards peter