Forum Post: RE: how to integrate the TI RTOS UART driver in IrDA mode
That would better. what i am saying is that i donot have the Particular API for IrDA mode initialization. so what is my alternative to do IrDA initialization with respect to TI RTOS. THANK YOU
View ArticleForum Post: How to get access to Linux training material on TI site
I am looking for training material for Linux. While searching I came across following links. But when I try to access same, I received error message as “Invalid Event/No Details for this Event. Please...
View ArticleForum Post: RE: faxlib parsing of xferpktInfo_t
Hi Guys, Please help me out in understanding the packet parsing for FAX. How do I link each packet with the corresponding debug messages..? Based on what fields the messageId, messageData,...
View ArticleForum Post: RE: cs_gpio Linux Kernel
Ali, I hope we discussed about this already right ? http://e2e.ti.com/support/embedded/linux/f/354/t/368940#pi239031349=1 Still are you facing any problem. Able to see any signal transitions on that...
View ArticleForum Post: RE: How to get access to Linux training material on TI site
Will check with internal team and get back to you on this.
View ArticleForum Post: RE: C674x MATHLIB_RTS 3.1.0.0: Problem overriding RTS functions...
Hi, For more technical clarification regarding mathlib _rts.ae674, it needs to be addressed by experts over TI-RTOS forum. I will redirect this post to TI-RTOS forum. Thanks & regards, Sivaraj K
View ArticleForum Post: RE: Kernel API for non-posted reads/writes
As you are asking about Linux in general, I will move this thread to the Linux forum.
View ArticleForum Post: RE: Enabling I2C2 in Linux
Henry, Could you please provide me (as attachment here) your board-dm385ipnc.c file. Could you also check if you have board-dm385evm.c file in your mach-omap2 folder or it is only board-dm385ipnc.c?...
View ArticleForum Post: RE: NDK: DHCP - Ip.autoIp = true;
Hi Steven, Thanks for the reply. I have earlier successfully implemented IP address changing during run time & it worked. But am unable to figure out how the DHCP can be enabled or disabled!! I...
View ArticleForum Post: RE: NDK: DHCP - Ip.autoIp = true;
Also, Will the following code help in setting the configuration of the NDK to DHCP client (enabled) if the function is executed. If so, how to disable the DHCP client & work on static IP. -...
View ArticleForum Post: RE: Porting new codec for am335x
Hi Srini, The BCLK & LRCKL should meet your use case... in order to have a quality playback (output) on the codec. It's worth taking a look at davinci-mcasp.c file & play with the code if...
View ArticleForum Post: RE: cs_gpio Linux Kernel
Hi Titus, I was not able to get this working on gingerbread. I then moved from the kernel and started again for Icecream. I'll try the same approch and ask when stuck then. I am not using latest...
View ArticleForum Post: RE: Enabling I2C2 in Linux
Also make sure you are building the linux kernel with dm385 _evm_defconfig, see below wiki page for more info: http://processors.wiki.ti.com/index.php/TI81XX_PSP_User_Guide#TI813X BR Pavel
View ArticleForum Post: Protocol Adaption Layer in PRU of AM3359
Hey there, i don't find anything about the Protocol Adaption Layer in the PRU of the AM3359 . Do you have some Information? Additional Picture of the EtherCAT on Sitara Document: Kind regards, Hendrik
View ArticleForum Post: RE: MCSDK offline Build fails
Hi Amit, You can't build yocto in offline. We need internet access for yocto build though you have downloads folder with all necessary packages and it will be finished quickly and it wont fetch the...
View ArticleForum Post: RE: NDK: Socket is live or not
Hi Steve, Thanks for pointing out the function getpeername(). Now I am trying to wait until an IP address is assigned to my board by the remote DHCP server. The code follows: - wait_until_connected: //...
View ArticleForum Post: "Hello example" CCS's GNU sample program
Hi,Everyone I need your help. I use "Hello example" CCS's GNU sample program on Tiva TM4C1294KCPDT with EK-TM4C1294EXL. I execute System_printf() and BIOS_exit(0). But I colud not see "hello world" on...
View ArticleForum Post: RE: Graphic lcd with ti.sysbios.family.arm.m3.Hwi
Hi Ashish , Thanks for your reply . This is the line where the code crashed. /* Draw image at (0,0) */ GrImageDraw(&context, pucCurImage, 0, 0); and here are the crash log ti. sysbios...
View ArticleForum Post: Confusion in using Hwi_disable(), Hwi_restore() inside ISR
Hi All, I am new bee to ti-rtos, I am not clear in handling interrupts in ti-rtos. 1) How interrupt service routine is invoked and proceesed, once any interrupt is triggered from a module (spi, i2c,...
View ArticleForum Post: RE: Enabling I2C2 in Linux
Hey Bob, I think you're ahead of me. I am still attempting to get either /dev/i2c-2 or /dev/i2c-3 device node to appear in Linux. May I ask what did you modify to get those i2c buses? Did you do...
View Article