Hi, I set the speculativeLoadFix to 1 in registry settings, and am now getting the correct value of bit[6:5] as 10 in MMIO(DC_LOCK_CTL). But After introducing...
The ICP microcode is not made public because it is not pretty, and we're not ready to support it. I'll go looking for what info I can find, and let you know....
chuck.peplinski@...
Mar 1, 2002 1:50 pm
2524
The VLD is designed for all MPEG 2 streams. Using our software MPEG 2 decoder, we decode all sorts of streams. I agree that the VLD library is not very well...
chuck.peplinski@...
Mar 1, 2002 2:17 pm
2525
Hi all, Does someone know how to get pSOS current running task ID? Thanks in advance. Mei....
unsigned long tid; t_ident((char*)0, 0, &tid); // get calling task id Marc ... From: mei_wang_us [mailto:mei_wang_us@...] Sent: Friday, March 01, 2002...
One way to do it: For every task, after you create, use t_ident( ) to get the task id of various tasks, for every task then use: t_setreg( ) to use one of the...
HI,all We using Tm1300 for one year,most questions have been solved. I still have two questions: 1.How to improve the video quality. I compare our video...
Hello. I'm using jtag for the first time to pump code into one of our boards (so far all were PCI-equipped) unfortunately it doesn't work, so I hope you can...
Just to be sure, you say it is compiled with -g. It is also linked with -g? Chuck "sukandar56" <sk@...> To: trimedia@yahoogroups.com cc:...
chuck.peplinski@...
Mar 4, 2002 5:04 am
2531
... with -g? I'd think so... it's a very simple program that does one DP print, then toggles some bits at external pins just one build line (i.e. no separate...
Hi, I have come across similar situation. Even though you indicated that they are PCI-equiped, are you the 'Mother Board'? By 'Mother Board' (since I don't...
some more info about my recalcitrant jtag connection: 1. the L1 boot code completes, so I guess it doesn't hang there but rather in the debug monitor that's...
In your EEPROM is your SDRAM to CPU ratio (byte 8) is other than 1:1? If yes, you need to download the special L1 code available on Trimedia technical website....
Hi Sukandar, If you use SDE 2.2 and download program compiled without -g, you should not see any warning nor error message except 'Failed to change redirection...
Hello everybody, I'm trying to convert my own BSP to a DLL so code segments of type "app" may access to its functions. When linking the BSP with -btype dll I...
Jesus Callejo
jcallejo@...
Mar 6, 2002 3:42 am
2540
Isn't something like tm_sleep(0)? Chuck "mei_wang_us" <mei_wang_us@ To: trimedia@yahoogroups.com yahoo.com> cc: (bcc: Chuck...
chuck.peplinski@...
Mar 6, 2002 4:16 am
2541
Hello, everybody I have a problem as follow, but I have no idea where is wrong. The main output pin of a component was stopped by tmolComStopPin. The...
Hi Mei, usually calling a sleep with sleep time set to 0 forces a reschedule on pSOS. You can do this using tm_wkafter(0). Marcel Steenhuizen "mei_wang_us"...
Do you have any proof that the board works at all? This reminds me of a case I saw where SDRAM addresses were shorted together. Chuck Sukandar Kartadinata...
chuck.peplinski@...
Mar 6, 2002 7:12 am
2544
You might try looping your jtag cable around a Ferrite Ring. I had similar problems with my mds jtag and this fixed it. BTW: Does MDS make a PCI JTAG board,...
david.katz@...
Mar 6, 2002 9:02 am
2545
Hi, I also face the same problem in jtag. I am not clear how many people are succeeded in this exercise. If someone(People who succeeded) write the guideline...
JTAG cabling can be a little sensitive to length, signal propagation, etc. Based on the problems described, I think shorter cabling or a ferrite ring sounds...
Dr.Pub
dr.pub@...
Mar 6, 2002 9:39 am
2547
Hey all. I'm expierencing some problems compiling C++ code. I'm creating a memory image for our standalone system. I've created one file (namely main.cpp)...
Hello, When compiling in C++ the generated name of the symbols for the linker is diferent from just adding an underscore. The compiler adds letters to make ...
Jesus Callejo
jcallejo@...
Mar 6, 2002 12:54 pm
2549
Hello all, I have just started on the Trimedia world. I have got the SDE 2.2 and I want to install it on a windows 2000 for debugging, compiling and executing...
Hi group, is it possible to process data during a DMA transfer ? Normally, I write: Status = dmaDispatch(DMAInstance, request); if(Status != statusSuccess) ...