DSPRelated.com

Command line compile (I think I'm close)

Started by sr_gamer in Code-Composer Studio15 years ago

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]...

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\cl2000" -g -pdsw225 -fr"C:/home/BlackHawk/example/Debug" -d"_DEBUG" -d"LARGE_MODEL" -ml -v28 -@"Debug.lkf" "driver.c" [module1.c] "C:\CCStudio_v3.3\C2000\cgtools\bin\cl2000" -g -pdsw225 -fr"C:/home/BlackHawk/example/...


ezdsp 2808

Started by sr_gamer in Code-Composer Studio15 years ago

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...

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've got rts2800_ml.lib and I've got RAM_CMD.cmd: -c -stack 400 -heap 400 -e c_int00 MEMORY { PAGE 0 : PROG(R) : origin = 0x3EC000, length = 0x2000 PAGE 0 : BOOT(R) : ori


CCS3.1.0,TMS320F2812,32-bit Signed and Unsigned Division

Started by sino...@nestgroup.net in Code-Composer Studio15 years ago 3 replies

Hi, I have a problem with 32-bit signed division. Below is a portion of the code having problem. In the following functions disassembly...

Hi, I have a problem with 32-bit signed division. Below is a portion of the code having problem. In the following functions disassembly lines follows the source line. **************************** ******* Case1: ************* **************************** //source view void RECEIVER_Div(void) { s_RxMaxPower = s_RxMaxPowerNr / s_RxMaxPowerDr; } //Mixed source/assembly view void ...


API error

Started by sr_gamer in Code-Composer Studio15 years ago 1 reply

while trying to flash a 2808 on a eZdsp TMS320F2808 board I got this error: http://cs.bemidjistate.edu/shgoble/e1.JPG Looking around on the...

while trying to flash a 2808 on a eZdsp TMS320F2808 board I got this error: http://cs.bemidjistate.edu/shgoble/e1.JPG Looking around on the web suggested that I try Depletion Recover (Using the CCS On-Chip Flash Programmer), this produced: http://cs.bemidjistate.edu/shgoble/e2.JPG I'm very new to CCS and don't have much for mentors to learn from - really I'm trying to figure this out in ...


TMS320F2812, RPC value in Stack overwrite before Division Operatioin

Started by sino...@nestgroup.net in Code-Composer Studio15 years ago

Hi, Below is a portion of the code having...

Hi, Below is a portion of the code having bug. ************************************************************************** //main() main() { Initialize(); 0x003F2463: //Starting address of SuperLoop() SuperLoop(); }//end of main() ************ //Functions ************ Initialize() { InitSystem1(); 0x003F24F1: //Starting address of InitSyste...


Code Composer Studio 3.3 project file question .jt CCS CCStudio

Started by j388...@buffalo.edu in Code-Composer Studio15 years ago

Hi all, I have a specific question about adding source files to a project. I have two projects that I want to merge together. The files they...

Hi all, I have a specific question about adding source files to a project. I have two projects that I want to merge together. The files they must include are located in different directories, but have the same names, just a bit different. For example project one has a file named boot.c and project two has a file named Boot.c. I cannot change the names of the files and I have to merge both i...


F24x on-chip programming

Started by mila...@gmail.com in Code-Composer Studio15 years ago 1 reply

My name is Milan Zivic. I have XDS510 USB2.0 DSP Emulator. Please, can anybody tell me how to program TMS320F240 internal flash using...

My name is Milan Zivic. I have XDS510 USB2.0 DSP Emulator. Please, can anybody tell me how to program TMS320F240 internal flash using CCStudio? I have CCS v3.3, but only F28x and F24xx on-chip programming is supported. Which version of CCStudio I'll need and where I can find corresponding plug-in for F24x on-chip programming? Thanks a lot. _____________________________________


Using NDK SOCKET handles causes CCS to crash

Started by call...@esolar.com in Code-Composer Studio15 years ago

Hello, I'm using CCS v3.3 with Service Pack 12.1, NDK 1.94, Code Gen 6.1.3, DSP/BIOS 5.32.04. I'm developing in Windows XP sp3. I am trying...

Hello, I'm using CCS v3.3 with Service Pack 12.1, NDK 1.94, Code Gen 6.1.3, DSP/BIOS 5.32.04. I'm developing in Windows XP sp3. I am trying to use some SOCKET handles in a multitasking application. I launch 2 task. One task creates a UDP socket, uses setsockopt with SO_REUSEADDR, and binds on port 8080 and sends UDP packets to an external server. The second thread creates a UDP socket in th...


Using Cache tag Ram Viewer tool to view cache misses on Board(EVM)

Started by dile...@mindtree.com in Code-Composer Studio15 years ago

Dear all, It has been given in a document TMS320C64x+ DSP Cache User?s Guide (SPRU862A) section 3.5 "On-Chip Debug Support" (pdf) that we can...

Dear all, It has been given in a document TMS320C64x+ DSP Cache User?s Guide (SPRU862A) section 3.5 "On-Chip Debug Support" (pdf) that we can see the cache status on the board( not device accurate simulator) in CCS 3.3v and above. But i am not able to see the cache details in CacheTagRamViewer on the evm board. Please let me know if their is any document availabe on this, or if any setti


TMS320LF2407A SCI Port troubles.

Started by heath_on_ym in Code-Composer Studio15 years ago

I am having trouble when using the DSP's SCI port using "idle-line mode" (versus "address mode"). When attempting to send a string of...

I am having trouble when using the DSP's SCI port using "idle-line mode" (versus "address mode"). When attempting to send a string of characters, the first character sent is always duplicated on the receiving side unless I set SCICTL1.3 (TXWAKE) then write a "don't care" character to SCITXBUF. When I perform this action, the first character is not duplicated. According to the document...


Ask a Question to the DSPRelated community

To significantly increase your chances of receiving answers, please make sure to:

  1. Use a meaningful title
  2. Express your question clearly and well
  3. Do not use this forum to promote your product, service or business
  4. Write in clear, grammatical, correctly-spelled language
  5. Do not post content that violates a copyright