DSPRelated.com

Re: Can I use the RTDX while not implementing the DSP/BIOS ?

Started by sumit nagpal in TMS320c54x25 years ago

Hi Jane Shen, Have u included rtdx.lib ATRAP_H is defined in that Sumit Jane Shen wrote: > Hi Sumit, > >...

Hi Jane Shen, Have u included rtdx.lib ATRAP_H is defined in that Sumit Jane Shen wrote: > Hi Sumit, > > Actually I did use the intvecs.asm while compling and linking. The > problem is there is a > " .ref ATRAP_H


Weird error message

Started by Anonymous in TMS320c54x25 years ago

When I try to use the McBSP code from inside a .cpp file, I get lots of the following errors : [aic11.cpp] ...

When I try to use the McBSP code from inside a .cpp file, I get lots of the following errors : [aic11.cpp] "c:/ti/c5400/bios/include/csl_mcbsphal.h", line 79: warning: incompatible redefinition of macro "CSLAPI" (declared at line 36 of "c:/ti/c54


Stupid include question.

Started by Anonymous in TMS320c54x24 years ago 2 replies

I have a .cpp file that I'd like to use in many projects. It uses some dsp/bios objects, so I'd like to have something like this: ...

I have a .cpp file that I'd like to use in many projects. It uses some dsp/bios objects, so I'd like to have something like this: #include "projectnamecfg.h" in the file, where projectnamecfg would be filled in by some preprocessor directive. Is there a way to


SIO_put()

Started by fg0846 in TMS320c54x24 years ago

Dear all, I'm implementing a SIO BIOS driver. It is almost finished, but it doesn't work every time. The problem happens when...

Dear all, I'm implementing a SIO BIOS driver. It is almost finished, but it doesn't work every time. The problem happens when I call SIO_put() a number of times equals to the number of buffers in the SIO stream; exactly when the buffer exchange must be done between the l


DSP memory allocation

Started by ajs_edwards_uk in TMS320c54x24 years ago 1 reply

Hi, I am programming a TMS320 5402 DSK in C with Code Composer Studio for a university project, and have no previous experience...

Hi, I am programming a TMS320 5402 DSK in C with Code Composer Studio for a university project, and have no previous experience with DSPs. I am unsure how to go about allocating memory as there are several routes to take (CMD file, visual linker, DSP/BIOS config). This is


LOG_printf() problem

Started by collins in TMS320c54x24 years ago

Hi, I'm having a problem using the LOG_printf() function. I'm using the 5402 DSK and Code Composer Studio 2.0 . I call...

Hi, I'm having a problem using the LOG_printf() function. I'm using the 5402 DSK and Code Composer Studio 2.0 . I call brd_init_bios() first thing in my main(). I created a log object with the DSP/BIOS configuration tool. If I then call LOG_printf(), Code Composer Studi