| View previous topic :: View next topic |
| Author |
Message |
tailerb
Joined: 01 Jun 2008 Posts: 3 Location: Russia
|
Posted: Sun Jun 01, 2008 11:11 pm Post subject: Help. ME info and samples |
|
|
Tell me please how can i make my own C-function(not assembler) to run on ME ? Can you write some sample code ?
And where i can get info about ME, for example what means "ME reset vector", and how it works ?
PS: Please |
|
| Back to top |
|
 |
J.F.
Joined: 22 Feb 2004 Posts: 2906
|
Posted: Mon Jun 02, 2008 1:28 am Post subject: |
|
|
| There's at least a couple threads on the ME. Search for "MediaEngine" and look at the older thread - you'll find my mediaengine.prx in it. I believe there's an example in that thread that shows how to use the prx by having the ME draw color cycles to an off-screen framebuffer. You can use the mediaengine.prx to run C functions, but you can't do just anything. You can't draw to the embedded VRAM, you can't use sce functions, etc. |
|
| Back to top |
|
 |
|