Forum Post: RE: Use UART0 as console on AM1806 custom board
Hi,Debugging linux is good idea to narrow down the problem,Here are the TI wikis for debugging...
View ArticleForum Post: USB CDC and HUB driver TI-RTOS examples
Hi ,I'm using DK-TM4C129X and TI-RTOS 1.21.0.09 , and I need to connect a USB HUB .also i need a working USB CDC example.Is there any samples that work on TI-RTOSto help me ?Thanks.
View ArticleForum Post: RE: Codec Engine 3.24.00.08 rebuild issue
Hi Rajasekaran,OMAP5432 with a custom...
View ArticleForum Post: About targetFrameRate in encoder.cfg
Hi,all:I use H264 HP codec to produce bitstream.But I can't understand targetFrameRate quite well.1.How to set a proper targetFrameRate ?2.If input yuv sequences only support up to 20 fps ,while I set...
View ArticleForum Post: RE: Dose C6657 optionally support sending a payload of...
Yes, once an event has been registered, a remote processor may "send" an event by calling Notify_sendEvent().This is wiki page will help...
View ArticleForum Post: RE: Notify time consumption on c6657
Sorry Ramsey for the delay, we have been a bit busy on the last days.I tested the first part of your answer and it still gets hanged. I checked the example provided by TI and it is not 50 ms, it is...
View ArticleForum Post: ADB USB Driver Distribution
Hello,We need to distribute an ADB driver with our product that uses Android 4.1.2 on AM3354.Can anyone advise if it's permitted to distribute the Google USB driver with the USB Vendor ID/Product ID...
View ArticleForum Post: Personalizing Sensor Tag
Hi,Is it possible to personalize my Android SensorTag by encoding my name and phone number on the tag? I'm creating an Android app but I need to encode other attributes to the tag which I can read...
View ArticleForum Post: RE: SDSPI_open heap size
Cedric,Which version of TI-RTOS are you using? As of 1.21 you should be able to use TI-RTOS drivers without a heap.[quote user="cedric HERRIER"]1) I have test to put my BIOS.heapSize = 0x000 and this...
View ArticleForum Post: Hwi Interrupt on AM3359 (TMDXICE3359)
Hi,I am trying to use the interrupt on a ICE (AM3359).Could someone provide me a example of GPIO interrupt? Software: am335x_sysbios_ind_sdk_1.1.0.3 Thanks, Will
View ArticleForum Post: RE: CSL Configured DMA on SYS/BIOS
Hi Surajkumar,From the Hwi code, I am guessing you are running on a DSP (?). The Hwi code looks ok for a DSP.[quote user="Surajkumar Mokhasi"]But on interrupt i am waiting for a flag to disable the...
View ArticleForum Post: RE: Future of TI-RTOS?
Hi Steve,I Try it.It should be reversed:ICMP Server: response a ping. NDK response a ping from outside. Normal function.ICMP Client: send a ping to another devices. We use it as Keep Alive Timer.We...
View ArticleForum Post: RE: task stack overflow
Hi Mohamed,I imported your project and tried it out on my machine. I believe you are not seeing the stack overflow because the buffers are declared but never used. The compiler optimizes them out. In...
View ArticleForum Post: cpsw davinci driver poor dma performance
I profiled our drivers transmit routine. It looks there are large delays when DMA. The kdiff values are in nanoseconds from the time I call cpdma_chan_submit, till the tx_handler is called. The...
View ArticleForum Post: How to get the Beaglebone Black Boot Mode in Android
Dear Sirs,how can I determine in which boot mode the android image from BBB_JB_Android_3_8_13 is booting up?wbr,
View ArticleForum Post: RE: Source code of mcsdk_linux packages?
Thank you Rex, I didnt realize until now that there were the steps and the repos in that wiki. This question is answered.Ronny
View ArticleForum Post: RE: Adding Kernel Modules to EVM5432 GLSDK
Rereading http://processors.wiki.ti.com/index.php/OMAP5_GLSDK_Software_Developers_Guide#Modifying_source_code_and_rebuilding_a_component clued me in to the fact that the source is...
View ArticleForum Post: RE: OMAP 3530 - PSP 03.00.01.06 - MUSB and TWL4030 error when...
Your patch above looks a bit "dangerous". Sure, you're only concerned about your own platform, and that's alright, but if you ever decide to change the PHY (quite unlikely, I assume) your patch might...
View ArticleForum Post: Scheduling two tasks and one ADC interrupt
Hello,I'm working with Piccolo F28027 LauchPad microcontroller using SYS/BIOS (version 6.35.1.29) to control a DC-DC converter.I'm using PLL at 50MHz and I'm trying to organize my code as...
View ArticleForum Post: RE: Problem with SYS/BIOS: tasks enter error state and...
(Please visit the site to view this file)Thank you very much for your reply :)I tried to solve the issue by extending the task stacks to twice and even four times its actual size. I does not work. I...
View Article