Dear all, I'm looking for a software component set to decode a digital terrestrial TV signal conform to the following standards: 1) DVB-T 2) ATSC (used in...
Ordina has a nice software stack that can handle most of what you want, but unfortunately, it misses one thing. The pnx1700 cannot decode all MP@HL streams....
Hello,groups: I am debugging my pnx1701 board through the mds pci jtag card.But the card seldom can pass the "pcijtag -i" test,and the pcijtag -o test only...
For the limitation of exploring through mobile phone,I can't write too many words in a thread. Continue here: The mds jtag card can work well on a pnx1502 ...
The 1701 requires higher core current. Make sure the powers, etc. and reset are good. 'pcijtag -i' simply writes a value to the DATA_IN register and readback ...
I assume you are aware that the PNX15xx EEPROM cannot be used for PNX17xx. The CPU binaries are different between the two. Best Regards, Alfred Lee ... From:...
Thanks for your help Afred I am sure the core current is enough,and I even see the iic read wave from the IIC data line when power on my board(does it mean the...
... That's your problem. The l1jtag.mi that you copied most likely was compiled for PNX15xx. Since PNX17xx are not binary compaitble with PNX17xx, it will...
Anyway thanks for your help Afred. Can anyone else tell me where is the right boot code?From the relative pdf I think mptk/apps/btscriptgen is the propre code...
Hello,groups: The latest test result is as follows: Briefly: 1.use c:\nexperia\ndk5.3\prod\mptk\apps\btscriptgen to generate a new btscriptgen.exe 2.add blink...
Hi,ALL I have setup the following graph on stb810: EsRead -> VideoDecoder ->VideoRenderer; ... this can working ok. but if the frame_rate is not 25fps,the...
The output TV standard (which determines frame rate) is set through the DirectFB interface DFBScreenEncoderTVStandards(). For example to change to NTSC (30...
Thanks for your answer Chris! so as you say the time stamps should be in the data packet which the VideoDecoder accepted. but I can find this information in...
Do you have the document MPTK_AVsync.pdf ? This is delivered with the MPTK for pnx1500 and pnx1700 users but I am not sure about STB810 users. It contains...
Hi, everyone, I am porting a linux device driver to pnx1500, and Pnx1500 works as PCI host, with the device as a pci slave.The device employs DMA to transfer ...
Hi, I am porting a linux pci driver to pnx1500, with pnx1500 as host and the pci device as slave. The device uses DMA to transfer data to SDRAM. Questions: ...
Hi, I'm new to trimedia; I'm using an MDS LCP1700 board. I can get the simple pre-built applications working, but I can't get any output from test programs for...
To make the DVI daughter card detectable via I2C, you need to manually connect the I2C bus on the LCP to that on the DVI daughter card. There is a three wire...
Thank you ,Chris! I have got it. wangbiao ... I ... which ... example ... packets ... component ... are ... and ... set ... onwards ... frame ... This ... rate...
If your email address has changed (for instance from @philips.com to @nxp.com) then you can change this for the TriMedia Yahoo group. You just go to: ...
Dear Chris: There is still a problem, Through setting time stamps £¬ I can control the playback rate in other value if the TVStandards is PAL? For example...
Chuck - when you say that supporting master and slave ATAPI devices will be a challenge, how achievable is this really (assuming the developer isn't a...
The issue is not being a DSP expert. It is knowing your way around ATAPI as well as the Nexperia code. We now have code that does this. We already did the...
Hi everyone, we are using c++ in TM development. I confuse what's rule and which pool will be used by the "new" operator to allocate memory? Or what's the...
sbrk is only used by malloc. It is not public. Malloc manages the C heap, and the C heap is used for the new operator. Chuck Peplinski TriMedia Tech Support...
Hi all, We have a project which need to play DVD films from a DVD disk. but when we connect our PNX1500 board to our DVD driver via a IDE cable, and power on...
Hi All, I am writting an application on PNX1500 which use GPIO mode to sampling the signal. I configure the FIFO to sampling the signal on pin 7 and using the...