Forum Post: RE: firmware_loader fails on first boot
Markus,Looks like the timing is not the issue. You added the delay in the correct place.The DebugSS is simply a debug port your can attach to with CCS. I use it to execute gel functions and to look at...
View ArticleForum Post: ADC frozen, ADC_STAT.FSM_BUSY set
Hi,We have a LINUX application that uses TSC ADC in continuous mode. It workscorrectly but freezes after a few minutes / hours. We do not have any explanationyet, but it is reproduced if we force the...
View ArticleForum Post: RE: CCSv5.5 opens app.cfg with XDC runtime error: too many arguments
Is there an error message displayed somewhere? What does it say?A simple thing you can try is to open your project directory in Windows Explorer and delete the directory .config. But, before you do...
View ArticleForum Post: RE: problem of creating a heap in the same adress with two...
David,Your last statement is correct, two cores cannot both create a heap using the same memory location. Only one core can "create" the heap, that core becomes the owner. The other core can "open" the...
View ArticleForum Post: RE: MPM and Resource Manager
Ronny,RM Supported LLDs are QMSS, CPPI and PA.Find the example code for how RM instance transports can be handled over IPC for DSP to DSP applications.It is provided in...
View ArticleForum Post: CPTS clock correction
Based on what mentioned in the MCSDK user guide under CPTS section for frequency adjustment, During the PTP synchronization and OCXO tuning, It seems that the clockAdjtime (ADJ_FREQUENCY) does the...
View ArticleForum Post: RE: Problems with DSPLink on the OMAP-L138
Joe,The RingIO buffer size is defined in bytes but you can assign the buffer address to a pointer of your choice. Use your pointer to read/write the data. For example, the following code fragment will...
View ArticleForum Post: RE: FTP on TIVA Device
Doriano,We do not have any FTP client/server examples. You need to implement the code yourself (or port it).Todd
View ArticleForum Post: RE: Dynamic shared libraries in SYS/BIOS
We do not have dynamic shared library support with SYS/BIOS.Todd
View ArticleForum Post: RE: Graphical library support on TIVA
grlib is supported by within TI-RTOS. There is an example (the demo example) for the DK_TM4C123G board. Please note TI-RTOS only supports having one thread access the grlib at once.Todd
View ArticleForum Post: RE: Inconsistent ethernet on TM4C129ENCPDT
We are still trying to get to the root cause.Todd
View ArticleForum Post: RE: Is DSPLink configuration valid?
Konstantin,On a quick look, the DSPLink configuration seems okay.Can you provide the CMEM configuration. It might help with debugging.What DMA library are you using?I'm not understanding your comment...
View ArticleForum Post: RE: Syslink up gradation error with linux kernel 2.6.37
Naveen,I'm wondering if the SDK team modified the SysLink release. Sometimes they make internal changes to SysLink or have special makefiles for building it. You might try to download the original...
View ArticleForum Post: RE: IPC messageq and cache coherency problem
Dmitry,Thanks for the feedback. You are correct, the original buffer is invalidated at the beginning of HeapMemMP. The invalidate at the end of the function might be redundant, but the header and size...
View ArticleForum Post: RE: Migration to syslink_02_20_02_20 in ezsdk 5_05_01_04
Ranjit,This sounds very similar to the following recent post:http://e2e.ti.com/support/embedded/linux/f/354/t/329312.aspx~Ramsey
View ArticleForum Post: CodeSourcery Lite vs Full?
Hi,At my company, we have several DM814x and DM816x projects. The EZSDK for these projects use CodeSourcery 2009q1-203, so it's a rather antiquated toolchain.There's a rumor circulating at work that...
View ArticleForum Post: RE: Integrating FATFS into SYSBIOS
Is anyone from TI still following this? I read on the Wiki that SysBios only supports FATFS for a RAM disk. Is this due to hardware limitations or has TI just not been able to work on MMCSD support...
View ArticleForum Post: RE: SYS/BIOS contribution to CPU Load (Is BIOS recommended for...
1. Regarding CPU load w/o SYS/BIOS...None that I'm familiar with.2 & 3. Hard one to answer. If you just have 3 interrupts to manage, I'd stay with your setup. It should be relatively easy to try...
View ArticleForum Post: RE: Migration to syslink_02_20_02_20 in ezsdk 5_05_01_04
Ramsey, We have taken syslink_2_20_02_20 from later version of ezsdk (ie, EZSDK_5_05_02_00). So we suppose that this syslink is tesed with EZSDK_5_05_02_00, but may not be with EZSDK_5_05_01_04.Now we...
View ArticleForum Post: Hang observed on IVAHD
Hi, We are integrating mpeg2 encoder in DVR RDK of version 3.0. We observed that mpeg2 encoder codec runs fine. Whenever AVC encoder is run followed my mpeg2 encoder, we are observing a hang issue....
View Article