Forum Post: RE: How does Notify_sendEvent know that a previous event has been...
j-breeze,The NotifyDriverCirc is a bit different from NotifyDriverShm in this regard.Note: the code from your previous post relates to event registration.With NotifyDriverShm, each eventId has its own...
View ArticleForum Post: RE: Dose C6657 optionally support sending a payload of...
j-breeze,Yes, IPC 1.25 (and later) is supported on C6657, including the Notify module.~Ramsey
View ArticleForum Post: RE: Adding Kernel Modules to EVM5432 GLSDK
Okay, I think I found the source and Makefile used by netfilter...
View ArticleForum Post: RE: Could A8 host share DSP image processing loading
Joey,I don't think you can access the ARM L2 Cache as internal SRAM. And I think the ARM local RAM 64KB is only accessible from the ARM, not the DSP.You might try asking this question in a hardware...
View ArticleForum Post: decoding h.264 BP stream on DM3730 DSP
Hello,I'm trying to decode a h.264 BP stream created by a Grandstream GVX3140 on the DSP of a DM3730problem is that the DSP hangs reproducible after about 270 framesI've analyzed the h.264 BP stream...
View ArticleForum Post: RE: can IPC 3.x be used on processors running DSP/BIOS
Tianping,The DRA7xx is a new device, you will need to use IPC 3.xx. Here is the latest release of IPC along with its primary dependencies:IPC 3.21.00.07SYS/BIOS 6.37.02.27XDCtools...
View ArticleForum Post: RE: FTP on TIVA Device
Hi Doriano,Yes it should be possible to implement a FTP Client and Server using the NDK in TI-RTOS on the Tiva device.Todd
View ArticleForum Post: RE: IPC messageq and cache coherency problem
Ramsey,The whole buffer has already been invalidated at the top of HeapMemMP_free() before entering GateMP. IPC 3.21.00.07 HeapMemMP.cline 772: /* * Invalidate entire buffer being freed to...
View ArticleForum Post: RE: Unable to add custom obj in memtab
Hi,Thanks for your answer, this was exactly the problem. Best Regards,Tim
View ArticleForum Post: RE: Where are the semaphores registered to BIOS?
Sorry, I find that it calls edma3OsSemCreate() to create the Sem. Thanks
View ArticleForum Post: RE: Beaglebone black with chipsee Touchscreen 7" LCD cape
Not sure you are still looking for a solution but on the Chipsee supplied "CD" you will find the following directory/folder:\SoftWare\For BeagleBone Black\Linux-EZSDK\Logo modify\In that...
View ArticleForum Post: RE: Cannot build with CCS running on Linux
It has been about 9 months since this problem was reported. Has it been fixed yet?It should also be noted that the following RTSC tools cannot be discovered by CCS...
View ArticleForum Post: RE: EVM3359 Evaluation Board - SYS/BIOS example projects don't run.
Thanks Mark, That suggestion is helpful & may turn out to be relevant - though I have a JTAG Emulator now and am making some progress in debugging SYS/BIOS code using that. It seems odd to me...
View ArticleForum Post: AM335x EVM - Data Abort Exception when reading H/W address using...
I have a SYS/BIOS project that starts up OK & a Task is created and run OK.The first thing the Task does is to read the MAC address using the function EVMMACAddrGet()In this function the first line...
View ArticleForum Post: RE: CCSv5.5 opens app.cfg with XDC runtime error: too many arguments
Hello Sasha,It is good to know that there is no build problems. But I still get the error when I open the app.cfg file and cannot modify the SYS/BIOS setttings (i.e. add new threads, semaphores,...
View ArticleForum Post: E_spOutOfBounds issue on A8 Host
Dear TI supporters:I have ported some code to A8 host and experienced stack out of bounds issue during executing.[A8]ti.sysbios.knl.Task: line 365: E_spOutOfBounds: Task 0x80776588 stack error, SP =...
View ArticleForum Post: RE: H264 decoder returns wrong frame order
Hi all,I found the problem to this problem and I would like to share it for future references. After some research the following cite was found regarding the POC (Picture Order Counter):In MPEG-2,...
View ArticleForum Post: Ethernet problem on new concerto F28M35 control card
Hi everyone,I had a TIRTOS project which was working ok on my old F28M35 concerto control card (TMDSCNCDH52C1). I purchased a new control card recently which is TMDXCNCDH52C1. I loaded the same code to...
View ArticleForum Post: RE: Can I get a calling context table for IPC v1.25 APIs?
j-breeze,Unfortunately, IPC does not have calling context tables like those provided by SYS/BIOS. Not to make excuses, but it's a little harder to document for IPC because users might configure...
View Article