Hi all,
Where can I find docs on PSP? I found only R4000 docs? Is it 333 MHz 32bits?
Thanks for your answers
Hardware'docs
These docs are old but still very useful http://hitmen.c02.at/files/yapspd/psp_doc/
What t.h. does LCD refresh speed have to do with cpu?? If this can answer your question, in a simple demo i managed to generate 150 fps, of witch more than an half was lost since lcd is something like 60 fps (16 msec - i'm not sure this is the same on all PSP models, i only experimented on mine)...normally you would put all the drawing stuff in a thread that waits for vertical sync to avoid wasting resources drawing things you'll never show without slowing down the whole program's execution...but -again- this has nothing to share with cpu or psp hardware in general other than display. If you're a first-person-shooting-gamer and you usually think of hardware speed in terms of fps, i don't think this is the right place for you; otherwise, i apologize for i didn't understand the point.
jean
PS: hibbyware, the doc you posted is really good....for some reason i missed it, thanks for posting
jean
PS: hibbyware, the doc you posted is really good....for some reason i missed it, thanks for posting
There is no one source of ALL docs on the PSP. It's scattered all around in bits and pieces due to different people looking into different parts. For example, you'll find the exact timing of the LCD video at lan.st in a thread where some folks were looking into making a VGA cable for the Phat PSP. That's all you find in that thread. You'll find threads here on GPIO and some other registers where people were trying to do things like control the LEDs or have hardware level access to things like the serial. You'll just have to hunt it all down yourself.