Forum Post: RE: Problems about allocating resource for DSP 6678
HiI am sorry that I did not give information in detail.DSP sides:1.I use \ti\mcsdk_2_00_07_19\tools\boot_loader\ibl to init PLL as well as PCIe.2.Now the host can not allocate resource for the board,...
View ArticleForum Post: RE: XX.out Does not match the target type, not loaded.
Hi,Have you tried debugging anytime on your current board?or this is the first time that you are debugging on current issue board,Try to create "hello world" project for DSP side and try to debug on...
View ArticleForum Post: RE: MCBSP as uart transmission problem
Hi Rakesh T,Thanks for your post.I think, there is an application report SPRA455A for using McBSP as high speed communication port, in which please refer Appendix A which gives you a sample code for...
View ArticleForum Post: RE: Feasibility of Ethernet connection in new project based on...
Making the switch operational consists minimally of:enable SATA PLL and ethernet clocksconfigure pinmux and GMII_SELconfigure MACCONTROL for both portswrite 0xC0000000 to ALE_CONTROL to clear and...
View ArticleForum Post: RE: AM5K2E04 samples
Hello,The "K2E" family of products will have a single EVM called "EVMK2E". The evaluation module (EVM) is expected to be available in the TI eStore in the July timeframe. Pricing will be ~$1000. The...
View ArticleForum Post: RE: media controller PPB lockup
[quote user="Pavel Botev"]I will also check with our PRCM designer about his opinion.[/quote]Any news?
View ArticleForum Post: DMVA2(DM368) 16-bit NOR Flash boot
Hi,I am designing a board with DMVA2 application processor to boot from 16-bit NOR flash memory with following settings. BTSEL[2:0] = 001 & AECFG = 101. Will it work? I am not getting clear picture...
View ArticleForum Post: C6748 : uPP receive problem
Hello, I want to test the uPP on the DSP C6748. I wrote a little program that send a buffer of 100 bytes. The buffer is constituted of a counter that is counting from 0 to 99.To receive the data, I...
View ArticleForum Post: RE: USB: usb_rx_ch_teardown 1057: teardown Desc not found
This patch looks remarkably similar to my fix for cppi_dma.c above. However the date is from August of 2013 so where has it been hiding? This would have been very useful in December 2013 when we were...
View ArticleForum Post: RE: C6678 doorbell send fail when it is sended continuously
Hi Ganapathi, Thank you very much for your reply.We have issued that FPGA didn't send compete information to DSP.The problem has been solved.We have some other questions to ask. To affirm the...
View ArticleForum Post: how to send larger UDP packet
Hi TI engineer: We develop an application to send UDP packet to PC base on the NDK helloworld example.We have 2 question on this thing: 1. But it seems like we can't send a packet larger...
View ArticleForum Post: RE: question about the SR3_FRAME_BUFFER_EXTRA
SR3_FRAME_BUFFER_EXTRA cannot be used to allocate any buffers on M3 that are accessed by CPU.It looks like capture driver is doing CPU access of frame buffers.This is not expected.Pls collect the...
View ArticleForum Post: RE: vectors.obj duplicated from C55XXCSL_LP.lib and rts55x.lib
Okay, I think I've figured it out now. The problem is that you're using the compiler's _c_int00, but the CSL's interrupt vectors. The compiler's _c_int00 has an explicit reference to the symbol...
View ArticleForum Post: RE: How to output four swms through two display?
You can refer /dvr_rdk/mcfw/src_linux/mcfw_api/usecases/ti81xx/multich_car_dvr.cmulich_cardvr_set_avsync_prm for example avsync configuration. You need to set correct values for displayLinkID and...
View ArticleForum Post: RE: 8168 total performance
You have to debug your app. Your app may be dropping decode frames. decode link will not drop frames.If you drop frames to be decoded in your app you will see decode errors . The stats doesn't show...
View ArticleForum Post: RE: message queue
WHat functionality do you want to realize ? Why are you trying to send message to M3VPSS every 1 us ?
View ArticleForum Post: RE: Makefile Compile for SYS/BIOS in Desktop-linux-sdk
Hi Chris, I am finally be able to compile the SYS/BIOS code for desktop-linux-sdk demo. I believe there are some dependencies between these tools, previously I used the newest one of each of them, say...
View ArticleForum Post: RE: Access .text start address and size
I was able to find an example which shows how to access the variables defined in the .map file.http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/t/244599.aspxWhen I look at my map file, my...
View ArticleForum Post: RE: C6455 RapidIO Multicast
Thanks ClintonFirst, I cannot the link you listed. Second, according to the SRIO user guide from your company's website, 31-27 bit are reserved in PER_SET_CNTL register for C6455.The following picture...
View ArticleForum Post: RE: Keystone 2 K2EVM SPI DMA Issue
Adding:if(!dspi->dma_rx || !dspi->dma_tx){ ret = -EFAULT; goto err_rx_map; }beforedmaengine_slave_config(dspi->dma_rx, &dma_rx_conf);in the davinci_spi_bufs function caught the NULL...
View Article