DSPRelated.com

DSP/BIOS help!!

Started by Pablo Luis in Code-Composer Studio18 years ago 1 reply

Hi,=20 My name is Pablo Luis Sordo Mart=EDnez and I am doing my Final=20 Degree Project with a Texas Instruments DSP (TSM320C6713)....

Hi,=20 My name is Pablo Luis Sordo Mart=EDnez and I am doing my Final=20 Degree Project with a Texas Instruments DSP (TSM320C6713). I have=20 many questions about it because I am learning by myself as much as I=20 can. My project consists in connecting two DSPs between them and=20 sending signals one to each other and monitorize that that occurs=20 properly. I know I have to use ...


Problem with printf

Started by nmsu...@pricol.co.in in Code-Composer Studio16 years ago

Hi, Fine, Why dont you try ith LOG_printf? printf is a code intensive function. LOG_printf() is function in DSP/BIOS's LOG module....

Hi, Fine, Why dont you try ith LOG_printf? printf is a code intensive function. LOG_printf() is function in DSP/BIOS's LOG module. You can get more info on the CCS help. Please let me know, the usefulness of this information. regards Suthakar


TSK_handle

Started by bo0ya4 in Code-Composer Studio18 years ago 1 reply

HI all. I am new to this group. I am working with the F2812. I need assistance in getting a TSK_handle for a task i crated with the ...

HI all. I am new to this group. I am working with the F2812. I need assistance in getting a TSK_handle for a task i crated with the DSP/BIOS configuration tool, to change its proirity or call some other TSK function. I can get the current task handle, but how do i get other task's handles? thanks Noam Horev


how to use CCS to find the stack size actually used

Started by unic...@yahoo.com in Code-Composer Studio13 years ago

Hi, all, when reading "TMS320C6000" DPS/BIOS user's guide"(spru303b), I have a doubt about how to use CCS to find the task stack size actually...

Hi, all, when reading "TMS320C6000" DPS/BIOS user's guide"(spru303b), I have a doubt about how to use CCS to find the task stack size actually used? Any hints are welcome. -Yi _____________________________________


converting files from cbd to tcf

Started by phate84 in Code-Composer Studio16 years ago

Hi. I have to use code written for ccstudio2 in ccstudio3.3. I've tried to use cbd2tcf but when I try to open my progject with my new ...

Hi. I have to use code written for ccstudio2 in ccstudio3.3. I've tried to use cbd2tcf but when I try to open my progject with my new configuration file i receive an error like "CRegisrtyInfo::GetSABiosRegKey()could not find BIOS registry entries." How could I resolve this problem? Check Out Industry's First Single-Chip, Multi-Format, Real-Time HD Video Transcoding Solution for Commercia...


HELP: CCS MBX Msg Size

Started by gary21uk2002 in Code-Composer Studio22 years ago

Hi, Can anyone help me solve this please :-> I use static MBXs allocated using DSP/BIOS config tool. This requires the...

Hi, Can anyone help me solve this please :-> I use static MBXs allocated using DSP/BIOS config tool. This requires the size of the message to be specified as a number in the properties dialog box. My code uses a struct as the message and I have lost coun


Turn off BIOS

Started by AjW in Code-Composer Studio23 years ago

Hi, I'm fairly new to this DSP programming thing. We have an application that will record and store large amounts of data...

Hi, I'm fairly new to this DSP programming thing. We have an application that will record and store large amounts of data coming in from external memory locations in real time. This data can be processed to some extent by the DSP, but ultimately has to be shifted to the host P


RTDX code

Started by Eran Knaz in Code-Composer Studio24 years ago

Hi, Does anybody has a simple example code for RTDX host in C (or C++, preferably C). I'm having problems in deciphering the...

Hi, Does anybody has a simple example code for RTDX host in C (or C++, preferably C). I'm having problems in deciphering the single CPP example code. And I can't find any manual on the subject - the BIOS manual only describes the target code. Thanx in Advanc


urgent Question -----need help 4 final presentation

Started by jain alpana in Code-Composer Studio19 years ago 2 replies

Hi group I m a passive member of this group and requesting as well inviting any1's responce abut my query . please respond...

Hi group I m a passive member of this group and requesting as well inviting any1's responce abut my query . please respond immediatelly need 2day as 2morrow my exam on the same Query:-i tried a lot 2 run AUDIO project which is available on BIOS Folder ,on DS


RTA Tools

Started by Biart, Mark in Code-Composer Studio22 years ago 1 reply

