Forum Post: RE: TMDSDC3359 UART DaughterCard
Hi Julian,Sounds good.Thanks for your update.
View ArticleForum Post: RE: Hardcode the value of _c_int00
Hi Ashish,Thanks for your reply,Actually i solved that issue, i have added one more section in my CC3200_LP.cmd file and put my code section starting of that fixed location, that is working for me....
View ArticleForum Post: RE: How to set pic_init_qp_minus26 ?
Hi Ammon,To set qp you need to use Index OMX_TI_IndexParamVideoDynamicParams and you can set the values as shown below.OMX_VIDEO_CONFIG_DYNAMICPARAMS tDynParams;OMX_INIT_PARAM...
View ArticleForum Post: Error During Debugging of TI-RTOS Application code
HI everyone I am quite new to building applications on TI-RTOS v2.0 so my question may sound silly to many of you. Please bear with me. I have developed a simple application using tasks on TI-RTOS V2.0...
View ArticleForum Post: RE: Installing gst-plugins into Sitara SDK v7.0
Hello,Could you try something before to run gst-inspect remove the old plugin cache,rm -rf /path / (remove the old plugin cache) export GST_PLUGIN_PATH=/usr/.../lib/gstreamer-1.Xgst-inspectthis shall...
View ArticleForum Post: RE: FATfs fopen() creates new file with wrong file name
Hi Emmanuel,By setting SDSPI_Params bitRate 1 greater than desired frequency solved the problem.Thank you for your help!Regards!Arslan
View ArticleForum Post: UIAPacket_Hdr with loggerstreamer2
Hello, I'm using Loggerstreamer2 , I need to implement a parsing function to parse the loggers.So i need to know the logging protocol (i.e. the logged packets structure ) , one of the packets logged at...
View ArticleForum Post: RE: Using DMTimer1_1ms in SYS/BIOS
Hi Emmanuel,Thank you for the reply.We were able to solve the issue for time being.We are using the Clock_getTicks() and comparing that data with the Computer's time (win32 time API).We were able to...
View ArticleForum Post: RE: Log_info form Float number format
Hi Janet,My apologies for the late answer, i was away for some time...I'm using somehow customized A8 target with gcc compiler. But I doubt that my customizations can be the cause for the problem...
View ArticleForum Post: RE: Using Yocto with linux-devkit compiler toolchain
JRJ,The toolchain is inside <SDK_dir>/linux-devkit/sysroots/i686-arago-linux/usr/bin/Best regards,Miroslav
View ArticleForum Post: RE: BIOS corruput?
Hi,Can you clarify what you're trying to do and what error you're getting?Regards
View ArticleForum Post: RE: Helloworld on arago
Hi,I would recommend that you read through the Getting Started with Openembedded presentation from the Sitara Training page.Best regards,Miroslav
View ArticleForum Post: RE: Task_create() returns null handle
Hi,Maybe you're running out of memory. Check this thread: http://e2e.ti.com/support/embedded/tirtos/f/355/t/245527.aspxJ
View ArticleForum Post: RE: GPIO as SPI Chip Select
Hi Titus,Thanks for the reply. Yes pin mux is ok for GPIO 138. Just check that. Also the McSPI2_CS1 is shared between three devices via GPIO CS pins which are GPIO 138, 136, 55Am i correct in saying...
View ArticleForum Post: RE: How to set h.264 extend parameters using DMAI
This is the structure declaration of IVIDENC1_InArgs in ividenc1.hIVIDENC1_InArgs { XDAS_Int32 size; XDAS_Int32 inputID; XDAS_Int32 topFieldFirstFlag;} IVIDENC1_InArgs;In...
View ArticleForum Post: RE: How to set time_scale and fixed_fream_rate_flag?
Hi Ammon,Encoder configures time_scale based on the targetBitrate and fixed_frame_rate_flag based on rcAlgo(CBR or VBR).You can set VUI for timingInfo as shown below to get VUI in encoded stream to get...
View ArticleForum Post: RE: Big DSP-Load when using System-Analyzer
Hi Janet,here is the configuration of System Analyzer: var LoggingSetup = xdc.useModule('ti.uia.sysbios.LoggingSetup'); var LoggerSM = xdc.useModule('ti.uia.runtime.LoggerSM'); // Setup share-mem...
View ArticleForum Post: RE: getting the DHCP IP address
Hi Steve,Thank you for your reply and sorry for being late.actually, it seems that i miss something in my first post but the actual problem is, if the board started up with IP taken using the DHCP...
View ArticleForum Post: RE: How to set pic_init_qp_minus26 ?
Thank you very much, about 264 encode problem has troubled me for a long time.
View ArticleForum Post: RE: NDK - two network interfaces on one DSP (two IP addresses)?
Hi Steve,Thank you for your prompt reply.One of my customer wants it for their product under development.Regards,j-breeze
View Article