What is fastest "high level language" processor from Parallax?
McRat
Posts: 13
Currently, I just received my BS2·Prof Dev kit so I can learn to control things with a chip.· Pretty cool!· Learning alot.
My·short term goal is to process analog data sampling at 12,000 times a second.· This will be engine data for racing.· It will deliver it's "report" to the master CPU about 4 times a second.
What would be the fastest Parallax option?· I can do assembler if I have to, but would rather avoid it.·
My·short term goal is to process analog data sampling at 12,000 times a second.· This will be engine data for racing.· It will deliver it's "report" to the master CPU about 4 times a second.
What would be the fastest Parallax option?· I can do assembler if I have to, but would rather avoid it.·
Comments
The SX can hit 75MIPS and can be programmed in Basic, which gets compiled to assembly.
The Propeller uses Spin, which I think will do ~20MIPS per cog, with 8 cogs. Actually, I think the 20MIPS is with ASM, since the Prop will run at 80MHz, with 4 cycles per instruction. The SX ratio is 1:1.
First I will use the BS2 to get a feel for how to even start such an endeavor (me and electricity are sworn enemies, but we have called a temporary cease-fire for the holidays), but I will want "overkill" for the processor speed for debugging and expansion.
And I'll try to incorporate more functionality into the system as time goes on. For now, I just want cylinder pressure readings ever 2 deg of crank rotation, calculate an average, and a peak, and send a packet of info out to my existing engine programming datalogger to tie it into "normal" engine data. Peak pressures occur at 2100-2500 engine RPM and here is where we are breaking very expensive engines. These are digitally-controlled turbo-diesel engines running about 750HP. Very high combustion pressures.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Don't visit my new website...
But... baby steps. Baby steps! I can finally control LED's with the BS2 and have not burned down the house and still have all 10 fingers. Apparently my luck is good! Time for a trip to Vegas. [noparse]:D[/noparse]
I will order some SX stuff next week.