Search the web
Sign In
New User? Sign Up
trimedia · TriMedia User Group
? 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.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 10949 - 10978 of 11824   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10949
hello everyone: My board is PNX1502,develop kit is NDK4.3. There is a MAX3222 chip on our board. I use the new patched UART(tmdlUartGpio,tmhwgpio,tmdlgpio from...
kyfar2005
Offline Send Email
Jan 4, 2007
4:41 am
10950
Hi, This is a bug in tmdlUartGpio fix in last releases with the static array "lastNSend": NDK Peripherals ds08#1474 re-open/close issue on uart...
Frédéric BERNON
frederic.bernon
Offline Send Email
Jan 4, 2007
8:26 am
10951
Can I please ask people to vote in the poll on venue and date for the next TriMedia User Group meeting? The poll is in this group's 'polls' area at: ...
Chris Bore
chris_bore
Online Now Send Email
Jan 4, 2007
3:32 pm
10952
Hi, 1) I am writing driver of a simple chip where I need to play in microseconds. I am using PNX1700 and I know that it works at 500MHz and is VLSI as well...
Fahad Islam Cheema
fahadislam2002
Offline Send Email
Jan 8, 2007
2:10 pm
10953
The API that I believe is appropriate for you is tsaClock. The tsaClock API (and its friend tmClock) allows you to share a HW timer. The OS timer goes off...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Jan 8, 2007
3:33 pm
10954
Can you explain your specific need and why? How accurate do you need? Are you using it for hardware control? One other possibility is: microsleep(1000) ;...
Alfred Lee
alfred17330
Offline Send Email
Jan 8, 2007
4:27 pm
10955
Hi everyone: My design is based pnx1501,ndk4.3,tcs4.51. When my board boots from flash at powerup,it cannot boot correctly sometimes.it is so strange because...
vennywubin
Offline Send Email
Jan 9, 2007
4:25 am
10956
ya I am using for hardware control. Actualy I want to implement a simple driver by that or you may say some kind of very accurate timing waveform and what I...
Fahad Islam Cheema
fahadislam2002
Offline Send Email
Jan 9, 2007
2:29 pm
10957
ya, I feel you are right and your solution is Genuine,I will try that API as well. 1) But infact, my need is not repetative, its just a simple protocol or...
Fahad Islam Cheema
fahadislam2002
Offline Send Email
Jan 9, 2007
2:53 pm
10958
Is gpio timestamp clock suitable? It can be used for waveform generation. Chris =========== Chris Bore BORES Signal Processing Www.bores.com ... From: "Fahad...
Chris Bore
chris_bore
Online Now Send Email
Jan 9, 2007
4:52 pm
10959
hi, I have a structure like: struct sth_hdr{ char a1; int a2; short a3; int a4; } I thought the sizeof it might be 11 bytes,but in the NDK system, the size of...
hjzhang
wedoblsn
Offline Send Email
Jan 10, 2007
8:03 am
10960
Dear hjzhang, The following code segment indicates that it is 11 when #pragma pack(1) is used. #pragma pack(1) typedef struct { char a1; int a2; short a3; int...
Ahmad Hassan
ahmadhassanc...
Offline Send Email
Jan 10, 2007
9:43 am
10961
Since addsub on the 3260 core is only available in the single operation long variety, is there an efficient way to get the effective functionality of having a...
davidnduffy
Offline Send Email
Jan 15, 2007
9:58 pm
10962
Hi, Following are three interesting implemenations of the DUADADDSUB funcationality. Each has relative advantage or disadvantage. For example, though...
Ahmad Hassan
ahmadhassanc...
Offline Send Email
Jan 16, 2007
4:51 am
10963
Hi experts!I havs a problem about streamingSystem Resource fwrite.now I encounter some troubles but I dont kown where is worry!please tell me how to resolve...
zhang yi
xzy0833
Offline Send Email
Jan 16, 2007
9:17 pm
10964
Hi I am having some problem in identifying the problem with my code resulting in instruction cache misses.Often the over head is twice the CPU usage w/o ...
Mumtaz Ahmad
me_mahmad
Offline Send Email
Jan 17, 2007
1:32 pm
10965
Hello there are useful strategies described in: NDK5.5\docs\Training\14_TriMedia_programmer_optimization_Aug06.ppt We have especially good experience with the...
Bauernoeppel, Frank
frank_bauern...
Offline Send Email
Jan 17, 2007
4:47 pm
10966
I think your VideoProvider will probe the file to see if it can render it. If you provide an unknown file format the VideoProvider will refuse to render that...
Chris Bore
chris_bore
Online Now Send Email
Jan 17, 2007
10:48 pm
10967
1) keep your code small 2) use -tm5250_opt 3) use aggressive if-conversion (2) works because tm5250 stalls on the 4th cycle of each branch if the branch...
Chris Bore
chris_bore
Online Now Send Email
Jan 17, 2007
10:53 pm
10968
Hi Chris : Thanks for your reply! I kown about what you say.so I do a test for my work.and there is still a problem.Now I do a simple test with...
zhang yi
xzy0833
Offline Send Email
Jan 18, 2007
2:08 am
10969
Now, the in-out-format in myTSSA is default like this: static struct {tmAvFormatVARIABLES;} inFormat = { sizeof inFormat, /* size */ 0,...
zhang yi
xzy0833
Offline Send Email
Jan 18, 2007
2:54 am
10970
This sort of load distribution among I, I$, D$ is strange, however, I'd like to float a few comments. Firstly, the total load is 300MHz, indicating that you...
Ahmad Hassan
ahmadhassanc...
Offline Send Email
Jan 18, 2007
4:13 am
10971
Thanx for the reply . Does frequent ISRs ,like ethernet , degrade the Instruction $ Best Regards ... From: Chris Bore To: trimedia@yahoogroups.com Sent:...
Mumtaz Ahmad
me_mahmad
Offline Send Email
Jan 18, 2007
4:43 am
10972
Dear Ahmad Well though the Processing Power consumption is low but it is not because the code size is small,it is because the statistics i mentioned are for...
Mumtaz Ahmad
me_mahmad
Offline Send Email
Jan 18, 2007
4:52 am
10973
Hi, let me come back to the partial linking proposal. I assume you know, where your code spends most of the time (hot spots like inner loops, ISR's etc.). run ...
Bauernoeppel, Frank
frank_bauern...
Offline Send Email
Jan 18, 2007
11:37 am
10974
Those would have to be very frequent and probably large ISRs. That behavior should show up with TimeDoctor - it shows ISRs. You might try generating a cache...
Chris Bore
chris_bore
Online Now Send Email
Jan 18, 2007
12:02 pm
10975
Good discussion. One thing I don't quite see stated yet: There are two reasons why "partial linking" helps. One is the use of the -tm3260_opt linker flag....
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Jan 18, 2007
5:38 pm
10976
The topic seems to attract quite an interest. Therefore, I'd like to post some historical account of discussions on this topic dating back to 2003. Interested...
Ahmad Hassan
ahmadhassanc...
Offline Send Email
Jan 19, 2007
3:59 am
10977
... From: "Yi-Shin (Ethan) Li" <ysli@...> To: <trimedia@yahoogroups.com> Sent: Wednesday, July 28, 2004 10:35 AM Subject: Re: [trimedia] I-cache stall...
Ahmad Hassan
ahmadhassanc...
Offline Send Email
Jan 19, 2007
4:02 am
10978
... From: "bhushan rupde" <brupde@...> To: <trimedia@yahoogroups.com> Sent: Wednesday, October 27, 2004 6:55 PM Subject: Re: [trimedia] Problem in...
Ahmad Hassan
ahmadhassanc...
Offline Send Email
Jan 19, 2007
4:04 am
Messages 10949 - 10978 of 11824   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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