XMM with 512K RAM
System
Posts: 45
in Propeller 1
This discussion was created from comments split from: Board type / Memory model.
Comments
Since you mentioned the forbidden subject, XMM, how do I configure PropGCC to use my external 512KB SRAM?
With Catalina there's an API file you can edit. Just drop in your Assembly Code to perform the functions listed and you're good to go.
I would like to do the same with PropGCC so my code can run from XMM.
How can I do this under PropGCC?
Is there a PropGCC API file I can edit as well?
Well I think you mentioned the one in the Repository supports running XMM C code in multiple cogs, so that's the one I would go with.
So how can we make this happen?
Excellent. Looking forward to trying it out.
BTW, if you happen to have a link to the official Repository maybe I can download it and search for the particular file of interest.
That would save you the trouble of having to dig for it when you get home.
The XMM drivers are in loader/xmem-drivers. However, I don't see a sample one. Maybe you can look at one of the others to get an idea of how they work.
OK, thanks. I'll download the Repository and take a look.
I see several different board types listed so hopefully I'll be able to put something together.
Thanks.