yajurve_444 - Jan 23 2010
hello,
My name is Girish Yajurvedi, I am a graduate student in Louisiana State University. I am working on Induction Motor control using TMS320f2812 dsp. My query is regarding the... 
yehuda_n - Jan 14 2010
Hello,
I'm working with C5510 and CCS3.1.
I'm trying to implement a simple BPSK modulator.
When I reach the line of sin() the CCS gets stuck on "Stepping Over"
What may b... 
Stuart - Nov 11 2009
Hi all...
I'm porting a driver for a CAN device (the CAN module in the TMS320{LF,C}2406A DSP in fact) over to a CAN library that I have written. (I hope to release this library... 
dsp_...@yahoo.com - Sep 9 2009
Hi,
When I am trying to create DSP/Bios project in CCS I get an error message. I create a new project, save it and then choose add and choose File-> New DSP/BIOS Configuration. ... 
sr_gamer - Aug 27 2009
I found I was running out of ram so I couldn’t put my programs on the chip (I am currently using a 2809 chip, yes in the 2808 dev board).
When I put the program into flash... 
sr_gamer - Aug 5 2009
I believe I'm missing something in the following script - If I flash the project under CCS, it runs great, if I flash the same project (no rebuilding) with this script, I sometimes... 
sr_gamer - Jul 27 2009
so I'm writing this to the ezDSP:
#include
void main(void)
{
int i;
for(i=0;i ... 
sr_gamer - Jul 23 2009
Alright, now that I've got the ability to compile from the command line, I'd like to flash the ezDSP2808 over JTAG from the command line.
Web searches have revealed tiny tidbits... 
sr_gamer - Jul 23 2009
I've tried a variety of things with flashburn to write to my ezDSP 2808 via jtag via the blackhawk usb2000 controller.
BlackHawk provides BHFlashBurn for this purpose..
I've ... 
sr_gamer - Jul 23 2009
Hours of playing with the command line compile didn't do it, but a night's sleep did. This worked:
cl2000 -g -pdsw225 -fr Debug -d _DEBUG -d LARGE_MODEL -ml -v28 module1.c
cl2... 
|
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
next