Forum Post: RE: Linux kernel version 3.5 or above for OMAPL138 (wehere MUSB...
Hi,MUSB in 3.17 is marked as broken(It needs to be implemented as proper PHY driver). Either you need to implement the MUSB driver as a PHY driver to get it working Or take the patches from 3.3 PSP...
View ArticleForum Post: RE: NC_NetStart with IPV6 not working
Jose,[quote user="jose carlos cazarin"]I've put the NC_NetStart() function on my program, and I changed it to call the netOpenHook and the netCloseHook functions instead of NetworkOpen and...
View ArticleForum Post: RE: DSP/BIOS post an exception about timer0 if I set clk tick ≤10us
Hi Zuopeng,First of all, sorry about the delayed response, your post kind of fell through the cracks.At what frequency are you running the TCI6488? Can you describe the error you are receiving?The...
View ArticleForum Post: RE: TI-RTOS Kernel Workshop using TM4C1294XL
Hi Stephen,The TM4C1294NCPDT (device on TM4C129XL launchpad) and the TM4C123GH6PMI (device on TM4C123GXL launchpad) operate at two different frequencies and actually have two different clock trees,...
View ArticleForum Post: RE: can I use grLineDraw to draw a line on a canvas widget
Hi Teresa, This seems like a graphics lib question more than a TI-RTOS. I believe you will bet a better response by posting this question on the device forum.If you using MSP430: MSP430 ForumIf using...
View ArticleForum Post: RE: A bug,there is 'ka' 'ka' sound when TMDSSKAM3358 Play music
thank you very much, i have send a email to you , if you can't see the email at sep 21,please let me know。
View ArticleForum Post: 8127 change substream resolution to CIF
Hi,I am working with rdk 3.8.0 . and I wanna change substream resolution to CIF , how should I do?I tried to modify Multich_tristream_fullfeature.c as below /* Second stream */ pCameraOutPrm =...
View ArticleForum Post: RE: Compact 7 Debug Boot Problem on OMAP3530 EVM
Good day,I 've bought used Asus P526 mobile with Windows Mobile 6.1 on it, but after battery discharged, it turned off and didn't turn on. i connected a USB cable. then after first boot i got a message...
View ArticleForum Post: Force I-frame problem in H.264 HP encoder on C6678
Hello,I used H.264 HP encoder version 1.0.1.4 on C6678 chip and I worked fine.I upgraded it to version 1.0.2.0 in order to use slice limitation in bytes functionality.in params I...
View ArticleForum Post: RE: Big DSP-Load when using System-Analyzer
Hi Janet,the deactivation of Load-Module does not affect the DSP-Load. I think our problem are to much sysbios task events.Only one question stays: Is it possible to deactivate the logging of some...
View ArticleForum Post: RE: edma error interrupt with no error status
hi, biser my problem seems ok when i use starterware02.00.01.01, thanks very much.
View ArticleForum Post: lwIP: timers disabled
Hi,while checking the lwIP examples that come for BeagleBone I found the timers are disabled by define#define NO_SYS_NO_TIMERS 1This makes all calls tcp_poll() and related callback functions useless...
View ArticleForum Post: How to implement a counter incrementing at 1MHz clock rate?
Is there a way to implement couter increment at 1Mhz Clock rate using any DMTimer in AM335x ? I've checked that , DMtimer can be clocked by 24MHz clock which can be further devided by a prescaler 'n'...
View ArticleForum Post: SIO_ready function never get true
I use:Bios_5_42_01_09.Ccsv6.Edma3_lld_01_11_03_01.Pspdrivers_01_30_00_05.Xdctools_3_30_03_47_core.Problem in string number 99.I can get data from codec. I forever wait SIO_ready. It is not work when i...
View ArticleForum Post: RE: How can I import a shmIpcBenchmark example into CCSv6?
J-breeze,However this discussion of thread can helpful for future readers, If you verified this thread.
View ArticleForum Post: RE: C6748 memory bus 16bit and SYS/BIOS thread safe variables
Hi,Moving your post to right forum to be better answered.Thanks & regards,SIvaraj K
View ArticleForum Post: RE: How to set h.264 extend parameters using DMAI
Hi Dasari,Sorry for late reply. Hope you have set h264Params.SliceSize value. If you have not, that might be the reason for ERROR. h264Params.sliceMode = 1 will take bit more time. Can you please try...
View ArticleForum Post: RE: Cache invalidate not working with MSMC
Jeanne,Ok, the one interesting thing is that it's working with the BIOS Cache commands and not the CSL cache commands inside BIOS. I'm thinking there must be some interaction with BIOS here that...
View ArticleForum Post: RE: NC_NetStart with IPV6 not working
Hi Steve,As I said in the other post, i've started a new project from scratch to test the IPV6 interface,so all the code I have in my project is the code that's in the example that you've posted.I...
View ArticleForum Post: RE: setting leds in linux kernel
Hi Trichet,Have you tried to control the GPIO through commands "SYSFS" instead of trying through "C" app...
View Article