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
Help. ME info and samples
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.