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. ...
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...
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...
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...
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 ...
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...
My next question is when I do rebuild all I get in the code composer build window, how can I duplicate this from the command line?
[driver.c] "C:\CCStudio_v3.3\C2000\cgtools\bin...
I'm trying to put the ultimate simple example on an ezdsp2808 and I'm clearly missing something.
I've got printer.c:
#include
void main(void)
{ printf( "PROGRAM COMPLETE!...
I would like to learn how to use an ezDSP TMS320F2808 and Code Composer Studio. I've looked around the web, but haven't had very satisfying results.
I'd appreciate it if anyone...