Search found 20 matches
- Thu Mar 12, 2009 12:54 pm
- Forum: PSP Development
- Topic: How to use the "sceI2cMasterTransmit" function in
- Replies: 7
- Views: 3578
- Mon Mar 09, 2009 2:19 am
- Forum: PSP Development
- Topic: How to use the "sceI2cMasterTransmit" function in
- Replies: 7
- Views: 3578
- Mon Mar 09, 2009 12:24 am
- Forum: PSP Development
- Topic: How to use the "sceI2cMasterTransmit" function in
- Replies: 7
- Views: 3578
What prx or library are you loading it from. It's in the libpspi2c_driver.a that already in my pspsdk. Is that means after compile and link, my prx also need to load another prx that contain this function? Or the function is already linked from libpspi2c_driver.a to my prx? I found this function in...
- Sat Mar 07, 2009 5:17 pm
- Forum: PSP Development
- Topic: How to use the "sceI2cMasterTransmit" function in
- Replies: 7
- Views: 3578
How to use the "sceI2cMasterTransmit" function in
Sys:5.00M33 I want to send datas to the I2C bus, so I made an I2Csend.prx and loaded it in my programme to use my functions in kernel mode.The function: int I2Csend(u8 a,u8 b) { u8 param1[4]; param1[0]=a; param1[1]=b; int k1 = pspSdkSetK1(0); int res=sceI2cMasterTransmit(0x42, param1, 2); pspSdkSetK...
- Fri Sep 05, 2008 7:00 pm
- Forum: PSP Development
- Topic: Anyone knows how to do YUV2RGB faster?
- Replies: 3
- Views: 1525
Anyone knows how to do YUV2RGB faster?
I'm now using a simple method below, but I think it is not fast enough, hope some faster methods or sceGU hardware functions. Codes: for(m=0;m<16;m++) { vp=&pic_buffer[ii][begin_m+m][begin_n]; mm=m>>1; mn=(m>>3)*2; for(n=0;n<16;n++) { Y=iclpp[dct_recon[mn+(n>>3)][m&7][n&7]]; nn=n>>1; *(v...
- Fri Sep 05, 2008 6:15 pm
- Forum: PSP Development
- Topic: FAT PSP USB to RCA AV out?
- Replies: 6
- Views: 6580
The usb just export digital data, remotejoy is output the framebuffer, not an analog signal. I think the audio DAC mustn't have the ability to output both video and audio. The audio DAC can only transfer and output 48KHz analog signal about 0~+3V, but the video signal need above 10MHz and a higher v...
- Fri Sep 05, 2008 4:04 pm
- Forum: PSP Development
- Topic: I wanted to use the ME to do IDCT, but got an 8002013C err
- Replies: 21
- Views: 6801
- Fri Sep 05, 2008 12:17 pm
- Forum: PSP Development
- Topic: I wanted to use the ME to do IDCT, but got an 8002013C err
- Replies: 21
- Views: 6801
I just thought that you had already defined the functions of these flags, now I realize those are for me or someone who use the struct to define our own meanings. Yes, and you can also extend the structure if you want, putting your own stuff in it. @realjoeeye1 - They are the same address, but you ...
- Thu Sep 04, 2008 2:32 pm
- Forum: PSP Development
- Topic: I wanted to use the ME to do IDCT, but got an 8002013C err
- Replies: 21
- Views: 6801
- Thu Sep 04, 2008 12:47 pm
- Forum: PSP Development
- Topic: I wanted to use the ME to do IDCT, but got an 8002013C err
- Replies: 21
- Views: 6801
I'm not sure what the sigmask and sigset exactly mean, can J.F. give a simple explanation? It's an idea from the Amiga. Each bit is a signal. You can alter any number of bits by setting the bit number of the flag to be altered in sigmask. The value for the flag is determined by setting the same bit...
- Thu Sep 04, 2008 12:42 pm
- Forum: PSP Development
- Topic: I wanted to use the ME to do IDCT, but got an 8002013C err
- Replies: 21
- Views: 6801
- Wed Sep 03, 2008 7:05 pm
- Forum: PSP Development
- Topic: I wanted to use the ME to do IDCT, but got an 8002013C err
- Replies: 21
- Views: 6801
- Wed Sep 03, 2008 6:52 pm
- Forum: PSP Development
- Topic: I wanted to use the ME to do IDCT, but got an 8002013C err
- Replies: 21
- Views: 6801
- Wed Sep 03, 2008 6:43 pm
- Forum: PSP Development
- Topic: I wanted to use the ME to do IDCT, but got an 8002013C err
- Replies: 21
- Views: 6801
- Wed Sep 03, 2008 12:38 pm
- Forum: PSP Development
- Topic: I wanted to use the ME to do IDCT, but got an 8002013C err
- Replies: 21
- Views: 6801
- Tue Sep 02, 2008 7:51 pm
- Forum: PSP Development
- Topic: I wanted to use the ME to do IDCT, but got an 8002013C err
- Replies: 21
- Views: 6801
- Tue Sep 02, 2008 6:09 pm
- Forum: PSP Development
- Topic: I wanted to use the ME to do IDCT, but got an 8002013C err
- Replies: 21
- Views: 6801
- Mon Sep 01, 2008 6:33 pm
- Forum: PSP Development
- Topic: sceIoDread not work!
- Replies: 2
- Views: 1598
- Mon Sep 01, 2008 5:23 pm
- Forum: PSP Development
- Topic: sceIoDread not work!
- Replies: 2
- Views: 1598
sceIoDread not work!
I use fp=sceIoDopen to get an fp, and use sceIoDread(fp,dir) to recieve the dir entry. But it always return a negative means an error.
what is wrong?
My psp is slim, 4.01M33
what is wrong?
My psp is slim, 4.01M33
- Sat Aug 30, 2008 10:34 pm
- Forum: PSP Development
- Topic: I wanted to use the ME to do IDCT, but got an 8002013C err
- Replies: 21
- Views: 6801
I wanted to use the ME to do IDCT, but got an 8002013C err
Sys:401M33
I tried to use the ME, but got the 8002013C error code. I checked the .prx file, which used functions in sysreg.prx, but there is no such a file in my flash0, and maybe it need the kernel mode.
How can I use the ME on PSP with 4.01M33? Please help.
THX.
I tried to use the ME, but got the 8002013C error code. I checked the .prx file, which used functions in sysreg.prx, but there is no such a file in my flash0, and maybe it need the kernel mode.
How can I use the ME on PSP with 4.01M33? Please help.
THX.