Hi,Groups:) I written a server program based on PNX1300 IADK Fusion TCP/IP stack V6.52(my develop board is DVE-2) ,and a client program based on Win32. I run...
Dear Group, In the NDK2.2 kits I found one TCP/IP net stack object file 'tcpip_ethernet.o'. I know it is just for developing and debugging purpose. But when I...
... Hi Xinjie, The evaluation version of Fusion included in the NDK is limited to evaluation purposes, the appropriate license must be purchased if you wish to...
Hello. When a video signal is captured by SAA7115, an interrupt occurs in pnx1300. From the input of a video signal, an interrupt should occur how or please...
In \NEXPERIA\IADK\Pnx1300\sas\platforms\vsk\lib\bsp\pc16552Dx2.h I can find the following defines: #define PC16552D_BAUD_RATES_1_8432 (UART_BAUD_1200 |...
The SAA115 will trigger a Video Input (VI) interrupt. You configure VI interrupts through the device setup. The TriMedia Software Architecture provides...
Hi, Anyone knows how to use a baudrate of 2400 and 4800 with the tsaUartOpen command? I only see defines for UART_BAUD_1200 UART_BAUD_9600 UART_BAUD_19200 ...
Jim. Now our partner in China can do Full-D1 real time MPEG-4 encoding in pnx1301, so dont worry about the performance of TriMedia chips. Levis ... From:...
Hello. In order to move SAA7115, it is fighting desperately. I heard that the software in which SAA7115 has the compatibility of SAA7114 and a pin was also...
Dear Levis: I have seen your full-D1 in Shanghai, which is only upsampling of cif and is added by some filter. TM1300 has only at most the 200MHZ Dominant...
Dear trimedia Levis: I have seen your full-D1 in Shanghai, which is only upsampling of cif and is added by some filter. TM1300 has only at most the 200MHZ...
Hi, I dont think you know our partners well, we have 5 partners in China. Actually, long long ago, Streaming networks has MPEG-4 encoding with 640*480...
Hi All, Always be aware that when people offer you a MPEG encoding solution, that you should ask them to show/prove the compression capabilities. It is pretty...
Hi, I have some questions about LCP-1500 PCI board and MDS PCI-JTAG-TM card. 1. Does MDS PCI-JTAG-TM card support LCP-1500 PCI board? I have done a I/O board...
Hello group, We compiled the sample "HelloWorld" and ran HelloWorld.out on a pnx1500 development board on Win2000 well. Then we tried to compile another sample...
PCI_JTAG works well with LCP-1500 and is more than double the download speed of the Corelis board. However, earlier version of the PCI_JTAG requires both...
One common possibility is that your Windows registry contains a "TM32OsSize" entry for TM that limits its memory to something much less than 64M. Refer to the...
Hi,all! I'm developping an audio system. I use the example program "avio.c" by get rid of the vidio part in it. I can get the audio input and output through...
Dear all, Anybody know how to add one more .c file into a project in NDK4? Take "exvivo" for example, if i need to add myown.c file into that project, how to...
Although the pnx1300 chip supports mono audio output, some development hardware does not (I think the MDS TM1300 IREF does not). So you should copy the mono...
Hello James I think your change to the makefile should have worked, but I think you needed to write 'exvivo.c' (you wrote 'exvivo' which may just have been a...
Most common audio DAC's are stereo, so the output is typically stereo. To support mono, you need to (a) copy your mono data into a stereo buffer, (b) make a...
Thanks for your reply first! Then how to support 8K sampling rate? It doesn't seem that doing as following is enough: ¡¡ aoInstSup.sRate = 8000.0;...
Thanks for your reply first! Then how to support 8K sampling rate? It doesn't seem that doing as following is enough: ¡¡ aoInstSup.sRate = 8000.0;...
First Check your Audio DAC & ADC chip manual on your board i assume that your audio DAC & ADC Chip is support mono & 8 Khz (if not ... you can not want result)...
Hello Mr. Yang, In our environment, the source file indications are preceeded by their relative locations w.r.t. the makefile. This would be "src/" in most...
Hi Frank, I don't think the reason is the "file location" since the Error message is not about "file xx.c not found" (Actually, I had try your method, didn't...