Hi, i am new to the PSP and i would like to know if it is possible to entierely develop and test a USB driver for the PSP using the free toolchain that we have.
My goal would be to plug an external sound card to the PSP to capture, process, and send audio thru this card.
I know this sounds very stupid, but, can i actually test my driver and my program on a non-modified PSP ?
Is it a common thing to make use of assembly language on the PSP ? Has anybody done it here ? Do you have any example on how to call assembly routines from C ?
Would you have any link on a documentation on the various PSP chips (especially Audio, USB and microprocessor) ?
Sorry for asking so many questions !
Various newbie questions ( USB Driver Development on PSP )
-
- Posts: 37
- Joined: Wed Sep 07, 2005 3:41 am
- Contact:
As for right now, all homebrew works on v1.0 and 1.5 PSP's without any "modification" to the actual unit itself. You have to store some files on a memory stick, but that's all.I know this sounds very stupid, but, can i actually test my driver and my program on a non-modified PSP ?
Yes, look in SVN (svn://svn.pspdev.org) for a lot of examples on how the PSPSDK uses asm.Is it a common thing to make use of assembly language on the PSP ? Has anybody done it here ? Do you have any example on how to call assembly routines from C ?
Lego of my Ago!