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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 4225 - 4254 of 11824   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4225
Hi, When the saa7113 dies on my own board, I want to use the SetupVI() function to re-start it. But I failed. I can not find the wave in the IIC line. I trance...
thomasminh <thomasmin...
thomasminh
Offline Send Email
Mar 3, 2003
6:27 am
4226
It had been mentioned in the former discussion that assemble language could be inserted into c language codes to improve the performance.How could I insert it...
cantabank2003 <cantab...
cantabank2003
Offline Send Email
Mar 3, 2003
7:59 am
4227
Thank you for your explanation. But I am still puzzled by this implementation.when I do the "shift" job by instruction like "x >> 1",the compiler generates...
cantabank2003 <cantab...
cantabank2003
Offline Send Email
Mar 3, 2003
8:05 am
4228
Hi, The compiler is intelligent enough not to use the division routine for x>>1 or x/2, etc. It uses simple shift operation. However, if it has to do x/y it...
Ahmad Hassan
ahmadhassanc...
Offline Send Email
Mar 3, 2003
8:14 am
4229
I need to reduce the size of ".out" file and was told to modify the BOARD_LIST_EB and BOARD_LIST_EL lines in the tmconfig file. But there are so many boards...
st_dragon1011 <stone1...
st_dragon1011
Offline Send Email
Mar 3, 2003
9:59 am
4230
If you bought your board from MDS then you should use MDS BSP by placing following lines: BOARD_LIST_EB=C:\TriMediaMDS\bsp\bin\Windows\eb\libBSPmds_tm1300.o ...
Munish Jindal
jindalmunish
Offline Send Email
Mar 3, 2003
10:03 am
4231
Dear group, I've got a weird SDRAM interface problem. I'm using a self made design using a PNX1302 and 64MB SDRAM. Everything works fine. Now we want to use...
frank_bhattacharyya <...
frank_bhatta...
Offline Send Email
Mar 3, 2003
11:44 am
4232
Posting my message stripped all spaces, so for better readability once again the interface between PNX an SDRAM: Here's the relevant part of the chip interface...
frank_bhattacharyya <...
frank_bhatta...
Offline Send Email
Mar 3, 2003
11:48 am
4233
I just wanted to let you all know that I found quite many publications about TriMedia on a FreeOfCharge online database at: http://citeseer.nj.nec.com/cs Most...
oframes <benny.thornb...
oframes
Offline Send Email
Mar 3, 2003
2:53 pm
4234
Let's distinguish between reducing the size of the image, and reducing the size of the out file. The memory image is already relocated. Its size is given by...
chuck.peplinski@...
chuckpeplinski
Online Now Send Email
Mar 3, 2003
2:56 pm
4235
Which board are you using? Without know what you have, I would guess you either have the MDS board or a board of you own design. In this case, remove or...
alfred@...
alfred17330
Offline Send Email
Mar 3, 2003
5:04 pm
4236
Hello, ... I don't know but there is an interesting new book "Hacker's Delight" by Henry S. Warren Jr. (ISBN: 0201914654) showing many programming tricks &...
Bauernoeppel, Frank
frank_bauern...
Offline Send Email
Mar 3, 2003
5:18 pm
4237
In the databook, the cache line invalidation instruction dinvalid documentation says, "dinvalid does not change the replacement status of data cache blocks"....
volleypotato <volleyp...
volleypotato
Offline Send Email
Mar 3, 2003
5:56 pm
4238
Yes, that's correct. You can read the cache tag lines. I wonder if you can do anything from that angle? I somewhat doubt it... Chuck "volleypotato ...
chuck.peplinski@...
chuckpeplinski
Online Now Send Email
Mar 3, 2003
6:13 pm
4239
The cache replaces the least recently used block. As far as I know, other than actually using a block, there is nothing you can do to 'set' or 'clear' the...
Chris Bore <chris@...>
chris_bore
Online Now Send Email
Mar 3, 2003
6:58 pm
4240
How come the BA0 and BA1 are inverted between the two configurations? I believe the pinout is the same for both SDR SDRAM devices. Anyway, it would not matter....
luislucas67 <luis@...>
luislucas67
Offline Send Email
Mar 3, 2003
7:07 pm
4241
Hi list, i'm beginning to optimize my FFT algorithm (which needs it badly...) and tried to use the profiler. I understood how to to use it generally (the doc...
mushroomlc
mushroom50100
Offline Send Email
Mar 3, 2003
8:25 pm
4242
The dcb and the dinvalid operation do update the LRU information such that the cache line becomes the next victim, i.e. a dinvalid or a dcb assume the data is...
Luis Lucas
luislucas67
Offline Send Email
Mar 3, 2003
8:35 pm
4243
We're interested to hear your analysis. /* * COPYRIGHT (c) 1995 by Philips Semiconductors * *...
chuck.peplinski@...
chuckpeplinski
Online Now Send Email
Mar 4, 2003
1:14 am
4244
It's typical to use custom ops from C, not assembly. Load up the docs in acrobat and do some searches. Search also for calling conventions. Chuck ...
chuck.peplinski@...
chuckpeplinski
Online Now Send Email
Mar 4, 2003
1:16 am
4245
... µÄÕýÎÄ£º ... How come the BA0 and BA1 are inverted between the two configurations? I believe the pinout is the same for both SDR SDRAM devices....
 
crazyflower77cn
Offline Send Email
Mar 4, 2003
2:29 am
4246
I want to use "tmcc -board=myboard.o" to change the BOARD_LIST_EB or BOARD_LIST_EL lines. I wrote following lines in "myboard.o": ...
st_dragon1011 <stone1...
st_dragon1011
Offline Send Email
Mar 4, 2003
3:43 am
4247
I will be out of the office starting 04/03/2003 and will not return until 14/03/2003. I am not sure whether I will be able to check my emails. For urgent...
stefan.de.troch@...
Send Email
Mar 4, 2003
4:02 am
4248
... I don't recall with any accuracy but I believe in the argument '-board=<abcd>', 'abcd' is prepanded with libBSP and appended with .o to make 'libBSPabcd.o'...
Alfred Lee
alfred17330
Offline Send Email
Mar 4, 2003
4:31 am
4249
I will be out of the office starting 04/03/2003 and will not return until 14/03/2003. I am not sure whether I will be able to check my emails. For urgent...
stefan.de.troch@...
Send Email
Mar 4, 2003
4:31 am
4250
or can i use the driver for Win2k? thx for ur help....
wang_yun_bo <wang.yun...
wang_yun_bo
Offline Send Email
Mar 4, 2003
4:57 am
4251
I will be out of the office starting 04/03/2003 and will not return until 14/03/2003. I am not sure whether I will be able to check my emails. For urgent...
stefan.de.troch@...
Send Email
Mar 4, 2003
5:03 am
4252
I will be out of the office starting 04/03/2003 and will not return until 14/03/2003. I am not sure whether I will be able to check my emails. For urgent...
stefan.de.troch@...
Send Email
Mar 4, 2003
5:32 am
4253
<>.o is an object file and not some text file.You need to provide the path and the object file of the BSP with which you want to link. Manoj To:...
manoj.koul@...
manoj_koul
Offline Send Email
Mar 4, 2003
6:01 am
4254
in the SAS system,the L1 program loads the L2 program into SDRAM from the flash.L2 program is the out file. In my opinion, the out file is burned into flash...
seasolomon <seasolomo...
seasolomon
Offline Send Email
Mar 4, 2003
8:37 am
Messages 4225 - 4254 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