Forum Post: error in spi programming of tmdxevm6678 EVM
Hi, my program for initializing SPI . **********************************#include <c6x.h>#include <stdint.h>#include <evmc66x_spi.h>void main(void) {//...
View ArticleForum Post: RE: Multi-Channel Encode on dm816x using OMX
I also have a need to encode multiple video streams on EZSDK. You could solve this problem?
View ArticleForum Post: RE: Increase the size of .bss segment in memory configuration...
As a general statement, there should not be an issue with allocated a section of your program, including the .bss section, to external memory.However, you do need pay attention to what type of memory...
View ArticleForum Post: RE: Help! Any way to make DSPLib functions interruptible...
GenPol,You were more specific in your first post than I realized. Thank you for the confirmation, though.Did you develop your own linear assembly version of these functions? I only see scheduled...
View ArticleForum Post: RE: how to control DM365 video frame rate?
I have googled and found some suggestion.They suggested slow down the encode thread (videoThrFxn()). the only thing I can imagine is using usleep() function.Is it precisely to control frame rate?Any...
View ArticleForum Post: RE: DM8168 dvrrdk_03 decode 1600x1200 H264 stream report exception
Below is the backtrace for the exception logs you shared:M3Video=======0 ti_sysbios_utils_Load_swiBeginHook__E(struct ti_sysbios_knl_Swi_Object *) at...
View ArticleForum Post: RE: IPC interrupt
We also found that we have to enable kick registersand can't find the logic for locating IPC registers in BOOTCFG area.would be happy to get an exaplanation on the idea behind kick registers and the...
View ArticleForum Post: AIF2 query (TI Multicore DSP 6670 in multicore environment)
HiI am using AIF2 in 1.4 MHz LTE for communication between DSP and FPGA with PacketDMA for multicore environment.I have a requirement for sending and receiving LTE samples on time slot basis in a...
View ArticleForum Post: RE: After we plug one more 720P60 camera,the live555 server in...
thanks very much for your so detailed reply.I will be trying modifying above codes and some other related parts.
View ArticleForum Post: RE: What may cause M3 codec don't send h264 bitstream?
It seems that M3 codec hang is caused by my a dirver function in which "system" functions is called about six times.After I delete those "system",m3 codec is still alive.Thanks for your detailed reply.
View ArticleForum Post: RE: DM8127IPNC minimal implementation of capture/encoding
@HongfengDid you make your own implementation of this? Could you share it here?Also, why did you choose to get rid of system_server?
View ArticleForum Post: RE: DSK C6713 Audio Codec
hii... iam doing my mini project on audio effects using dsk c6713... i got the code for that from the book DSP & Applications with the C6713 and C6416 DSK by Rulph Chassaing.. when i compiled it i...
View ArticleForum Post: Modified "DSPLink Sample Message" Application gets hangs on DM3730
Hello All,I am new to DSPLink and DM3730 .I have an application in which arm core running on linux will send data of size 320 bytes to dsp on every 2 ms. DSP core will receive it and do its processing...
View ArticleForum Post: RE: SGX problem
Sorry for this late intrusion, You say you have managed to operate a Beagle xm Rev C board using the TI AM35x-OMAP35x-LINUX-PSP-04.02.00.07. May I ask how you managed this? We have tried the stock PSP...
View ArticleForum Post: Regarding CodeStartBranch.asm error in TMS320F28335
Dear Sir,I am irfan. I have TMS320F28335 DSP starter kit using which I am working our my projects to communicate with my sensors but the problem is the CodeStartBranch.asm file is continuously showing...
View ArticleForum Post: RE: C6713 Audio example build error
Thankyou .... i will check out if i have missed something...
View ArticleForum Post: DCC AEWB Enable - how to enable automatically on startup?
I'm integrating a new sensor to work with the DM385 IPNC platform. I've noticed that every time I boot, I need to click the "AEWB Enable" button in DCC so that auto exposure and gain control start...
View ArticleForum Post: RE: QMSS as a general purpose queue
Jim:The queues used by QMSS should be thread safe, I wouldn't worry about using a semaphore. You can read up a bit more on this in the Multicore Navigator User's Guide available here...
View ArticleForum Post: RE: Keystone 2 Multicore
Hello,The online web install version does not work properly. The complete package downloaded offline fixes the issue.RegardsRams
View ArticleForum Post: RE: Problems with aacheenc algorithm on DM6467 dev board.
Hello,I have encounted the same problem with you,I wonder how you fixed the problem.I added the aacheenc and rebuild the cs2dm6467_1_00_00_10.I want to know how can it work fine.Please help me.
View Article