Forum Post: RE: sitara objects number limitation
hello Frankfirst of all , sorry , (maybe i was miss understood ) it was realy not my intention to say that TI ESC not workwe work many years with TI prodcuts (Digital and analog)and i can say for 100%...
View ArticleForum Post: RE: Using StarterWare & BeagleBone to implement USB Bulk transfer
Hi Vineeth,Thanks for the suggestion. I'm currently studying usb_dev_msc example to figure out how to update usb_dev_bulk example. However, it would be nice if I can use embedded linux. Do you know of...
View ArticleForum Post: RE: FatFS Partition issues
The code I am running is actually from the TI Resouce exampels for the Tiva series I am using. What it does it takes a file form the SD card and copies to the USB stick and then the code exits. It...
View ArticleForum Post: RE: Beaglebone black with chipsee Touchscreen 7" LCD cape
To be very honest i don't know much about beaglevbone black, and what CD contain, but if you are having toolchain and kernel source code than you can add boot image to your board.you need to setup...
View ArticleForum Post: RE: OMAP L138 linux
Sure, you just need to do a bit of hacking to move the external module into the kernel source tree, tweak the Makefiles/Kconfig a bit so that the code is built-in, and then build your kernel image. For...
View ArticleForum Post: RE: How to optimize comparation of large byte array
If you are using CortexA8 than you can easily optimize your code with NEON SIMD(single instruction multiple data) instruction set. I guess you can optimize your code upto 83% or more than that (may...
View ArticleForum Post: RE: C674 NMI Event
At this point, the issue is that when none of the conditions are met, that the resume is not handled correctly. However, since the conditions occurred so many of the times (and therefore the resume...
View ArticleForum Post: RE: Set DMTimer priority , using Task
Hello,with this line"timerParams.hwiParams = &hwiParams;" I got an error:#515 a value of type "ti_sysbios_family_arm_a8_intcps_Hwi_Params *" cannot be assigned to an entity of type...
View ArticleForum Post: RE: linux-c6x: Can't work with SPI NOR flash
Update 1:I add output debug messages from davinci_spi driver and found that system is hung in interrupt service routine:...Serial: 8250/16550 driver, 1 ports, IRQ sharing disabledserial8250.0: ttyS0 at...
View ArticleForum Post: RE: FatFS Partition issues
No problem. Right now, I have not run into a USB drive that has not worked -- although that's not to say they work every time. Some issues I've run into:- Some USB drives are much slower than others,...
View ArticleForum Post: RE: AER support for C55x core rev3.x (C5505,C5535)
Hi,Also, the tool chain should be CCS v4.2.4 with CodeGenTools compiler version v4.3.9.http://processors.wiki.ti.com/index.php/Download_CCS#CCSv4_Release_ArchiveAfter installation, use Menu...
View ArticleForum Post: RE: RTFS sataSample problem with NDK 2.0.0 at OMAPL138
Steve;1. I have checked that my *.tcf including the setting bios.GBL.C64PLUSCONFIGURE = 1;2. I copyed the L2cache settings from other demo project. In my project, the DDR starts at...
View ArticleForum Post: DM368 JPEG encoder
Hi,We use DM368 JPEG encoder (version.01.00.00.09) with image resolution of 4096x2048. The jpeg imagelooks ok.But, withthe maximumqualityofthe encoder (dynamicParams.qValue=97), the output imageis...
View ArticleForum Post: ice_v2Mux
Hi we are using SDK 1.1.0.3 on ICE Boardwhat is the difference between this two boards AM335X_BOARD_TYPE_ICE_V2 andAM335X_BOARD_TYPE_ICE
View ArticleForum Post: RE: Addition of Proxy causes java.lang.OutOfMemoryError: Java...
I moved the module in question to another package, and it fixed the warning and memory issue.Thanks!
View ArticleForum Post: RE: C66x H264 HP 4-core decoder questions
Hi Andrey,Thanks for conforming buffer management issue fix.Regarding the problem in 2-Core , i think even in old HP decoder also we are not updating "extendedError" flag in case of slave core in the...
View ArticleForum Post: RE: xds560 plus v2 download problem
Hi cz h,What hardware platform are you loading your program onto?What are the sizes of the other programs (the ones that load quickly)?Could you attach the memory maps of each program (the one that is...
View ArticleForum Post: Link Errors for NDK GCC Build targeting ARM Cortex-A8
Per <http://e2e.ti.com/support/embedded/tirtos/f/355/p/310677/1080850.aspx#1080850>, NDK 2.23.00.00 supports GCC for the ARM Cortex-A8. I created a simple project that includes SYSBIOS and NDK,...
View ArticleForum Post: RE: Issue using time() from standard library
Hi Oliver Langguth44979,[quote user="Oliver Langguth44979"]Reading back time usingtime_t rawtime; rawtime=time(NULL); tinfo = localtime(&rawtime);I got only useful results as long as the debugger...
View ArticleForum Post: RE: ECPY_configure is slow + what does ECPY_directConfigure do?
Hi Ralph,1) First of all, you are on very old Framework Components releases it looks like . 3.23.00.13 is about 1.5 years old, and most of the inlining enhancements I am referring to has been...
View Article