Forums Search for: DSP/BIOS
Failed to load program on target board
inI 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....
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 address 0xFF80 Please verify target memory and memory map. I have looked at the .cmd file and the me...
dsp/bios
inHi, is there any different in cpu time using dsp/bios and without in real-time and the code is same. Medris
Hi, is there any different in cpu time using dsp/bios and without in real-time and the code is same. Medris
dm642 multitask
inhi 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...
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!
Looking for DSP/BIOS driver for the SCIs in TI F2812 DSP
inCan 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...
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 invalid ]
Urgent : quit from DSP/BIOS
inHi 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...
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 it doesn't seem to be the problem . I appreciate any idea. Regards , Hamid
Semaphores in DSP/BIOS
inOK, this may be a stupid question but I'm going to go ahead and ask it. I seem to be missing something very basic in the use of...
OK, this may be a stupid question but I'm going to go ahead and ask it. I seem to be missing something very basic in the use of semaphores. The SEM module in DSP/BIOS maintains a non-negative count of the number of times it has been "posted". Then when a pend occurs, the process either a) blocks if count = 0, or b) decrements count and resumes. I have one task T1 that must run to completi...
Timing calculations
inHi 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...
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?. I have tried using DSP/BIOS object STS ,as specified in DSP/BIOS debugging tutorial.this particu...
DSK 6713
inHello, i looking for user who have already use the "TMS320C6713 DSP Starter Kit". I am trying to estimate this developpement tool. Does...
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 some problem) ? I also want to have feedback about the C++ Code composer studio compiler. Is thi...
Starting With DSP/BIOS : lost
inHello, I am starting with a C54CST, I get the corresponding evalutation board C54CST EVM wihtout JTAG. I have some example given by SPIRIT the...
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 those with BIOS included. It starts the emulation via JTAG. When I load the program by UART, It ...
DSP/BIOS Dynamic TSK_create()-ion under TMS320C6418
inI'm trying to get three dynamically-created (versus creating statically under the Tconf gui) tasks running but the tasks just won't run....
I'm trying to get three dynamically-created (versus creating statically under the Tconf gui) tasks running but the tasks just won't run. They are successfully created (TSK_create() returns non-null) but never run according to the event log. This is taken from the tsk example under the bios directory. Any ideas/help would be appreciated. --Randy *************** .tcf file: var mem_e...
using DSP BIOS in SIMULINK
hi every one i am using simulink to burn models on dsp kit now the problem i am facing is to schedule my tasks(i-e different function in...
hi every one i am using simulink to burn models on dsp kit now the problem i am facing is to schedule my tasks(i-e different function in simulink model).... although there is a DSP BIOS block set provided in MATLAB SIMULINK but i am not sure how to use it???? i-e how to schedule different tasks using these blocks if any one can help me in this regard i shall be extremely grateful kindly reply...
TI DM642 Video Capture or I2C initialization problem
inHi, I am trying a simple video loop through application using the EVM DM642 from Spectrum Digital. (EVM v3 with TI decoders, CCS 3.1, DSP/BIOS...
Hi, I am trying a simple video loop through application using the EVM DM642 from Spectrum Digital. (EVM v3 with TI decoders, CCS 3.1, DSP/BIOS 5.2) As far as I can tell my code as well as the DSP/BIOS configuration is identical to the samples provided. Unfortunately, the program hangs during the start up phase, either during EVM_init() or in the capture task during the first call to FVI...
DSP/BIOS
inhi 2 all I am an engineering student frm india.I have to implement image processing algorithms in DSP/BIOS.For that i have to transfer the...
hi 2 all I am an engineering student frm india.I have to implement image processing algorithms in DSP/BIOS.For that i have to transfer the image into the SDRAM of DSk6711. I have actually implemented a C++ code in CCS. what is the size of int and char of C++ when implemented in CCS. plz tell the size(in bits )of one memory location of dsk6711.
DSP/BIOS puts big performance overhead
inHello friends, I am tiring to base my application on DSP/BIOS. Unfortunately it seems to me that this OS puts big performance overhead...
Hello friends, I am tiring to base my application on DSP/BIOS. Unfortunately it seems to me that this OS puts big performance overhead (more than 20%). In the literature I couldn't manage to find a clear statement about the period of invocation of the task scheduler. For my case it seems that this period is about 80us. Can I control this parameter of the OS? Any help will be highly...
TI BIOS's GIO_submit()
inI'm trying to debug a video decoder device driver on a DM642 system that uses TI's class/IOM driver model under BIOS and in which the class...
I'm trying to debug a video decoder device driver on a DM642 system that uses TI's class/IOM driver model under BIOS and in which the class driver is GIO. When the application first starts a video capture, it calls GIO_submit() to obtain a buffer of data, but the function call isn't returning, i.e., it appears to block. The problem is, according to the documentation, the function should ru...
problem of use IIC Moudle in a DSP/BIOS program on DM642
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...
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_vDisParamsSAA7105); addrI2C = 0x88 > > 1; for(i =0; i
TI C6726 MEM_alloc ??segid??
inI am working with a TI C6727 DSP, CCS v3.1 and BIOS v5.2. I try to allocate Memory with the help of MEM_alloc during running time. In the BIOS...
I am working with a TI C6727 DSP, CCS v3.1 and BIOS v5.2. I try to allocate Memory with the help of MEM_alloc during running time. In the BIOS API manual TI wrote the function needs a Segment ID (segid). But what is the correct SegID of a memory section? My functioncall looks like this: void* p_ret; p_ret = MEM_alloc(IRAM,512,1); IRAM is a memorysection which I a had configured in t...
DSP/BIOS Float[] Vs float[]
inHi all, I'm new to the C6711DSK and have a question regarding DSP/BIOS data types. I'm outputting a 100Hz sin wave from my 88.2kHz DAC. To...
Hi all, I'm new to the C6711DSK and have a question regarding DSP/BIOS data types. I'm outputting a 100Hz sin wave from my 88.2kHz DAC. To produce this signal, I've filled a buffer of size 882, as follows - Float sig[100]; Void main() { Int i; for(i=0;i
DSP/BIOS problem
inHi, 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...
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 freshman, somebody help me Thanks a lot
Help: checking/selecting DSP/BIOS version, TI CCS 3.10 PE EVAL doesn't appear in Component Manager
inHi all, I've recently installed the "Code Composer Studio Platinum v3.10 120-day Free Evaluation" from Texas...
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 to check for and select the version of DSP/BIOS that I need to use with my application, which I've...