Forum Post: RE: Delay after MDIOInit() in StarterWare CPSW
Patrick,The delay is used after MDIO initilization to make sure 32 phy addresses status is updated before performing any other activity. Alternatively it can poll on MDIO_ALIVE register for the...
View ArticleForum Post: RE: Receive buffer descriptor allocation in the transmit...
Patrick,The cpswif_rxbd_alloc(...) is not required here. Thank you for feedback and this shall be incorporated in next release.Regards,Ramesh D
View ArticleForum Post: Memory leak in ti.bios.BUF
Hello,there seems to be a memory leak in the BUF module of the legacy DSP/BIOS API within SYS/BIOS 6:BUF_create() calls MEM_alloc() to allocate memory for the buffers, but BUF_delete() doesn't release...
View ArticleForum Post: RE: USB Mass Storage on OMAPL138
Hi Andrea,Apologize for the delayed response.[quote]If tested in extreme conditions, sometimes system hangs (eg .: extraction of the USB stick while you are reading or writing a file).In particular,...
View ArticleForum Post: RE: AM335x lwip examples using TLK110
Patrick,The file is modifed to phy.c. Same will be reflected in user guide. The phy.c provide support for generic phy interfaces. The custom changes if required for any specific phy have to be...
View ArticleForum Post: RE: Numonyx SPI NOR chip support in kernel 3.12
Hi Ankur,Please see in the log these lines:[ 0.635331] m25p80 spi1.0: no default pinctrl state [ 0.635495] m25p80 spi1.0: found mr25h256, expected m25p80 [ 0.635519] m25p80 spi1.0: mr25h256 (32 Kbytes)...
View ArticleForum Post: RE: Building DSPLink on rowboat-android for OMAP3530
In the meantime i try to compile with "make TARGET_PRODUCT=beagleboard BUILD_WITH_GST=true -C external/ti-dsp " The dsplink samples are compiled and binaries are created at dsplink/DEBUG Folder.ON...
View ArticleForum Post: RE: Java runtime for omap l138
Hi Titus,Yes I exactly followed the post and as I mentioned since I received further error I continued to add more file.I used the files u have attached are they for armv5?By X server support do you...
View ArticleForum Post: RE: AER FDNLP corrupted output
Hi Simon,This looks like some buffer placement issue. Can you try the following to narrow down the problem:1. disable ASNR and see if signal is clean2. disable CNG and see if signal is cleanMeanwhile,...
View ArticleForum Post: DM814x Decoder switching in real-time
Dear Ti Members,I am working with DM814x RDK V3.5 and user case Multich_encode_decode. As I understood, the decode link base on the parameter setting:decPrm.chCreateParams[i].format = IVIDEO_H264HP;to...
View ArticleForum Post: RE: StellarisWare LWIP SSI causes ACK issue
Sorry, the SSI outputs are:FAILS: sprintf(pcInsert, "<ptp></ptp>");OK: sprintf(pcInsert, "<ptp>a</ptp>");FAILS: sprintf(pcInsert,"<ptp>ab</ptp>");FAILS:...
View ArticleForum Post: RE: Getting two DHCP clients
Hey Moses, Has anyone had a chance to look at this? We are trying to get several tcp ports running and we are seeing some strange things (ROV NDK debugger ip address is different from what is...
View ArticleForum Post: RE: cpuidle - SW & HW
Hi Titusrathinaraj , I was definitely mistaked, at the examples I wrote !!I actually meant a real sleep command, for example:while(1){ //do something printf("C"); sleep(1);}Another thing, about the...
View ArticleForum Post: RE: lwIP Ethernet examples definition constant values
Patrick,The constants are assigned with the max value so as to cover all combinations. TCP_MSS is recommended bythe LWIP. PBUF_LEN_MAX is set as maximum length.Regards,Ramesh D
View ArticleForum Post: Instruction fetch exception errors
Hi TI experts,My situation: C6670, SYS/BIOS v6.33.6.50, IPC v1.24.4.32, XDC v3.23.4.60.I meet a probelm about Instruction fetch exception.In my project, all the cores use the same project and the same...
View ArticleForum Post: DM8127 getting started
Hello I am a beginner to embedded system software . Because of the course I need to do my project with DM8127. I thought I should get familiar with ARM linux cross compile process first and then...
View ArticleForum Post: RE: Creating RTSC project
Are you asking how to run your code on the actual hardware? Which board do you have? There are many boards supported by CCS. If yours is supported, you can select it when creating a project and then...
View ArticleForum Post: sysbios timer mapping
I want to use a sysbios timer to provide a periodic call to a function, from which I will post a semaphore to awaken a thread that needs to execute every 20ms. All this seems quite reasonable, but I...
View ArticleForum Post: RE: Why P frame can contain Intra-mode Macroblocks ?
Hi Toure Yaya, Inte frames (P and B) are allowed to use Intra MBs. This is useful for example if new objects appears or if it is a scene change, then having Intra MBs would make more sense.No sure...
View ArticleForum Post: RE: sys/bios on arm core of omap4430
Problem solved.To solve this problem when create new platform,in pole Device Family should select cortexa8 (not ARM - as I did before).
View Article