Forum Post: Can't find thrload download
In the article Getting_CPU_Load_on_a_per_task_basis at http://processors.wiki.ti.com/index.php/Getting_CPU_Load_on_a_per_task_basis, there is a link to get the files located at...
View ArticleForum Post: RE: C6678 interrupt problem: restoring variables after Interrupt...
Carmine,When you call a C function, the compiler puts additional code to save registers to the stack for you. The same can be done for C interrupt routines. A description of what the TI C6x C compiler...
View ArticleForum Post: RE: FFT benchmark on c6678
DSPLib functions are all single core kernals. We have some code examples that use multiple cores to perform larger FFTs 8K to 1024K pt. See:...
View ArticleForum Post: RE: How to deal with the situation in which one DSP connects with...
As stated above, you can only connect one DSP Hyperlink port to one other DSP Hyplerlink port. It is a pt-to-pt connection. If I'm am not understanding your question, please clarify.Thanks,Travis
View ArticleForum Post: RE: Letter boxing on YUV
Hi Nikhil, checking the TSU CCS project I don't see any ROI option for output buffer. It seems that you would need to do it in your side. Thank you,Paula
View ArticleForum Post: RE: PLL mult/div Limitations DM368
Alexander,The 0.4MHz / 2MHz numbers are not examples. They're the equations that must be met to keep the PLL within spec. There is not a "min input" number, but instead there's these two equations...
View ArticleForum Post: RE: About C6678 DDR address space
Hi HR and tscheck,Thank you so much.I'm sorry for taking your time.Now, I understood.best regards,g.f.
View ArticleForum Post: C6657 DDR3 DQ vs DQS timing
Thank you for all your support.During debugging unstable DDR3 memory access, I found out "unexpected write access timing" as attached. It seems that DQ and DQS timing is shifted by 45 degree, and I...
View ArticleForum Post: RE: osd window scroll problem
i do the test like that ,i have 16 720*576 dec local file ,each channel dec a frame for 30ms,whatever seconds i move the OSD for example 30ms,60ms,100ms,300ms, the OSD rolled alse has the above effects
View ArticleForum Post: RE: Aboult the throughput of keystone's MSMC
Hi RajasekaranThank you for a reply!>All the banks can be accessed simultaneously but the read & write operation can not be at the same time. I understand that the 4 banks MSMC SRAM can be read...
View ArticleForum Post: RE: Multicore Boot Issue on 6670
Rahul,It's been a while, and we have been using a work around taking out the use of the TI bootloader, but I just got back to this. I couldn't confirm before that this was happening w/o the debugger...
View ArticleForum Post: RE: DM816x reset through pci ep
Hi Hyun,Could you provide correct procedure to reboot DM8168 PCIe EP, without RC reboot?I have tried to reboot DM816x (EP) itself, without RC reset.but after that PCIe link was disconnected.Is it...
View ArticleForum Post: RE: USB: usb_rx_ch_teardown 1057: teardown Desc not found
So is there a fix for the DMA? WE are experiencing a problem with data not being received over ppp on a USB GSM modem, when USB DMA is enabled.
View ArticleForum Post: DM385 sd booting issues
Hi !I'm in trouble for DM385 SD booting.I got below message.I guess, PGM is not workinng in DDR .May I have some advices? -------------------------------------------------------------------U-Boot...
View ArticleForum Post: RE: DSK6455 problems porting from CCS 3.1 to CCSv5
David,Since this thread has been discussing EDMA3 and McBSP interrupts, we have not discussed code optimization. The workshop material I referenced earlier shows how to use the compiler most...
View ArticleForum Post: RE: C6638 K2K AIF2 : GSM Timer Event
(Please visit the site to view this file)Hi,I attached GSM DL non-compressed mode example code for your information and you may get how to configure AT timing for GSM. we use 60 ms big radio frame...
View ArticleForum Post: RE: Run srioIpcChipToChipExample on DSPC-8681E
Should work, but may require some modification to SRIO configuration with port width and also port used to send messages. Essentially, we don't test the PDK release on any board except the...
View ArticleForum Post: RE: 6657 UART TX interrupt not work
Qiang,I modified your example a little bit to use CSL interrupt setup functions instead of BIOS interrupt setup. Then I could see both TX and RX interrupt events are working (uart_isr_cnt and...
View ArticleForum Post: Is there a way to download all documentation for a product
I know all of the documentation is available but you have to download them one by one. Is there a way to do a batch download of all documents for a single part or better yet, part family?
View ArticleForum Post: RE: SRIO transfer between two DSPs(c6678)
[quote user="David George"]But the examples in the C6678 pdk all belongs to message mode transfer.So it is no use.If I want to use direct IO transfer. how to do?[/quote]There is a Direct IO example in...
View Article