Does The Propeller Chip Have Built-In DRAM ?
Cyberoneiric
Posts: 1
in Propeller 1
I would like to know if the built-in RAM on the propeller chip is DRAM ?
If yes, I could implement a True Random Numbers Generator:
http://ieeexplore.ieee.org/document/4733087/
Also, is it possible to have more than one cog simultaneously access the input-output pins ?
If yes, I could implement a True Random Numbers Generator:
http://ieeexplore.ieee.org/document/4733087/
Also, is it possible to have more than one cog simultaneously access the input-output pins ?
Comments
Yes, it is possible to have more than one cog access the I/O pins. You have to synchronize one or more cogs to the same system counter value, then maintain the time to the I/O access as your code executes. This is straightforward since most instructions take 4 clock cycles. You can repeatably use WAITCNT to resynchronize with specific system clock values or WAITPNE/WAITPEQ to synchronize with I/O pin transitions.
http://obex.parallax.com/object/498
-Phil
Everyone loves to toss bit salad every now and then.
And when you do, you keep chaos at bay by using a bit of the universe's chaos balance on meaningless computer chaos.