Other Parts Discussed in Thread: CCSTUDIO , TMS320C6416 , SYSBIOS Hello, Everyone!
I have a question about rebuilding SYS/BIOS
The version of CCS I used is CCSv5.0.3 . I referred to a pdf named "TI SYS/BIOS Real-time Operating System v6.x User’s…
Tony,
Thanks for pointing this out.
I can confirm that J15 is "a" and J16 is "b". In case of the TMS320C6416 DSK, this would mean that J15 is McBSP2 and J16 is mapped to McBSP0.
Regards,
Richard
Juan Gonzales said:
#include <stdio.h> #include <time.h> .................... printf("took: %fs CPU time\n", (double) clock() / CLOCKS_PER_SEC);
Hi,
I've followed exactly this line for my board, OMAP-L137 (C6747), and I've got 0, even before…
I found an example for C6416, " A DSP/BIOS AIC23 Codec Device Driver for the TMS320C6416 DSK ", http://www.ti.com/lit/SPRA909 , but I can not find the source code of the example in this document. Where can I find it?
I did find another example from…
Other Parts Discussed in Thread: TMS320C6416 , TMS320C6414 Dear Sir,
I am using the TMS320C6416 - 720MHz DSK board. I am planning to connect the DSP to ADC/DAC in future board design and implementation. However, I have found some problem about the…
Justin,
When you say that you want to "handle memory corruption," are you talking about debugging your own code, or do you want to protect your application against external manipulation?
Also, all C6000 DSP devices include a ROM bootloader that…
I took a quick look around and I only see one third party offering a generic DSP Turbo coding solution with Vocal Technologies .
I would suspect that the Turbo co processor (TCP) on a C64x device (TMS320C6416 or TMS320C6455) would be able to do this…
Other Parts Discussed in Thread: TMS320C6416 I need to verify the differences, if any, of the "C", "D", and "E" variants of the C6414 and C6415 devices.
The silicon errata sprz011t.pdf, page 9, indicates that "C" is rev 1.03, "D" is 1.1, and "E" is…
Hi Randy,
i tried all of your suggestions but non worked.But i found a solution my self.I am bound to use short int because you know only 16*16 multiplication is possible in
TMS320C6416 board.Also it is needed because my input values (var1,var2…
Hi Preia,
The 5-6K Interface board will fit on the TMS320C6416 DSK, but that interface board was not really designed to do what you are looking to do. The board breaks out the EMIF found on the memory expansion connector (J4) and the two McBSP ports…