DSP/BIOS
Comp.dsp is a worldwide Usenet news group that is used to discuss various aspects of digital signal processing.
We found 199 threads matching "bios"
You are looking at page 1 of 5.
The most relevant threads are listed first
anyone out there using the TI DSP BIOS with the F2812 processor?
There is apparently no 'chip support library' for the F2812 for use
with the BIOS config tool, and I am confused how to migrate a program
written using their V100 header file examples to be BIOS compatible,
e.g. how to directly r...
mrbhalerao1 - 05:31 02-05-08
hello,
we want implement DSP/BIOS in exiting program module.we implemented all
program module (function) in time slicing based (timer using).it is so
optimised that there no scope add additinal modules.So in this will it
benficial to add DSP BIOS? how extend will it help in current program
module? ...
jayadevan - 00:29 07-06-06
hi
I am working with DSP/BIOS.using DSP/BIOS i am supposed to read 30000 data
stored in the SDRAM of DSK6711 starting from memory location
0x80100001.
Will it work using the MEM module of DSP/BIOS?
...
Hello,
I read in the latest version of BIOS API manual (SPRU403m) that the HST
module will not be supported in future releases. This seemed like a
convenient way to communicate with a host processor. Are there other
means (within the BIOS framework) of communicating with the host? My
unders...
mrdushyant - 11:02 13-04-08
SIR,
Problem definition as follow;
Query1: initial stage of DSP/BIOS development in the exiting application.
We are developing DSP/BIOS in exiting application. In this application
we have already two library IQmath.lib & rts2800_ml.lib.
Initially we are converting F2812 .cmd file to BIOS ....
Marc Barmettler - 09:30 04-05-07
Hi
I am trying to make fasrts work on my TMS320DM642. I am using DSP/BIOS for
my program, and when I link rts6400.lib, and error appears saying that some
symbols (2) are defined multiple times (-c_int00 and __stack).
When i don't link the rts6400.lib and still include fasrts64x.lib, the
...
21:30 21-04-06
good morning ,everyone.Have a good night,don't you? I hope so.
i have some questions about dsp/bios program,which are that:
when i use the dsp/bios to program the MCBSP,do i need to explictly
initialize my MCBSP and the CPU set. i have found somes do the MCBSP
and CPU initialization explictly,wh...
Greetings,
I am seeking general ideas/opinions/guidance on software development
for TI DSP devices, in particular, the newer fixed point devices such
as 6455.
I do both algorithm development and implementation work. Most of my
implementation work has been on simpler devices such as 5600, 96...
Hi,
Is it possible to call a C handler function in response to a NMI
in a c6000 (specifically DM642) DSP/BIOS program? What precautions
do I need to take since I can't use the DSP/BIOS dispatcher? I'm
guessing I need to do a B NRP somewhere, so could I just add
B NRP
NOP 5
in asm() bl...
Hello,
Well, I see on the Project list window that under the Include folder both
the bsl.h and csl.h file were included automatically. But I still get the
following csl.h not found error when I hit Scan All Dependencies on my C
file. Also, my Include Search Path has D:\ti\myprojects\first. ...
Dear Guys,
Hi
We are using DSP/BIOS (CCS 2.10.05) for TMS320C5416. The problem is we
want to put the codes and DSP/BIOS codes into the flash we mapped in
our extended program space and then move it to overlay page to all the
program space. The problem is when it reaches the c_init00 and it
w...
Hello,
i've got a problem:
I'm programming the TI C6713 DSP together with DSP/BIOS. What I want to do
is to get a programmable timer: I send the timer value via USB to the DSP
and then I want to set the timer to this specific value.
It seems to me, that in the DSP-BIOS you can only set a fi...
chiragshah - 07:27 09-10-06
Hi. . All.
I am new to DSP. our seniors have desided TMS320LF2407 platform and we are
already having starter kit from TI. now i want to know that is it possible
to have an advantage of DSP/BIOS for this DSP? because in CCS it is
showing DSP/BIOS option.(tools/OS selector/DSP BIOS).... But while
in...
yviswanadham - 07:55 25-03-06
Hi
I am a new entrant to this group and wish to participate in this group
with full potential and prove to be an active participant.
I am using TMS320F2812 for motion control
I wish to use Flash Memory for programming
I am using Softbaugh as the Flash memory programmer which needs a Hex
fi...
Are you using DSP/BIOS (i.e. is there a .cdb file included in your project)?
If so, BIOS requires a timer for the system tick. I thought it defaulted to
Timer 0, though it could be set to Timer 1. In any case, if BIOS is using a
timer then you wouldn't be able to get access to that timer usi...
Nicoḷ - 04:57 21-02-07
How can I do to write a word on EMIF output connector (J4 of DSK6713) using
DSP/BIOS???
Can someone help me with a c-example or some informations???
Thanks a lot!!!
Nicoḷ
...
Hello,
I am starting with a C54CST, I get the corresponding evalutation board
C54CST EVM wihtout JTAG. I have some example given by SPIRIT the company
which produced the algorithms included inside the DSP.
I manage to use the flex examples applications using only a thread.
However I can't used...
Hello,
I writing an application using the full TI kit : Code composer studio,
DSP/BIOS,... and i need to know the CPU usage.
The TI's DSP/BIOS include an IDL thread which can be used to see CPU
usage using RTDX (jtag, debugger...).
But the application i made run on a proprety acquisition bo...
Hi,
is there any different in cpu time using dsp/bios and without in real-time
and the code is same.
Medris
...
06:46 14-01-08
hi everyone,
i have some problems when i use dsp/bios. i want to use a software
interrupt to contrule a task, when something have met, software send a
interrupt signal and boot task. the task need to be booted peridicly.
the problem is that how can i do this through bios.
thanks!
...
Hi All
I have a DSK6416 board and I have an application including two SWI and
one HWI,
after running the main function and passing the control of algorithm
to the DSP/BIOS, after some time , it gets back to the main function
and I don't understand why?
I have checked for stack overflow and...
Can anybody direct me to a ready to use serial driver for F2812s
integrated with the DSP/BIOS?
Last time I checked TI's web site they provided only one application
note for a different, older processor.
Thanks,
Roberto Waltman
[ Please reply to the group,
return address is inva...
Thanks for the immediate reply. It works fine.
I found another manual about DSP/BIOS "SPRU423" with an small example.
But I think I will report it to TI, anyway.
Markus
mlimber schrieb:
> gie78 wrote:
> > I am working with a TI C6727 DSP, CCS v3.1 and BIOS v5.2. I try to
> > allo...
I am trying to start to use the DSP/BIOS for my application. I have a
non-BIOS application that loads fine on the target with my custom .cmd
file. But when I try to write a very simple program using DSP/BIOS, I see
the following error when I try to "Load Program"
Data Verification failed at addr...
20:37 21-04-06
hello,everyone.how to use the dsp/bios program eneironment.what i use
is the ti320c5410,the software is ccs3.0.when i try with the dsp/bios,
i first creat a new project;
then i creat a new configration .
after that i creat a new main program with the c.
in the end i add my .cdb file and .cmd fi...
03:31 24-04-06
Hey ,everyone.I am studying the TIDSP.what i am using is the
TMS302C5410.the software version is code composer studio 3.1.when i
creat a new configration file,i find that the MCBSP setting has
Advanced A,and Advanced B. i think that the mcbsp registers likes the
SPCR1,SPCR2,RCR1,RCR2 and so on ,...
Yes, I am using the large memory model in a non-DSP/BIOS mode.
I found out the problem... Using the large memory model in a
non-DSP/BIOS environment, I need to use rts2800_ml.lib instead of
rts2800.lib. If someone has the problem, this was the solution.
Thanks for the suggestions on what t...
10:08 31-08-06
Hi, everyone
i am writing the code with the tms320c64x using DSP/BIOS. i just want
my board to boot from my flash. How can i write the .cmd file?
1)how can the .cmd file generated by the .cdb file locate the data
defined myself
2)how can i locate my boot code in the first 1k rom?
i am fre...
Hi All,
I m working on DM642 DSP from TI .
I would like to know as to how can i calculate the "time taken by a
particular task/function".
The CCS ver2.21 has the profiler in that,but,it takes hell lot of time(when
using profiler,the CCS goes into Simulator MODE).
Is there any other way around?...
Hi, all,
Who can tell me the difference between defining Heap size using
DSP/BIOS configuration tool and using linker option "-heap"? If both
are defined, which is the valid one?
The same question also comes to me when talking about "stack size".
Thanks for any comments and suggestion!
...
jayadevan - 05:16 07-06-06
hi
I am doing a project in which i am supposed to process 30,000 datas which
is present in the SDRAM of DSK6711.the datas are stored starting from
memory location 0x80100001.
As I am instructed to implement the code using DSP/BIOS by my professor ,I
have searched for a DSP/BIOS API function f...
Hi, all,
TI C6x platform. Could I create STS objects and use them to monitor
system run-time information while at the same time disabling RTA and
RTDX in the DSP/BIOS configuration tool? I don't want the RTA and RTDX
modules to use up too much memory and CPU cycles.
Thanks!
Rose
...
Have a project that requires very fast interrupt response to external
interrupts
I'm looking for response times of 200 to 300 nano seconds from external edge
to interrupt procedure
activation.. I'm using DSP/BIOS with a TI 2810 running at 100 MHZ.. I've
even copied
the isr into fast ram from f...
mx400@cox.net wrote:
> I'm in the process of coming up to speed on the TMS320F2812. We have
> the Spectrum Digital eZdsp evaluation board along with Code Composer
> Studio 3.1.23. I'm using the XDS510 USB interface to talk to the eval.
> board. I've developed other DSP based embedded contr...
Hello,
i looking for user who have already use the "TMS320C6713 DSP Starter
Kit". I am trying to estimate this developpement tool.
Does anyone have trouble using the latest version of DSP/BIOS on 6713
? Is it a robust tool ? Is DSP/BIOS source code available (in order to
be able to correct ...
jayadevan wrote:
>
> I have actually implemented a C++ code in CCS.
> what is the size of int and char of C++ when implemented in CCS.
int is 32 bits, char is 8 bits. However, DSP/BIOS provides typedefs
such as Uint32, Int16, etc, which are better if size is important.
> plz tell th...
Hi all,
I've recently installed the "Code Composer Studio Platinum v3.10
120-day Free Evaluation" from Texas Instruments
(http://focus.ti.com/docs/toolsw/folders/print/ccstudio.html), which I
hope to use with my 'C6713 DSK from Spectrum Digital (Board Rev. 2,
www.spectrumdigital.com). I need...
X.Y. - 05:24 01-09-06
In order to config on board codecs using IIC moudle (support by CSL
API) in a DSP/BIOS program, I add a IIC write sentence behind video
mini driver's configuration for a simple test like this:
FVID_control(disChan,
VPORT_CMD_EDC_BASE + EDC_CONFIG,
(Ptr)&EVMDM642_...
"X.Y." wrote...
> I just begin a project of DM642 and I don't know why the link cmd file
> is needed and how to write it. I think that, as gel file has already
> define the memory map, why the link.cmd is still needed?
As Jack Klein wrote: the GEL is mainly for the debugger.
When you...
In response to your inquiry:
First, do you actually have addressable (decoded) memory located at
0x100000? For program execution this would need to be 16 bits wide.
Second, assuming you know the timing requirements of this memory, you
need to set the XINTF timing registers accordingly. The...
|
1 |
2 |
3 |
4 |
5 |
next