Hello World! I am having problems getting Real Time Analysis up in CCS. When I click on DSP/BIOS\RTAControlPanel (or any other...

Hello World! I am having problems getting Real Time Analysis up in CCS. When I click on DSP/BIOS\RTAControlPanel (or any other submenu) I get a message saying "Configuration file is inconsistent with executable, rebuild project file D:\etcetc.cdb". Any pointers to wh


McBSP programming!!

Started by sord...@hotmail.com in Code-Composer Studio18 years ago

Hi to everybody again, I have been collecting information about programming c6713 peripherals. The project I am doing uses...

Hi to everybody again, I have been collecting information about programming c6713 peripherals. The project I am doing uses McBSP to send information between two c6713 targets. I am going to do it with DSP/BIOS, because it seems to be very easy. I have reviewed some examples and the configuration has no problems, but as I am only simulating, I want to use a loop to send and re...


problem with .h file

Started by Rashmi Chawla in Code-Composer Studio18 years ago 2 replies

Hi I have just started using code composer studio and was trying out the example as mentioned in the help section of code...

Hi I have just started using code composer studio and was trying out the example as mentioned in the help section of code composer...The example is to change hello1 program written with simple 'puts' function to print "hello" ........to hello2 program using dsp/bios for the same output. after creating .cdb file and all other necessary steps as mentioned in the document when i try to com...


setting up edma using csl library and no DSP/BIOS

Started by ahmadagha23 in Code-Composer Studio19 years ago

Dear friends When I create an c6711 simulator project to implementing edma transfer by using csl.lib it have error in bulding(linking)...

Dear friends When I create an c6711 simulator project to implementing edma transfer by using csl.lib it have error in bulding(linking) phase. it is my source c code: #include #include #include extern far EDMA_Config edmaCfg0; extern far EDMA_Handle hEdmaTbl0;


Fread with the timer

Started by sachin in Code-Composer Studio23 years ago

hello friends, i'm working with code composer studio 55X. 1> when i am using the fread/fwrite etc file related operations with...

hello friends, i'm working with code composer studio 55X. 1> when i am using the fread/fwrite etc file related operations with the timer interrupts through the DSP/BIOS then my computer hangs. cann't i read , write the file while working with the timer interrupts?


Error in Code composer studio version 3.3 regarding linking

Started by anurag367762 in Code-Composer Studio14 years ago 2 replies

Hello, I am developing Canopen drivers on TMS320F2812 and using Code composer studio version 3.3 Bios version 5.31.02 Code generation tools...

Hello, I am developing Canopen drivers on TMS320F2812 and using Code composer studio version 3.3 Bios version 5.31.02 Code generation tools version 4.1.4. Each file is being compiled separately.All other project files are also compiling except this. Am getting an error like undefined first referenced symbol in file --------- ...


Error: Failed to update the system registry. Please try using REGEDIT

Started by heal...@hotmail.com in Code-Composer Studio17 years ago

As in the subject mentioned an error occurs while I´m trying to create a new DSP/BIOS file. Error: Failed to update the system registry....

As in the subject mentioned an error occurs while I´m trying to create a new DSP/BIOS file. Error: Failed to update the system registry. Please try using REGEDIT I searched in the internet and I found out that either I have to have admin rights (i don´t have them)or I have to change the grant access. Does anybody know which "regristry keys" I have to change? Thanks, Martin


biosi.a62 error while linking.

Started by phate84 in Code-Composer Studio16 years ago 1 reply

after setting by DSP (c6711) bios and launching compile, i receive an erro during linking: XXXcfg.cmd, line84: can't find input file...

after setting by DSP (c6711) bios and launching compile, i receive an erro during linking: XXXcfg.cmd, line84: can't find input file "biosi.a62". I've tryiedto copy the file in the linker folder but is always the same error... could someone help me? Check Out Industry's First Single-Chip, Multi-Format, Real-Time HD Video Transcoding Solution for Commercial & Consumer End Equipment: www.ti....


Error creating software interrupt

Started by adit...@gmail.com in Code-Composer Studio16 years ago 1 reply

Hi all, I'm trying to create a software interrupt "swi" to call the function "filter()" using DSP/BIOS APIs: This is the part of the code...

Hi all, I'm trying to create a software interrupt "swi" to call the function "filter()" using DSP/BIOS APIs: This is the part of the code that gives an error: *********************************************************** void filter(void); SWI_Attrs SWI_ATTRS={(SWI_Fxn)filter,0,0,1,0}; SWI_Handle swi= SWI_create(&SWI_ATTRS); ******************************************************...


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


Memory Allocation Issues

Started by thed...@yahoo.com in Code-Composer Studio16 years ago

Hi. I'm quite new to using Code Composer Studio v3.1, so this question might be rather simple. I get the following error when building my...

Hi. I'm quite new to using Code Composer Studio v3.1, so this question might be rather simple. I get the following error when building my project. error: can't allocate .bios:.norptb, size 0000018d (page 0) in IPROG (avail: 00000050) > > error: can't allocate .rtdx_text, size 00000116 (page 0) in IPROG (avail: 00000050) > > error: can't allocate .sysinit, size 0