External Sram
solarprism
Posts: 23
In AVR i know that there is a register that if we set it,AVR will automatically use external sram as it own ram.Is there something similar to that in Prop.I searched the manual but havenot seen it :blank:
Comments
The Prop II is supposed to have several features that will make the use of external memory more efficient, but it still won't be treated as the same as its internal memory.
Whoops, looks like Mike beat me to it
Have a look at the Morpheus board from Bill Henning. This is a dual Propeller board with external SRAM on one of the Propellers. Bill has gone to the trouble of writing VGA drivers that use the SRAM as a bitmap buffer for the display so you can have a larger bitmap than can fit in 32K.
If you have a demo board all you really need is an sd socket and some 10k resistors.
http://www.youtube.com/watch?v=170HLfl6VfI and http://www.youtube.com/watch?v=0NTXOG_HfVY
If anyone travel to Hanoi,notice me,i guide you through the town
DrA, Would you share how you did the TAZ video? That framerate looks pretty quick for VGA being read from SD.
OBC
Yes I must write that up. It only is one line of Spin that glues together Kye's video driver and Kye's sd card routines. So any credit for the speed needs to go to Kye. Preliminary writeup here http://forums.parallax.com/showthread.php?127448-Play-movies-on-the-propeller&highlight=movies
Maybe these sorts of things now belong on the Blogs instead of the Forum??
By an amazing coincidence the speed ended up just right for a movie. If it had turned out too fast I was going to put in delays. If too slow, I would not have published it!
There is also some other code - you need to capture a youtube video and run a vb.net program to take each frame, scale it, reduce the colors to 64 and create all the bitmap files. Then turn all those into a single binary file. I automated most of that, but you will need vb.net 2008 to run it.
@ solarprism, I also have some vb.net code to create static pictures. I was doing these in Paintshop Pro, but it got very tedious. Once you get the sd card connected and working I can help you with that code.
thank you DrA,i will start working right after i finished my exam