Forum Post: RE: RPE in DVRRDK runs much slower than RPE in EZSDK???
CHeck the address of the algorthm internal buffers (memTab/ires) buffers are also cached.Also if you algortihm uses L2 SRAM confirm that they are actually allocated from SRAM.
View ArticleForum Post: RE: Read and write NOR flash on TMCXEVM6657LE evaluation board
Any idea to my question Q1?
View ArticleForum Post: RE: LPDDR MT46H128M16LFB7-5 IT compatible
Hi Dalin,The DM3730 processor supports 1 x16 LPDDR device is used for 16 bit LPDDR memory system or 1x32 or 2x16 LPDDR devices are used for a 32-bit LPDDR memory system.For more details you can look at...
View ArticleForum Post: RE: McBSP - RFULL error
Bastian,Thank you for joining this thread. Your help will be appreciated.As I explained above, the difficult way to solve this problem is to analyze every element of the application and find the...
View ArticleForum Post: How to get local time and IEEE1588 time?
Hi, My name is Ryan.I have a question about get/set local time.How can I get the local time as a second and nanosecond.Which api do I have to use for that? event I tried to use Timestamp_get64 this...
View ArticleForum Post: RE: IPv4 udp packets to multicores through PASS
Hi, Anil:You do not need to consider which PDSP to configure. The LLD API will determine the command destination (cmdDest) for you. For example:MAC Entry: DSP0 (LUT1_0)IP Entry with L2 link or no link:...
View ArticleForum Post: RE: AM3874 Gstreamer
Hi!I've tested your pipeline in the demoboard and it works ok, but in my custom board I get the error messages:root@am3874:~# gst-launch-0.10 filesrc location=./video31.mp4 ! qtdemux ! ffdec_mpeg4 !...
View ArticleForum Post: RE: Sample Aspect Ratio
I Found sclrPrm.outScaleFactor.ratio.widthRatio / heightRatio in multich_progressive_vcap_venc_vdec_vdis.csclrPrm.scaleMode = DEI_SCALE_MODE_RATIO;...
View ArticleForum Post: Keystone II with LTE
Seeing as we push Keystone II with LTE applications (http://www.ti.com/lit/wp/spry218/spry218.pdf) is there any chance that we might have more documentation that displays performance metrics and topics...
View ArticleForum Post: RE: DSK6455 problems porting from CCS 3.1 to CCSv5
This was also posted here.
View ArticleForum Post: RE: C6678 SRIO 4x ‘port width’
Hi Clinton,Thank you for your explanation. I suspected that the gel file should not report an error and was looking for a confirmation. Otherwise, I do not have issues communicating between the...
View ArticleForum Post: RE: DSK6713 quit working, USB busy LED on
Dinesh a. What have you plugged into these boards? Have these boards being modified? b. How are they being powered ? c. How are the boards being used ?We need more info to root cause the...
View ArticleForum Post: RE: 6747 edma register cannot be write
Juzheng,Is this on your own board or an EVM or other board from TI?If there are clock or power requirements, these are taken care of in the GEL file when you use the emulator with the TI board. That is...
View ArticleForum Post: RE: MIPI CSI support on DM37x
Where can I find the Android or linux driver for DM3730 CSI?
View ArticleForum Post: RE: TMDSEVM6670 NDK example client_evmc6670 not work with MAC0
I have found the reason and solved.emac_port_mode[0] has PLATFORM_EMAC_PORT_MODE_AMC.Overwrite the value to PLATFORM_EMAC_PORT_MODE_PHY for MAC0 interface.client.cextern PLATFORM_EMAC_PORT_MODE...
View ArticleForum Post: RE: gdb debugging in DM8148 ?
if you use Debian or Ubuntu rootfs for your board, you can install gdbserver/ssh to help your remote debugging
View ArticleForum Post: RE: The strange raw data captured from 14bit raw sensor using...
have you verified the hardware? if you use scope to measure D13, do you see any waveform there?
View ArticleForum Post: RE: DSP bootloader
Steve,1- I can't use the INT2 flag. However, as indicated in bootloader user guide, the DSP start with checking INT2 (HPI mode) if not--> check other Boot modes (Parallel, I/O..) and return checking...
View ArticleForum Post: RE: tms320c6748 RTC module - scratch registers
Alex,There is no hardware reset to the RTC module. After a SWRESET, the Scratch registers should be cleared.There is a Wiki article about using the sleep mode. Have you looked at it and the example...
View ArticleForum Post: RE: GPIO data is not getting reflected on the external board pins
Have you configured the pinmux?
View Article