Guys - I got a call from George at Sharp Labs in Camas and he asked me to get some help for him on his C6747 and CCS. See below.
Hi Lori (Laurie?),
I am building an analyzer for sensors we are developing here at Sharp Labs and am having trouble with Code Composer Studio. I have entered a technical support request with TI as attached below. My boss has asked me if there is any local help or if TI has (or can recommend) consulting services to help me.
I am using Code Composer Studio Version 3.3.81.11
I am using the Spectrum Digital Demo board with TI part no. TMDX0SKL137BET. I am using the DSP as a TMS320C6747 although I may have the ARM enabled. I have no code for the ARM.
My PC is a Dell Precision PWS390. Intel Core 2 CPU, 1.86 GHz, 4 GB RAM.
Libraries:
· Edma3_lld_01_11_00_03
· Pspdrivers_01_30_00_06
· Bios_5_41_03_17
I have three ADS1278 analog to digital converters connected to the C6747 through the SPI. The C6747 SPI port is in slave mode. When I attempt to call the edma library to configure it, I crash Code Composer when debugging. Code Composer crashes even before I start the DSP program. It crashes when I try to View->Symbol Browser, and list the Globals.
If I include the following line, download the program, and try to view the Global variables, Code Composer crashes.
EDMA3_DRV_clearErrorBits(chanHandle->edmaHandle,
chanHandle->deviceInfo.rxDmaEventNumber);
If I change the call to the following line, Code Composer doesn’t crash. (But my program won’t do what it needs to do.)
EDMA3_DRV_clearErrorBits(chanHandle->edmaHandle,
1);When Code Composer crashes, it gives the following error message:Unexpected Fatal Error Encountered which may have been caused by stack overflow, out of memory condition, or access violation
I get the same results with two different demo boards. I get the same results on both my desktop PC and my laptop PC.
When Code Composer crashes, my program in the C6747 appears to run, but I can’t verify that, as I can’t debug.
I don’t know if I should just be waiting for technical support to respond, but, as I said, my boss is asking if there is any other help to get me going.
Thanks,
George Middleton
SHARP LABS OF AMERICA, INC.
5700 NW Pacific Rim Boulevard, Camas, Wa. 98607
Phone: 360-834-8609 Fax: 360-834-8689
E-mail: GMIDDLETON@SHARPLABS.COM