Part Number: TMS320C5515 Other Parts Discussed in Thread: ADS1298 Hi, I am writing because my colleagues and I are looking for an evaluation board for the TMS320C5515 chip. We need an evaluation board with SPI interface to wire the evaluation board to…
Part Number: TMS320C5515 Tool/software: Hi,
On the TMS320C5515 there is a ROM boot-loader. As I understand that boot-loader - based on Using the TMS320C5515-14-05-04 Bootloader (sprabd7d) document - the boot-loader searches for and then transfers an…
Part Number: TMS320C5515 Hi ti team,
After adding USB function to our product, the program is too large to compile. How to run a program using external SDRAM?
Part Number: TMS320C5515 Hello E2E Experts,
Good day.
Could you help me with the C code for the TMS320C5515 microprocessor? My task is to write a function Cascaded IIR Direct Form II Using 4 Coefficients per Biquad. I wrote an algorithm for this function…
Part Number: TMS320C5515 Hi,
I encountered some problems when implementing the USB MSC function.
..\c55_lp\c55_csl_3.08\ccs_v6.x_examples\usb\CSL_USB_MSC_dmaExample
This CSL_USB_MSC_dmaExample implements USB MSC functionality.
The current CPU…
Part Number: TMS320C5515 I have a question about the echo canceller attenuation of the VOLIB ECU. We are currently building a system using a TMS320C5515. We are planning to use an ECU as a line echo canceller. How many dB of attenuation is possible for…
Part Number: TMS320C5515 Hi,
I have trouble loading my software image onto the flash of the C5515. Some context: I inherited a project for the C5515 which is in production. This software is pretty big and consists, aside from the firmware itself, of…
Thanks Rex,
i used the C2000 and the MSP430 processors, both have something like #pragma vett=..... to assign the interrupt routine address to the interrupt vector.and something like __interrupt my_interrupt()...to declare the interrupt routine, but…
Part Number: TMS320C5515 Other Parts Discussed in Thread: ADS1298
We are currently working on a DSP project using the TMDXEVM5515 evaluation board from Texas Instruments. This is our first time working with a DSP and with CCS12 . Our goal is to make…