Forum Post: RE: SRIOLoopbackDioIsr example hangs in waiting for...
I'll make some inquiries, I've never personally used the simulator with any of the SRIO examples. I'm not sure if it is possible or requires additional setup. I'll let you know what I find...
View ArticleForum Post: RE: Pins that appear in the device evaluation board schematics...
Bonzai,Please check with your TI sales rep for CSI2 peripheral availability vs the list of part numbers available. Particular part numbers don't have data sheet available on ti.com.
View ArticleForum Post: RE: AISgen installer for Linux
Hi, I'd like to know where to download the Aisgen for Linux, Does anyone know?
View ArticleForum Post: RE: DM3730 gstreamer performance
I've tweaked my gstreamer pipeline to produce an output video at a lower resolution and frame-rate.gst-launch udpsrc multicast-group=239.255.0.1 port=1841 ! video/mpegts ! mpegtsdemux ! video/x-h264 !...
View ArticleForum Post: RE: question about C6678 hyperlink
Hi,It looks like your remote register memory block(0x80 ~ ) is blocked by memory blocking. please check your GEL file or other memory mapping setup or MPAX if you block that memory access from any...
View ArticleForum Post: Data Transfer via Ethernet
Hi,Hopefully this is an easy question to answer. What is an easy way to transfer an array of data over ethernet from the DSP to a PC? For example, an array of 2048*2048 uint8_t samples. I am using the...
View ArticleForum Post: RE: Connection between LVDS324 and Sony Image Sensor IMX136
Dear Hongfeng Wang As i know, LVDS324 does not support CSI2 interface but some of Davinci series(Dm812x, DM814x, DM38x) support this function. Regards
View ArticleForum Post: RE: C6472 HPI
Hello,Can you provide details on how exactly you fixed it? I see the same problem.Regards,Walker
View ArticleForum Post: RE: Generating a Uart Rx interrupt on 6657
Steve,First, are you able to manually trigger the EDMA transfer with current EDMA setup please (such as by writing ESR register, section 2.4.1.2 in EDMA user guide)?If manually-triggering is working,...
View ArticleForum Post: About the system time of IPNC 8127
Hi all, using IPNC 8127, I find a problem about the snap pic file of create time. Through the web "Date/Time" setting, I synchronize with SNTP server to GMT+08 Taipei, Beijing,and see the time...
View ArticleForum Post: RE: how to compile some files in videnc_copy of omap3530
It is simple.just this can work:var SRCS = ["videnc_copy", "list", "fft", "mesg", "mpool", "vad_detect"];print("build file:" + SRCS + "**************");for (var i = 0; i < Build.targets.length; i++)...
View ArticleForum Post: The problem occurs when 2 6678 communicate with each other by SRIO
Hello I just test the performance of our new DSP board with 2 c6678 on it.I let DSP-A send DIO to DSP-B,write 1MB then read it back.Most of times all of things is OK.But sometime error will...
View ArticleForum Post: RE: multi-core reset
Thanks foranswer.C6474EVMare using.BelowCSL_BootCfgUnlockKicker, CSL_IPC_genGEMInterruptfunctioncan'tbe found in theCSLor IPC.In the case ofC6474which functionshould I use?Work formulti-corebootare as...
View ArticleForum Post: RE: 6748 Timer 1 SYSCLK
Will,Joking: If you read every word of the five User Guides and the datasheet, you would already know this.The good part is that all the information is out there. The saving grace is that the pdf...
View ArticleForum Post: Question about CIR driver on DM8148
Hi Sir :I work on DM8148 platform and use DVRRDK_03.00.00.00 to develop our system.I need to add LIRC module to our system and refer the link below.(Please visit the site to view this...
View ArticleForum Post: RE: question about _rsqrsp() and _rsqrdp() function
David,Which value do you think is set wrong. Other than the '-' minus sign in front of one of the values, these are all correct.Before using any intrinsic, you will need to look in the C Compiler...
View ArticleForum Post: RE: C6748 internal SRAM speed : L1D compared to shared RAM.
Please let us know what your results are when you use the EDMA method, when you get the chance to try it.If you are satisfied with the results of this thread, please mark the post that is the best...
View ArticleForum Post: RE: Problems with video capture after migrating to DM368
Hi,Further to my last post, we have resolved the problem with the driver ids. Quite simply the device nodes for the root file system are generated from a device_table file and thus were hardcoded to...
View ArticleForum Post: RE: QUESTIONS on 6678 PCIe multi message msi dma and inbound...
Thank you ! Steve1. I've been beset by the problem for too long and totally forgot the main purpose of the address translation.2.I'll check your suggestion on ISR as soon as quickly, and response soon!
View ArticleForum Post: RE: A problem when using DSP_fft16x16t in C6416
Xiang Liu,Can you run the DSP_fft16x16t program by calling it from a task or from main? Will it run correctly in that case?If you set a breakpoint in the interrupt service routine before the call to...
View Article