Forum Post: problems with logical operators on C6713b
Hi,I'm using the C6713 DSK from Spectrum Digital and I'm having some problems with logical operators in my code.I am receiving input from the LINE IN jack, being commanded by my PC's audio output port....
View ArticleForum Post: How to use 3 HD DACs output on dm368
Hi all,I want to use HD DACs to output video, my questions are :1, can i use 3 HD DACs simultaneously?2, can i use HD DAC to output non-HD video?3, how can i use the HD DACs, namely, if i need change...
View ArticleForum Post: RE: tms320f28335 GPIO input capacitance issue
Hai,question1 : what input capacitance means ??i think input capacitance is for filter purpose that is the capacitance offered to the driving signal.Actually input capacitance exist between the gates...
View ArticleForum Post: RE: SPI enters infinite loop, help needed
Hi Ekrem, i am having same problem what u had.. can u help me in the spi communication via J13 header in c5515 evm?
View ArticleForum Post: Issue about aac decoder in DVRRDK3.05
Hi,I test the aac decoder provided in DVRRDK3.05 and find that the decoder consumes one frame of aac data each time. I comment the else branch in following codes in rpe_audio.c and the decoder could...
View ArticleForum Post: About OMAP-L138 UPP driver
I want to use analog input via ADS901 on UI Board of Logic PD's OMAP-L18 EVM on linux. I will develop a Qt application that will draw waveform of analog input. I am using Allan's Linux UPP driver. I...
View ArticleForum Post: RE: Noise filter on dm365!
Hi Vladimir,we finally got the KTNF to work.Try to replace the following line... sysRegBase = DM365MM_mmap(0x01C40000,0x4000);with these... int fm = open("/dev/mem",O_RDWR|O_SYNC); sysRegBase =...
View ArticleForum Post: RE: USB TESTMODE Register
Michi,[quote user="Michi Yama"]Our customer can write to the USB TESTMODE register. But USB signal does not be output.[/quote]Do you mean that you have nothing on the USBx_DP/DM pins when enter in test...
View ArticleForum Post: RE: Embed TIDmaiVideoSink into Qt (QWS) Widget.
[quote user="Prabindh Sundareson"]Can you move to 3730 platform ?[/quote]No, I can't.
View ArticleForum Post: RE: Trouble running "Hello World" SysLink example on DSP of DM814x
Hi Pavel,Thank you for sharing e2e threads. I am still running in this issue, as per this e2e threads it seems the memory configuration issue. Also I found that some community member's have fixed this...
View ArticleForum Post: RE: Parallel execution of C functions in TMS320c6678
Hi Carmine,yes OpenMP works nicely on the C6678. OpenMP support is within the MCSDK package. There are also some examples available to get started.Please also have a look...
View ArticleForum Post: RE: The question about the using of syslink and mailbox
Yes the interrupt number is 77 on A8 for mailbox interrupt. You need to call request_irq() function with interrupt number and your callback funtion. Look at implementation of...
View ArticleForum Post: DM3730:CPU load
hi,i want to know whether there are any sample apps that can show the ARM load and the DSP load of DM3730/OMAP3530 in Linux.or how can we monitor it..any cmd line commands r available????as of wince i...
View ArticleForum Post: DM3730/OMAP3530:CPU load
hi,i want to know whether there are any sample apps that can show the ARM load and the DSP load of DM3730/OMAP3530 in Linux.as of wince i have seen them on RETAILMSGS wen running DVSDK encode/decode...
View ArticleForum Post: RE: C6657 IBL TFTP boot problem
In one of the devices phy the issue sill occurs, but not always.It turned out that phy is being reseted by fpga, so I checked fpga source code and found out that reason for this can be wrong...
View ArticleForum Post: RE: why does dm8168's native vga(hdcomp)'s output is dark...
Please check the datasheet. The required gain for the output buffer is 5.6x.The THS7360 buffer is specifically designed for this.BR,Steve
View ArticleForum Post: RE: McBSP - How Can I Generate Internal Clock Using AUXOSC
"Answered" - Thanks Pavel!
View ArticleForum Post: about the decoder
Hi , As the picture showed above which is from the doc <H264_Decoder_HDVICP2_UserGuide> Page 129 , I want to know more about it . Could I use the activeRegion to get the data which I need to...
View ArticleForum Post: DM814x: gStreamer crashing for 1080i on DM814x
Hi,I am trying a transcoding pipeline at 1080i resolution on DM814x.This is my gStreamer pipeline command.gst-launch-0.10 filesrc location=/media/mmcblk0p1/streams/MPEG2-1080i-12mbps-AC3-48-128.ts...
View ArticleForum Post: RE: Used EDMA channels in Appro IPNC rdk 3.0 (McFW)
Hi Anand, I've made the test of OSA_dmaOpen x64 calls in several places in my flow but the IDs reported aren't constant so this suggests that the channels are being somehow opened and then closed by a...
View Article