Part Number: TMS320C6742 Hi Team,
A customer is looking to use TMS320VC54x for CompactFlash Memory Card in True IDE mode as per SPRA803. This document mentioned a " the source code is available electronically from the TI web site" however, i could not see…
Part Number: TMS320C6742 Hi Team, Would it be possible to connect a 8GB NAND flash memory to the TMS320C6742? We've seen the supported NAND flash of the bootloader ( spraat2f ) but is there any limitation on the EMIFA module which limits the maximum…
Part Number: TMS320C6742 Other Parts Discussed in Thread: OMAP-L138 , OMAPL138 I've downloaded and installed both Code Composer Studio and the Processor SDK.
Under CSS > Window > Preferences > Code Composer Studio > Products, CSS detected the products…
Part Number: TMS320C6742 Other Parts Discussed in Thread: OMAPL138 I'm having issues setting up an empty project.
What might be causing the issue of:
**** Build of configuration Debug for project demo ****
"C:\\ti\\ccs1040\\ccs\\utils\\bin\\gmake…
Part Number: TMS320C6742 Other Parts Discussed in Thread: OMAP-L138 I just got my OMAP-L138, followed the FAQ but still couldn't get the Hello World / blinky example to work. I'm using XDS200 emulator. e2e.ti.com/.../faq-omap-l13x-c674x-resources…
Part Number: TMS320C6742 Hi experts,
Please let me check "6.5 Crystal Oscillator or External Clock Input" in the datasheet(SPRS587F).
Q1: Regarding the connection circuit of the external crystal unit, is it correct that the capacitance of the…
Part Number: TMS320C6742 Other Parts Discussed in Thread: SYSBIOS Hi,
We are looking at very low power floating-point DSP alternatives to the C55xx ultra-low power fixed-point DSP that we are very familiar with, and at first glance it would appear the…
Part Number: TMS320C6742 I will post for the first time. I would like to know about the power supply sequence of TMS320C6742.
A power supply sequence circuit was constructed based on the circuit described in the document "TMS320C6742 Power Consunption…
Part Number: TMS320C6742
Tool/software: Code Composer Studio
Looking to optimize c++ code that is a simple dot product of timeData
void Math::DotProduct(float* restrict timeData, float* restrict operand1, float* restrict operand2)
{
int i = 0;
float…
Part Number: TMS320C6742 Tool/software: Code Composer Studio Hi,
We are developing an application for the C6742 DSP which will be interfacing with an external SDRAM via EMIFA. Due to the application source code size we will need to split our code and…