Forum Post: RE: Connect Internet through through /dev/ttyS1 in AM1808
Hi Lofna,What is your network provider ?[quote]/etc/ppp/peers/gprs-connect-modem: line 57: TIMEOUT: not found[/quote]Try to remove "TIMEOUT" command in "gprs-connect-modem" script.You have to tweak the...
View ArticleForum Post: RE: MessageQ_alloc failure
Hi Gleb,Wnat version of syslink are you using?This problem was fixed in 2.21.2.10 version. I am using this version and I do not get a segmentation fault, rather a null form the...
View ArticleForum Post: RE: DM385 h264 GDR
Hi David,I could see that the value of staticParams.interCodingParams.interCodingPreset = 4 and staticParams.interCodingParams.meAlgoMode = 1 which cannot be permitted in case of GDR. Please try with...
View ArticleForum Post: Porting a FreeRTOS application to Sys/Bios
In light of the discontinuation of the Stellaris LM3S9B96, and the fact that the recommended replacement part does not have FreeRTOS (and/or SafeRTOS) in ROM, I'm interested in how difficult it is for...
View ArticleForum Post: RE: RE: If I use linuxezsdk to develop, do I have to make my...
Sivaraj,This is not an e-mail service. You have to REPLY to the original post (http://e2e.ti.com/support/arm/sitara_arm/f/791/t/361337.aspx ) not start a new thread.
View ArticleForum Post: RE: If I use linuxezsdk to develop, do I have to make my...
Moving this to the Linux forum.
View ArticleForum Post: RE: CC3100 Fs Module causes DMA Error within TI-RTOS
Hi Glenn,Thanks for the code. The problem occurs by defining slfilename as an unsigned char *. During compile time the "config.txt" string is placed in flash and slfilename just points to its flash...
View ArticleForum Post: RE: H.264 encoder with barrier implementation on uncacheable memory
Hi Rama,You can find the demo to reproduce the issue by the following URL:https://drive.google.com/file/d/0Byw88ezNrM71SmJPOWVwNDJBR0U/edit?usp=sharingDetails about the demo:- It runs H.264 decoder on...
View ArticleForum Post: RE: How to change direction of a GPIO port in TI-RTOS?
This is just an FYI post. I filed a bug (CQ) against TI-RTOS requesting a change in the GPIO driver to support configuring the pin directions. Here's a link to the CQ that can be used to track...
View ArticleForum Post: RE: LoggerSM: how to decode the logs without CCS?
Hi JanetI can transfer the log file to my windows machine on which I do have a copy of CCS (v4). However, I don't know if CCS needs to have any live connection (JTAG or otherwise) with my development...
View ArticleForum Post: RE: Semaphore_pend crashes in Mailbox_pend call
Hi Martin,What arguments are you passing to Mailbox_post() ? I am particularly interested in the timeout argument. If Mailbox_post() is called from within an ISR then the timeout should be BIOS_NO_WAIT...
View ArticleForum Post: RE: TI SDK AM335x
problems with dma and isochronous usb transfer, especially in receiving continous frames from uvc camera.This doesn't work at all with expected performance on sdk 3.12
View ArticleForum Post: Eth Phy Stops Working in AM335x EVM Starter KIt
Dear Team, We are working on a project which requires RGMII operation for better performance. So we choose EVMSK for development purpose and try to enable the Internal Delay mode...
View ArticleForum Post: Simple data passing from core 1 to core 2
Hi,I am trying to send a message from core 1 to core 2 basing myself on the message_multicore.c example. Precisely, what I would like is : writing a number (type Int) into a message, sending it from...
View ArticleForum Post: RE: Am3352 bootup
Hi Sudha, In the Above piece of Code u see the( 1 << CONTROL_CONF_LCD_DATA0_CONF_LCD_DATA0_RXACTIVE_SHIFT ),Which means that Receive enabled so u can use the pin as input .By...
View ArticleForum Post: Enabling interrupts in ehrpwm in am335x-evm-07.00.00.00
Hi,How can i enable interrupts for ehrpwm in am335x-evm-sdk-07.00.00.00 ?I believe the driver is located at drivers/pwm/pwm-tiehrpwm.cRakesh
View ArticleForum Post: Why cannot this .cfg file work with "Execution Graph' etc.?
Hi,I create a SYS/BIOS 6 (6.35.1.29) project for OMAP L138 LCDK, (C674x side) under CCS 5.4. After I added UIA (1.3.0.02), 'Live Session' does not show event record although .cfg enables 'LoggingSetup'...
View ArticleForum Post: Question about time unit in Execution Graph
Hi,I get Execution Graph for SYS/BIOS 6 project, with OMAP L138 LCDK board, CCS 5.4. I find the time unit of this graph is beyond the real sampling time. Please see the below figure it has 10^6 mS...
View ArticleForum Post: RE: undefined symbol...
Hi Prajith, I looked at my compiler version, TI 5.1.2, and saw it said the effective version was 5.1.6. I then set the compiler to 5.1.6 and rebuild with the following predefined symbols and...
View Article