Forum Post: RE: McAsp0 and OPP50
[quote user="Martin H."]So when an application is derived from one of those StarterWare examples, in which mode is it?[/quote]In...
View ArticleForum Post: RE: ECPY_configure is slow + what does ECPY_directConfigure do?
Hi Ralph,1) As for the benefits of inlining: I am not sure what you are measuring, but you should consider this high-performance feature when you are submitting DMA transfers very frequently. Say,...
View ArticleForum Post: RE: c6678 uart interrupt conflict with task_sleep in NDK?
Thank Steve and Alan . I have change another type interrupt manager and It seems ok now.
View ArticleForum Post: RE: Touch calibration of LCD losts after reboot in Beaglebone...
The reason is, that your calibration setting get set only once, at boot time by evtouch_config. When you unplug it the settings are removed when evtouch is unloaded. On plugging it in HAL sets the...
View ArticleForum Post: RE: Beagle board ubuntu
you can download source code for matrix gui V1, which is QT based version, and cross compile it, other alternative is, you can make similar QT project working on your ubuntu X-11 desktop.here Ti wiki...
View ArticleForum Post: RE: Ubuntu installation on OMAP-LCDK
sorry i was forget to answer your second question.2) I have read how to compile the kernel, no problem here. The question I have is if that compiled kernel would work using the ubuntu-core...
View ArticleForum Post: RE: Problem about using Spi to communicate with uart
may be this will help.http://www.fujitsu.com/downloads/MICRO/fma/pdfmcu/SPICommunicationUsingUART.pdfbest luck
View ArticleForum Post: RE: OMAP-L138 LCDK, DSPLIB DSPF_sp_cfftr2_dit with Inverse
(Please visit the site to view this file)Hi Max,I suspect the problem is caused by the twiddle factors you're using.The API documentation for DSPF_sp_cfftr2_dit() states the following:The imaginary...
View ArticleForum Post: VIDIOC_DQBUF Hangs after reboot
Hi ,guys:My platform is DM365+Tvp5150 + DVSDK4.0 + Kernel2.6.32.17When first power up, the system runs ok, (it requires a video buf and send out),But if I reboot the board with "reset button" or "watch...
View ArticleForum Post: RE: pinmux for touchscreen
There must be declaration of this function according to hardware configuration. You can set or analyse hardware pinmux by using pinmux utlility provided by ti.for more info please visit :...
View ArticleForum Post: RE: How to disable energy saving, make lcd backlight always on?
Not sure about solution, but try to see in make menu, may be you may find some relevant term to set up. best luck
View ArticleForum Post: RE: Mouse cursor in Matrix GUI Applcation
try to set resolution of your GUI application byif ((res.Numerator / res.Denominator) < 1.55) // Not widescreen { width_ratio = 1024f; height_ratio = 768f; }this value might get wrong at run time....
View ArticleForum Post: TI's IoT reference design and existing Linux based Gateway/Smart...
Hi !!!Could anyone inform & suggest whether Windows Embedded 8 Standard is supported on TI's IoT reference design and existing Linux based Gateway/Smart Hub Reference design and Smart Grid...
View ArticleForum Post: RE: OMAP4430 - Watchdog timer Interrupt handling - Linux, C/C++
Interrupts do not exist at the application level (only the kernel manages them, and indeed it is getting a lot of timer interrupts already). You can have signals, timers, and delaying syscalls (notably...
View ArticleForum Post: RE: How to set password for Rootfs partition on SD Card
Sound interesting!!! you may use sdlock utility from here .you need to crosscompile source so that you can lock unlock sdcard form linux,Now for uboot, you may need to develop code and make same...
View ArticleForum Post: RE: Telephone keypad support for Android
Sorry to say but you are in wrong forum, please post this question here
View ArticleForum Post: RE: Can't get touch event DM3730 on Linux 2.6.37 and QT
Cool) And what next? any advice?
View ArticleForum Post: RE: Android ICS on beagleboard rev c4
Hi, If I use the link http://processors.wiki.ti.com/index.php/TI-Android-ICS-4.0.3-DevKit-3.0.0_DevelopersGuidefor repo init, the curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo>...
View ArticleForum Post: ipnc rdk 5.1 IMX036 beta or bug?
Please test.Overlay Setting not working. (look screen)Auto iris not workingFAIL, Checksum error, Aew_Cal_LoadAutoIrisParam, tmp_chksum 1020, iris_chks um -1, iris_test_val -1 !!! (full log next this...
View ArticleForum Post: RE: How to debug or what resource to check when DSP/BIOS failed...
Dear Steven: The tcf is as below for idle: bios.IDL.create("IDL0_MAIN");bios.IDL.instance("IDL0_MAIN").order = 1;bios.IDL.instance("IDL0_MAIN").fxn =...
View Article