Other Parts Discussed in Thread: C2000WARE
Tool/software: Code Composer Studio
All,
Let me start by saying I am a hardware designer tasked with designing hardware to interface with various devices (serial, ADC, DAC, etc). My goal is simply to create simple programs that will allow me to test each of the hardware interfaces independently.
The project will ultimately incorporate a TM320F28388D (I am working with the control card/docking station for this device). Given that this device is relatively new, there are fewer sample programs included with the installation of Code Composer Studio. My current goal is to implement a simple program to read/write using the mcbsp (SPI). That said, I figured I would start with an example program that IS included with the installation (for the TM320F28279S). My thinking is I should 'build' something that should work prior to trying to duplicate this example for the 28288. This is where I am currently stuck. I am getting the following error:
"../28379S_RAM_lnk.cmd", line 7: error #10263: BEGIN memory range has already
Probably a simple fix but I'm not sure what I have configured incorrectly.
Bob