Q. about Hardware environment
Reinhard
Posts: 489
hi,
I think about an update of my demoboard or rather to buy a board for xmm performance.
What is the state of the art ?
C3 ?
Or has someone another suggestion ?
Any offer welcome.
best regards
Reinhard
I think about an update of my demoboard or rather to buy a board for xmm performance.
What is the state of the art ?
C3 ?
Or has someone another suggestion ?
Any offer welcome.
best regards
Reinhard
Comments
I think I make the decision for the C3, because this is available from a local distributor and I found a document therefore.
But for first test I have another idea.
I have a Propeller chip in a DIP40 case.
If I connect this chip with a 64kb IIC EEPROM (eg. microchip's 24FC512) and compile the source with xmmc option,
so I understand I have code in external memory (64kb) and data + stack in Hub Ram.
Is this right and will this work ?
best regards
Reinhard
Get a E2PROM next days from electronic store ..... and C3 is maybe a xmas gift :-)))
Reinhard
David, is there any way one could test this? I just soldered up an ASC with a 128KB EEPROM and I'd like to try a very large xmmc program.
The performance of XMMC even using EEPROM is good and the program size is great relatively speaking. With a 64KB EEPROM you get 59KB of code. With 128KB EEPROM you get up to 123KB code (tested end of October). You can't use 2x 32KB EEPROMs though - I didn't have time to make that work yet.
So far the best XMMC performance is with SpinSocket Flash or compatible 10 pin 2x QuadSPI Flash design.
Found this:
http://forums.parallax.com/showthread.php?129713-Introducing-the-SpinSocket(tm)-Concept
Thank's for the hint, it's maybe better than I²C EEPROM Device, is it available from Parallax Store ?
regards
Reinhard
Edit:
uups, have done a closer look into the thread above. See now the SpinSocket is not only a memory expander,
rather a complete propeller powered single board computer. ( Wow)
So I can not compare this with an I²C memory expander.
Sorry about my lack of knowledge over all this many boards.
Reinhard
The SpinSocket Flash board is on Tubular's sampler and will probably be RHOS (my boards are not RHOS).
If you want to DIY, it's pretty easy since DIP8 chips are available. I don't have schematic with me to post.
The Flash interface design is very simple though: data on P0-7 pins and Clock/CS on P26/27.
Board type to use is SSF which selects ssf_cache.dat. The flash chips are 2x Winbond W25Qxx.
--Steve