Forum Post: RE: NDK transmitting fragmeneted UDP
lech,Can you try increasing the size of the send buffer for your socket (that you are trying to send UDP data on)?The code would look similar to the following: /* change below size of 8192 to the...
View ArticleForum Post: RE: Supported SysLink and Linux kernel versions for...
Hi Ramsey,Thanks for taking the time to respond to my questions.If the RT patch has already been ported to 2.6.37 I would prefer to reuse that rather than re-invent the wheel. Seeing as the patches...
View ArticleForum Post: RE: SYS/BIOS Ind. SDK PHY address problem
Hi Pratheesh,Thanks for the final reply and the support fixing this problem and to help understand the code.PS: I have tried to close the thread as "answered" but it did not work.Best regards,Patrick
View ArticleForum Post: RE: NC_NetStart with IPV6 not working
Jose,You and Steve had a long discussion for IPv6. Can you share the IPv6 added whole "client project" ? If I start add the code for IPv6 freshly, It may take time to reach your issue level. I will...
View ArticleForum Post: RE: Change video codec error and question
Hi HB,[quote user="hb chen"]1) we changed maxPicSizeRatioI=640 to maxPicSizeRatioI=30.if it set maxPicSizeRatioI=640, error IH264ENC_EXTERROR_RATECTRL_IFRAMEPICSIZE is occurred. Why?[/quote]The error...
View ArticleForum Post: vector.asm
can anybody help me understand for what is this file " vector.asm " used for . When and where is it used?Thanking you
View ArticleForum Post: RE: DS3234 RTC interfacing with AM335x
Hi Ankur,Sounds good.Thanks for your update.
View ArticleForum Post: RE: LoggerSM eraseRecords issue
Ok Janet,Let's consider this thread closed and continue the discussion about eraseRecords here :http://e2e.ti.com/support/embedded/tirtos/f/355/t/373489.aspx(I work with Nadim on this)Will you file a...
View ArticleForum Post: RE: Ti RTOS interrupt latency inconsistent 28335
Excuse me for the delay answering.Our development need to start and TI - RTOS has been discarded for the moment.As soon as we can, we will analyse the last answer. Thanks
View ArticleForum Post: RE: What's the difference between YUV444p input and YUV420p input...
Hello,[quote user="Toure Yaya"]I note that the H264 encoder codec provided by TI is only support for yuv420p format input [/quote]H642 encoder supports YUV420 semi-planar input format only.Best...
View ArticleForum Post: RE: Passed_CRC Flag in Buffer Drescriptor
Hi,Mukul & Ramesh, thanks for clarification.@qxc: Solution works for us so far. Best regards,Patrick
View ArticleForum Post: RE: Thread scheduling problems on Omap L138
Hi Ramsey,I tried Hwi_disable when entering the SWI and Hwi_enable on the way out but the problem persist (again, it worsen when I add the pending on notify semaphore). So I guess that the Hwi isn't...
View ArticleForum Post: RE: System Analyser tutorial 1 does not build
Here's my config file. I haven't (knowingly) changed it from the tutorial 1 example, but it looks as though you are right about runtime and loggers.I am slightly surprised by line 66:var LogSnapshot =...
View ArticleForum Post: RE: rebuild upon debug
Hi Dan,Please provide the following information:1. MCSDK SRIO example project path?2. Have you refer any TI document for your testing? Please share your step by step test procedure.Thanks,
View ArticleForum Post: RE: LoggerSM eraseRecords issue
Hi Janet,We made few tests since yesterday that bring us new information on this problem (thanks to the --disable_software_pipeline option).First of all, the following results we give you were taken...
View ArticleForum Post: RE: MessageQ and hardware interrupts
Hi KarlThanks for reply!I have seen the IPC User's Guide, and I know when the message be send by messageQ, The hardware interrupt do not be used. Is that correct?And I understand the Notify module use...
View ArticleForum Post: RE: lwIP: timers disabled
OK, but why is it disabled?Or to ask this in a different way: since poll-function is not available and since all receive- and send-functions are running in interrupt-context, how should one send some...
View ArticleForum Post: RE: Hello World Example Error when using TI-RTOS on F2808, (bug...
Okay I have it working, using different workspace name..that good!.When I selected the GPIO block in the <Hello.cfg> (blue box display), it fails the complies (instrumented or...
View ArticleForum Post: AM335x Linux Development Environment 64bit Question
I need to set up a development environment for the AM335x can you provide me with a good place to start.I initially tried to install the SDK on Ubuntu 14.04 64Bit and that didn’t work because there are...
View ArticleForum Post: RE: Long HWI interrupt latency on OMAP-L138 DSP (C6748);...
Quick note...myEventSource is the event ID, which comes from the OMAP-L138 spec (e.g. 37 for the SPI peripheral or 94 for the UPP peripheral).myInterruptNumber will be between 4 and 15 for the...
View Article