Forum Post: RE: How to troubleshoot unresolved ti_sysbios_* symbols link errors?
Solved.I went back to using CCS v5.4. I am not sure if v5.5 was the problem or the problem was the way I was checking out the CCS projects into the Eclipse workspace using Subversive. Anyway, once I...
View ArticleForum Post: RE: problem about run Codec_Engine 3.22.01.06 examples
Hi all, I am working on DM8148 RDK 3.5I also want to use Codec Engine for Audio Decode AAC, so I have to compile Codec Engine for ARM (not for DSP or M3). Every body can approach me to resolve this...
View ArticleForum Post: Problems getting SPI1 to work on AM3359
HiI originally posted this in the Sitara forum: http://e2e.ti.com/support/arm/sitara_arm/f/791/t/315532.aspx but I was told this might be a better place for itI hope you can help me here even though my...
View ArticleForum Post: RE: is possible transfer pBuf data with EDMA3 automatically?
Murat,thanks for your answer.You are right it will be a high cost implementing a data transfer where the parameters are changing every time a message in pBuf is received.Actually, I have implemented...
View ArticleForum Post: RE: Expected FTP server support for the NDK stack
Hi Will,Unfortunately, the NDK currently only has support for TFTP client; there is no FTP server support. We currently have no plans to add this feature.Steve
View ArticleForum Post: RE: How do I setup a PCA9547 muxed i2c on by board file?
Additional info:The MUX GPIO driver will not work with this chip as the chip is a mux and not a switch (the GPIO MUX driver only supports switches at this time).If I use the i2c.davinci driver as a...
View ArticleForum Post: tasks don't start
I define a task in a tconf file as follows: var pTask = bios.TSK.create("pTask"); pTask.priority = 2; pTask["fxn"] = prog.extern("printTask");The task itself starts this way: Void...
View ArticleForum Post: Call to BIOS_Start gives exception
[CortxA8] dle: 0x8002c9d0.Task stack base: 0x80020ab0.Task stack size: 0x800.R0 = 0x00000000 R8 = 0x8002c468R1 = 0x8002c484 R9 = 0xffffffffR2 = 0x00000000 R10 = 0x48200000R3 = 0x8002a1b4 R11 =...
View ArticleForum Post: RE: Something wrong with Interaction between SYS/BIOS and interrupts
Moses,We are an AM3352. SYS/BIOS 6.35.1.29. XDCtools 3.25.0.48. Attached is the latest cfg file. I am sure it is something silly I used SYS/BIOS for years quite a while ago and something now is hidden...
View ArticleForum Post: RE: VLIB library function input attribute modification request
Joey,I am attaching the patch for the following two functions:1. VLIB_extractLumaFromYUYV2. VLIB_insertLumaIntoYUYVTo use the patch with existing release:1. Unzip the patch in different location.2....
View ArticleForum Post: RE: Cant see an output from printf,System_printf etc in BIOS on...
Yuri,SysStd underneath uses the write and flush calls from the run-time libraries. The runtime write from the TI codegen works with CCS to write to its console so that's probably why you're not seeing...
View ArticleForum Post: RE: SYSBIOS on Beaglebone Black
Hi Kasim,I think the problem you may be facing is due to MMU configuration. The MMU has to be configured to allow the peripherals to be accessed by code at run-time. Please see the SYS/BIOS API for...
View ArticleForum Post: RE: ti.sysbios.family.arm.lm4.Timer: bad inline assembly under...
Alexei,I've filed a bug for this. You can track it hereThanksMoses
View ArticleForum Post: RE: dm6467T vpif driver with cmos sensor in RAW mode
following linux command line can give you a glance of the interrupts statuscat /proc/interruptsthis command report the interrupt counter for all registerred interrupts.
View ArticleForum Post: RE: Warnings/Errors while using MMC2 interface in am335x processor
Hi Sunil,No we could not find anything by which we can made this work.At last we have to shift to mmc1 only to make it work properly.Thanks,Rakesh Kadian
View ArticleForum Post: RE: SDK 1.1.0.3 Ethercat EEPROM
Hi,> how can we update the TWINCAT EEPROM DataI think you meant ESI EEPROM data in flash, just download from TwinCAT after updating ESI XML. EEPROM will be synced with updated XML. For this step to...
View ArticleForum Post: RE: Need info on ".rawTI" and "yuvTI" formats
hi edward you will find similar discussion here
View ArticleForum Post: RE: [Solved] How to troubleshoot unresolved ti_sysbios_* symbols...
That's great that you figured it out! Mark your above post as the verified answer so It could help someone else who runs into the same thing.Thanks,Moses
View ArticleForum Post: RE: Why the .switch and .const section is divided into few parts?
Vincent,first I want to mention that my workaround doesn't include modifying the generated linker command file. You would create an additional linker command file and that file wouldn't be regenerated...
View Article