Help. ME info and samples

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
tailerb
Posts: 3
Joined: Sun Jun 01, 2008 10:59 pm
Location: Russia

Help. ME info and samples

Post by tailerb »

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
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

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.
Post Reply