Forum Post: RE: IPC code in .cfg file
Hi Thirumoorthy,What versions of TI-RTOS and IPC are you using?Thanks,--Emmanuel
View ArticleForum Post: RE: DM6467t and 512M DDr
Hello,I am seeing a similar issue on a custom board with 512MB of DDR memory. If I set the DSP to operate out of the lower 256 MB, everything seems to operate at normal speed. However, when operating...
View ArticleForum Post: RE: context switch
Chris,Fun problem :)Looking ahead to when the timing works, you should insure you use -mi with your algorithm code when you turn on optimization, i.e., non-debug build.The jitter in the ISR start time...
View ArticleForum Post: RE: Link Errors for NDK GCC Build targeting ARM Cortex-A8
We are in the process of pushing 1.21 to the external website. It should be out at the end of this week or early next week at the latest.Todd
View ArticleForum Post: RE: Enabling CIR driver for UART2 for DM81xx
Hi Sarin, We are getting node in /dev-> /dev/lirc0,after that doing #irrecord -d /dev/lirc0 lircd.conf Press RETURN to continue......... Its getting struck here ....what...
View ArticleForum Post: RE: How can I use HTTP with the WiFi Driver (CC3000) ?
I with Marius, this example would be great to see!Marius, if they don't have anything yet, I suggest starting with the TI-RTOS CC3000 TCP Echo example and porting some code from this example -...
View ArticleForum Post: RE: GLSDK 6.03.00.01 for OMap5
Ok, I found out that there is an additional comand line option to winston --idle-time, which is doing it.
View ArticleForum Post: RE: NAND 4K page with 4-bit ECC
Sadly, I had no response from TI about it, so I quietly dropped the effort to port to the 3+ kernel. We're still using the 2.6.x kernel for this reason. If you manage to get an answer out of someone...
View ArticleForum Post: McASPPinDirInputSet() faulty
Hello,the content of the (McASP) PFUNC register is 0 on reset ("22.4.1.3 PFUNC Register").I would assume that the functionvoid McASPPinDirInputSet(unsigned int baseAddr, unsigned int pinMask) {...
View ArticleForum Post: RE: DM6467t and 512M DDr
The solution for me was to set the following:prog.module("GBL").C64PLUSMAR128to159 = 0xFFFFFFFF;in the file:dvsdk_3_10_00_19/cs2dm6467_1_00_00_10/packages/ti/sdo/server/cs/server.tcf This apparently...
View ArticleForum Post: RE: How to register IPC interrupt ISR function on TCI6638EVM kernel?
Hi, Toure,You misunderstood what I said. I asked you to take remoteproc as an example which calls request_irq to register the irq handler. TI implemented this remoteproc driver and still uses...
View ArticleForum Post: RE: C66x H264 HP 4-core decoder questions
Hi Praveen,While creating demo I found and fixed problem with input buffer management in my code and now I got output from the decoder in 4-cores mode.But I faced another issue - for some reason...
View ArticleForum Post: RE: ipnc rdk 5.1 IMX036 beta or bug?
You have nothing to say?If I'm wrong and tell me, but it does not really work.
View ArticleForum Post: RE: Fast periodic timer interrupt from dmtimer-Example not working
[quote user="Vineeth Balan"]Let me look around and try to find some answers for you[/quote]Since this seems to be a bigger problem: is it possible for me to file a bugreport for the faulty...
View ArticleForum Post: RE: Issue using time() from standard library
Hi Oliver,According to this wiki:"When not running under CCS, the program needs to find some other source from which it can discover time. In order to do that, a new implementation of time() must be...
View ArticleForum Post: RE: question about sysbios 6.33 bug fix
Can you please try installing and only testing against BIOS 6.33? Just to check if moving to 6.33 will fix the issue for you?Steve
View ArticleForum Post: RE: GIO_create, SIO_create returning NULL or handles with bad...
Problem 1 (first revision of code)Thanks for the input. I don't need to look at the gio_create_status now since I found something that went wrong before it. When setting up the edma the call to...
View ArticleForum Post: RE: We are bringing up a fresh board...I would like to enable all...
In case anyone else runs wants a GEL file that initializes all the modules. Here is one I put together, it intentionally does walks through each of the relevant registers and sets them up. It does not...
View ArticleForum Post: How to deal with Linaro toolchain path for Sitara StarterWare?
Hi,I am learning Sitara StarterWare. There is a confusing on its Linaro toolchain path. I have installed SDK:ti-sdk-am335x-evm-06.00.00.00on Ubuntu 12.04, 32 bit. It was said that it has the compiling...
View ArticleForum Post: RE: NDK 6748 DHCP client question
Hi, CfgAddEntry can be used without calling CfgRemoveEntry first. However to prevent multiple tasks and running out of resources, the Mode variable in the function call should be set to...
View Article