Hi group, is it possible to process data during a DMA transfer ? Normally, I write: Status = dmaDispatch(DMAInstance, request); if(Status != statusSuccess) ...
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, 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...
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...
Dear Group, I tested vldtest.c with various mpeg2 video bit streams. But VLD is not able to parse lot of bit streams. It exits by giving error code 0x04 or...
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...
Hi , Here is the explanation .I am declaring a structure typedef struct mystruct { char field1; int field2; } mystruct; i am expecting the size of this...
Dear Group Members, I am working with Mpeg4 Video decoder developed by Philips Digital Networks. The decoder is implemented as a TSSA component. I have...
Hi, I'm wandering if the TM1300 can be used to display HDTV , at least 720i (720p or 1080 i preferred of course). I'm talking about displaying content not...
Hey. I'm running on a standalone board with no pSOS support. I simply want to use malloc/free for my memory management but it seems that every time I use...
We try to recognize ALI M1543 address on PCI bus using PciAddressFind standard function from SDE2.0 There are signals DEVSEL,TRDY but the message on screen...
Hello everybody, I am trying to add dynamic linking support to my Trimedia based standalone system. It´s difficult to test it because in SDE 2.1 debugging is...
Hi! Everybody, In the databook chapter22 fig.22-16 shows the timing for a DMA brust write transfer for 2 bytes (write from pci-xio). At present in my code I...
Hi. I'm going a little nuts here. I'm creating a memory image for my L2 code. The L1 code will load this over a USB connection. The problem I'm experiencing...
Dear Group I've been experimenting with downloading Trimedia code (*.out) into TM1300 processor based PCI board and executing the code without initialising the...
Hi! All, I'm at present using the command called void xioWriteBlock(unsigned long xio_addr = 0x0200, unsigned char * restrict wdata, int len = 4kbytes) { int...
Hey all. I'm a little confused about something. I'm working with a standalong dev board connected to the PC via USB. My L1 boot code comes in from the EEPROM...
Hi! All, Does any have idea how can I improve the frame rate with TM1300 (143MHZ), without vertical rolling after camera switch.Application has got 8 camera ...
Dear group, I am using VLD hardware for parsing macroblock. From the token values obtained i am calculating DC and AC coefficients for the block. ALL AC...
Hello, in our Project we are using the TriMedia ICP for rescaling images. In TriMedia documentation Chapter 5 of Image Co-Processor (ICP) API the function...
Dear Group Members, I was analyzing the architecture of TM1300. From the name itself I understood that the chip is designed to handle three media namely 1....
Hello, I'm wandering if someone know an MP3 encoder for the trimedia. If yes, what kind of performance could you expect ? (4X, 5X,....10X ?) Thanks in advance....
Hello. I have drivers from 1999 year. While installing drivers for Win2K - computer just restarted without any questions. Tried to use drivers for WinNT 4.0 -...
Hi, I know that there are some MPEG4 video decoder libraries around for the Trimedia. The one I know for certain is the one of streamingnetworks. Does somebody...
While working with ICP's bit mask, I was shocked to find that the bit order of the bytes within the mask are reversed from the intuitive settings in all other...
I banned the following new member from this group, since he just posted an annoying spam message. ... Since I don't always notice such irritating messages,...
Hi Group, I am doing some work in the UART area and have been studying tsaUart.c. The header section of the source code indicated these: * Module name...