Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

trimedia · TriMedia User Group

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 8052 - 8082 of 11952   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
8052 tiangang_compute
tiangang_com... Send Email
Dec 23, 2004
12:33 pm
thank Chris Bore very much!^-^ ... do ... this ... bits ... in ... b ... same ... my ... address...
8053 arjanmeameijer Send Email Dec 23, 2004
2:38 pm
Guys, In a few hours my Christmas holyday starts and i would like to thank you all for you help this year, and wish you all the best for the New Year. And i...
8054 patriotyao Send Email Dec 24, 2004
8:20 am
8055 niky
pureniky Send Email
Dec 24, 2004
10:47 am
Hi all, We want to make a box. The box uses the component ArendSpdif (NDK4.2) to output AC3 audio data to an AC3 decoder(AMP). The ArendSpdif document says it...
8056 baskar.pk@... Send Email Dec 24, 2004
1:05 pm
Hi Clare, AC3 decoder component decodes compressed AC3 audio data(Elementary stream) and it outputs 6 channel PCM data in its main output pin and Compressed...
8057 Chuck Peplinski
chuckpeplinski Send Email
Dec 24, 2004
2:55 pm
To output AC3 type data, the SPDIF signal uses a format called IEC-61937. This sets some control bits and then transmits the compressed data down the SPDIF...
8058 Torsten Fink
tm_tfink Send Email
Dec 25, 2004
4:55 am
A different perspective on this: On PNX130x you get cache bank conflicts when addresses are a multiple of 8 words apart, i.e. ((&a[0] - &b[0]) % 32) & 0xfffc0...
8059 renzhe50 Send Email Dec 25, 2004
9:17 am
... conflicts when addresses are a multiple of 8 words apart, i.e. ((&a [0] - &b[0]) % 32) & 0xfffc0 == 0. You see this typically when you have FFTs and...
8060 renzhe50 Send Email Dec 25, 2004
9:20 am
hi Torsten, what are your meaning on ((&a[0] - &b[0]) % 32) & 0xfffc0 == 0? i think it equals 0 forever. renzhe50 ... conflicts when addresses are a multiple...
8061 Torsten Fink
tm_tfink Send Email
Dec 25, 2004
6:12 pm
you're right. It should have been 0xfffc. Anyway, it means the same thing that Chris described. Torsten renzhe50 <renzhe50@...> wrote: hi Torsten, what...
8062 renzhe50 Send Email Dec 26, 2004
9:46 am
hi all, My INTEL flash works as a xio bus device,but the erasing operation could't go on,and i'm sure the address and the erasing driver code is right.What are...
8063 xin liu
trimedia_bupt Send Email
Dec 27, 2004
7:04 am
hi groups! I have been using PNX1300 and recently want to update to PNX1500. Now,I have som compatibility questions: 1: Are the PNX1300 and PNX1500 compatible?...
8064 Janakiram.Anna@...
ajanakiram Send Email
Dec 27, 2004
6:13 pm
Hello, Which NDK do you use? Please refer to peripherals/comps/tmbslNorIntel. tmbslNorIntel component has been tested and erase feature works fine. Regards, ...
8065 alfred@...
alfred17330 Send Email
Dec 27, 2004
6:14 pm
If you are sure the address (and data) and the driver code are right, then it must work, right? If it doesn't, then you must re-examine your assumptions....
8066 alfred@...
alfred17330 Send Email
Dec 28, 2004
12:08 am
I'll answer what I know quickly without finding material to back up my claims. ... They are not binary compatible. All programs must be rebuilt before they...
8067 peter zhang
zhangutt Send Email
Dec 28, 2004
4:23 am
hi,groups: i use dvpmon on jtagcard,i had added the _jtagmon_ in diversity envirment.i had built the helloworld application.and the dvpmon showed 'Application...
8068 Chuck Peplinski
chuckpeplinski Send Email
Dec 28, 2004
6:02 pm
Are you using NDK 4.2? Even in NDK 4.1 (RC2) this should have worked. Look at exNDK for an example, including the document there. Maybe HelloWorld is missing...
8069 g tian
tiangang_com... Send Email
Dec 29, 2004
1:33 am
when I use the -K in tmcc ,I will get the *.s file, this file present all the assemble code tramslated from C code, can I optimizate this assembling code by...
8070 peter zhang
zhangutt Send Email
Dec 29, 2004
1:43 am
I had added the line include mon.mk.other way i had downloaded the exndk,it worked the sample state.i had even download the samples in the directory...
8071 Marcel.Steenhuizen@... Send Email Dec 29, 2004
9:16 am
With -K you get *.t and *.s files. If you want to get only *.s files compile with -S. You can hand optimize assembly files, but you should be carefull about...
8072 cpalpus Send Email Dec 29, 2004
1:50 pm
Hi all, I encountered a problem when I try to use the custom operation IABS today. I wrote some code as following: int i; for(i=0;i<8;i++) printf("i = %d, val...
8073 Alfred Lee
alfred17330 Send Email
Dec 29, 2004
4:16 pm
It seems like this is what you should expect. For the case of i == 4: (IABS(i)-5)*0.05 -> (IABS(4)-5)*0.05 -> (4-5)*0.05 -> (-1)*0.05 -> (0xffffffff)*0.05 ->...
8074 Ahmad Hassan
ahmadhassanc... Send Email
Dec 29, 2004
4:35 pm
Interesting, same code when run on 'gcc' runs as expected. (obviously IABS modified to abs). And it runs fine on Trimedia with 'abs'. The problem is that...
8075 peter zhang
zhangutt Send Email
Dec 30, 2004
1:43 am
I had get it! peter zhang <zhangutt@...> wrote: I had added the line include mon.mk.other way i had downloaded the exndk,it worked the sample state.i had...
8076 renzhe50 Send Email Dec 30, 2004
2:29 am
... Manoj ... be ... welcome ... the...
8078 patriotyao Send Email Dec 30, 2004
5:56 am
hello,I want to write a L0 boot for pnx1500 to load code from network, I use tftp protocol, the size of L0 boot is about 10K Byte. Now I meet a problem ,I can...
8079 Allen Chou
skytree2000 Send Email
Dec 30, 2004
10:26 am
Dear All, I am new to Trimedia. And I am trying to build a very simple test.mi program with nohost to test pnx1500. This program should be with no PSOS. (I...
8080 dahuamymaymy Send Email Dec 31, 2004
6:01 am
How to use prefetch such as prefr? I use them in my code,but it it takes more time to run my encoder. could anyone give me an example to tell me where I can...
8081 georgeioak Send Email Dec 31, 2004
3:33 pm
We've got a project where we will need to connect a HD and a DVD drive onto the IDE bus. We want to be able to copy from the DVD to the HD. We are working with...
8082 Chuck Peplinski
chuckpeplinski Send Email
Dec 31, 2004
4:04 pm
I know that a version of memcpy optimized for the 1500 is in the pipeline, but I do not have it yet. In general, copying a frame will never be efficient....
Messages 8052 - 8082 of 11952   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help