Forum Post: RE: faxlib on C6657 as a SYS/BIOS task
Hi Chad,I found the problem.It is be cause one call back function was assigned to NULL by mistake.The version without SYS/BIOS somehow can give the correct output but slower.Thank you very much.Ying
View ArticleForum Post: RE: Mutex Between ARM and DSP
Mutual exclusion using shared memory only is large area of study. I haven't seen simple examples of it that aren't tied to an OS. If you want to write your own, Wikipedia has a nice summary...
View ArticleForum Post: RE: Put large array in memory
The memory name IRAM sounds like you are using DSP/BIOS. Moving your variable to DDR within the DSP/BIOS framework is difficult. I never found a way to do it properly. I found it was easier to define...
View ArticleForum Post: Unpredictable behavior on custom board with DM385
I am developing an application with a custom sensor using the DM385 platform.Up until now, I've been working with the Appro DM385 IPNC RDK 3.5 evaluation model.Everything has been working fine, until I...
View ArticleForum Post: RE: macros_hwa_remap.inc
Dubravko,Attaching the file just in case. I dont think you should need it, however.Just FYI - lpva200.inc maps registers to IO addresses and defines bit fields for each register. This task is better...
View ArticleForum Post: RE: StarterWare USB Bulk device programming problems
Hi Rajasekaran,Thank you very much for your response.I add the armv5 and omapl138 paths in ARM compiler include options. Also, I add the system_config\armv5\omapl138, which include the source code, in...
View ArticleForum Post: RE: Questions about DM8148 hardware crypto engine
No. I gave up, I run openssl using sw crypto only.
View ArticleForum Post: RE: OMAP-L138 eMMC or Sdcard/MMC ?
Hi Shankari,Just to clarify, during boot time the ROM bootloader in the OMAP-L138 only supports version 4.2 of the eMMC boot commands ? Furthermore, during normal operation mode are we still...
View ArticleForum Post: RE: Regarding TI TMS320DM8168 IBIS model
Not sure why this IBIS model is not updated on TI.com but here is the latest file I have.Please try this.BR,Steve(Please visit the site to view this file)
View ArticleForum Post: RE: A Completed C5535 Real Time DMA FFT Example Project
And here is the zip file for the project. (Please visit the site to view this file)Regards,Nate
View ArticleForum Post: RE: CCS 5.4 does not build for assembly after first time...
But it did not help with the problem that it doesn't recognize " ; ", which is a comment line in assembly. Something basic not configured right.Newly installed CCS5.4. Old version CCS (3.3 and 2) work...
View ArticleForum Post: RE: Has someone converted the C5515 eZdsp Audio Filter Demo to...
Please check out my post here, as well as my attached project zip file:http://e2e.ti.com/support/dsp/c5000/f/109/p/289928/1011277.aspx#1011277(Please visit the site to view this file)Regards,Nate
View ArticleForum Post: RE: DVR-RDK4.0 capture-display latency
Pls attach your usecase file where you are creating and connecting links and the console logs from start of application run.Are you setting capturePrm.isPALMode = TRUE ?Also you should set...
View ArticleForum Post: RE: TCP send without enough free buffer
Can you try the non-blocking socket by using setsockopt() API? Also, can you try to increase the number of TX descriptors if that works? see the...
View ArticleForum Post: DSPLINK with Qt
Hi guys,I have some questions about the DSPLINK application. I use Qt to make a GUI and modify the message sample. After ARM side getting the information from DSP, it should pass the message to GUI and...
View ArticleForum Post: RE: RDK 4.0 "8Ch VCAP+VENC+VDEC+VDIS" for DM8148 : Issue in Display
Attach full logs from kernel boot onwards until you get the assert.
View ArticleForum Post: RE: IPC between 2 cores gives invalid region
The Image processing demo splits L2 in half and I was just copying that. It maps some program components to L2, and I believe some of that mapping is required. It doesn't use DDR except for the NDK...
View ArticleForum Post: CCS5 or CCS4 support C55x/C54 assembly build?
Just want to clarify that whether the CCS4 and CCS5 support C55x & C54 DSPs with assembly code compile / build? Or it requires some special configuration to do that?Thanks
View ArticleForum Post: OMAPL138 development board setup
Hi there,could anybody help me? i'll highly appreciate it.i just got a TMDXLCDK138, am following the start guide, and got error warning as in below. any suggestion pls to fix it? i'll highly appreciate...
View ArticleForum Post: RE: Cannot run DVRRDK4.0 VDEC + VDIS demo on custom DM8168 board
Hi Badri, I have succeffully installed the CCSv5.4 and connected our custom board with the JTAG emulator, XDS100v2, which is in our EVM Kit Box. When I tried to load the "TI816x_ddr3.gel" and...
View Article