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...
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...
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...
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...
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...
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 ...
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...
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...
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...
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...
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...
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 &...
In the databook, the cache line invalidation instruction dinvalid documentation says, "dinvalid does not change the replacement status of data cache blocks"....
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...
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....
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...
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...
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@...
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'...
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@...
Mar 4, 2003 4:31 am
4250
or can i use the driver for Win2k? thx for ur help....
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@...
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@...
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:...
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...