Forums Search for: DSK6711
External memory error dsk6711 dsk6xldr/cnfdsp
I was trying to get statrted with hpi data transfer on a 6711 dsk. I adapted the dsk6xldr project and the cnfdsp code in the...
I was trying to get statrted with hpi data transfer on a 6711 dsk. I adapted the dsk6xldr project and the cnfdsp code in the examples. The dsp writes some magic numbers in memory that is recognized to get the load time dsp address, and then queries the array of 0x400 values (or 0x200
Memory access with HPI
Hello everybody, I?m doing a project to send data from PC host to target (C6711 with Code Composer 2.0) using HPI. I have been...
Hello everybody, I?m doing a project to send data from PC host to target (C6711 with Code Composer 2.0) using HPI. I have been testing the example of flash programming application (C:\ti\examples\dsk6711\board_util\flash) and It?s runs ok. In this example I can read and write i
Reading from SDRAM in c6711DSK
Hello, I'm a student doing a project (an MP3 decoder) on a dsk6711 TI Board with the audio daughtercard A/D converter. ...
Hello, I'm a student doing a project (an MP3 decoder) on a dsk6711 TI Board with the audio daughtercard A/D converter. I'm having problems with loading an .mp3 file to the SDRAM memory... what should i use to send a .mp3 file directly from CodeComposer
Audio Application @ C6711
Hello Everybody, I have some quesitons regarding 'ti/examples/dsk6711/bios/audio' Example 1-On page# 6 of SPRA598: An Audio...
Hello Everybody, I have some quesitons regarding 'ti/examples/dsk6711/bios/audio' Example 1-On page# 6 of SPRA598: An Audio Example Using DSP/BIOS, It is written that "As the audio function will just read a frame from DSS_rxPipe and copy it to a frame in DSS_txPipe. The transmit rate will be the same as the receive rate: 48 kHz
boot code
hi all dears, i have a dsk6711 board and i want to load my program on flash for stand alone application,then i don't know about how should i...
hi all dears, i have a dsk6711 board and i want to load my program on flash for stand alone application,then i don't know about how should i write boot code for my program and how can i choose boot size? i don't know any assembly programming and i wrote my program in c language and compiled and built it in code composer. can any one help me write my boot
using csl for edma setting at DSK6711
hi friends I use the below program for setting up edma only by using csl library. it have been builds without any error.when i run its...
hi friends I use the below program for setting up edma only by using csl library. it have been builds without any error.when i run its run time message says that the target cant do priority 0 in qui edma. when i debuge the code I understand that the numbers that are defined in edmacfg0 config are not save to the related location in PaRAm but also
boot form flash
hi all dears i have a dsk6711 board and a aed101 data aquisition daughter board i write a simple program and i loaded this program on flash...
hi all dears i have a dsk6711 board and a aed101 data aquisition daughter board i write a simple program and i loaded this program on flash but my program didn't work correctly. i guess because of interrupt vector table on address 0x0 my program doesn't work. i changed my program that interrupt vector tables on 0x0 and my bootloader on 0x260h but my p
loading the .out file to board
I m working with c6711, and i want to load the .out file in DSP having size 680k, from the host. I have refered the host boot process and...
I m working with c6711, and i want to load the .out file in DSP having size 680k, from the host. I have refered the host boot process and the code given in TI \examples\dsk6711\board_util\dsk6xldr in the doc it is mentioned that for host boot process the file size should not b more than 1k. I want every time the file should b loaded and af
Using McBSP as I/O
hi I have written the following program for dsk6711 to use McBSP1 as I/O; but when I debug the program by putting a break point at the end or...
hi I have written the following program for dsk6711 to use McBSP1 as I/O; but when I debug the program by putting a break point at the end or middle of the for loop,the content of input buffers (like FSRP) don't change although I change the logical level of the corresponding input pins. In other word the program read input pins only once in my program. Why? Please help me. t
using McBSP as IO
hi I have written the following program for dsk6711 to use McBSP1 as I/O; but when I debug the program by putting a break point at the ...
hi I have written the following program for dsk6711 to use McBSP1 as I/O; but when I debug the program by putting a break point at the end or middle of the for loop,the content of input buffers (like FSRP) don't change although I change the logical level of the corresponding input pins. In other word the program read input pins only once in my program.
Re: using McBSP az I/o
Please see comments...
--- daryoosh goal
Please see comments...
--- daryoosh goal
task avoids timer interrupt
Hi; I have wirtten a programm that triggers led on dsk6711 every timer interrupt. And it work correctly, but when I add a task(TSK)...
Hi; I have wirtten a programm that triggers led on dsk6711 every timer interrupt. And it work correctly, but when I add a task(TSK) to my project itdosn't work properly Its timer interrupt service routin dose not implemented. In other words adding a simple TSK to my project avoid doing timer Interrupt Service Routine. Do you know why?
problem in using timer interrupt at TSK
hi; I want to toggle LED_2 on DSK6711 every 0.4 second in the following manner: I use a task in which initializing timer1 as the...
hi; I want to toggle LED_2 on DSK6711 every 0.4 second in the following manner: I use a task in which initializing timer1 as the interrupt source (int15 in DSP/BIOS) to doing the "timer1int()" for toggeling LED_2. But when I run my program it sends a reset emulator message, or some times, it is running whitout toggling the LED_2. Do you know wh
DSK6711 (HPI) and Delphi / Lazarus
Hi, I wanna use Delphi to talk through HPI to the DSK. I have only the C header to use the DLL, and I can't convert it to Delphi header (I...
Hi, I wanna use Delphi to talk through HPI to the DSK. I have only the C header to use the DLL, and I can't convert it to Delphi header (I tried to use HeadConv, but it didn't work). How can I do it? Thanks, Francisco Morbiolo
parallel port interfacing with CCS v 3.0 DSK 6711
I m working on DSK 6711 board in which CCS interacts through paralle port I want to know which control signals are required to handshake...
I m working on DSK 6711 board in which CCS interacts through paralle port I want to know which control signals are required to handshake between CCS and parallel port???? What is sequence of operations required in intializing DSK6711 from CCS via parallel port??? What control signals are send from CCS to DSP and what are required by CCS in return....
Re: [code-comp] can i use CCS3.1 with TMS320C6711dsk
Rachana- > sir i tried with the CD that came with DSK6711 which CCS2.1 version but my > program is not loading on it as we have evaluation...
Rachana- > sir i tried with the CD that came with DSK6711 which CCS2.1 version but my > program is not loading on it as we have evaluation version Please explain evaluation version? "Your program" is not loading? What type of error message are you getting? If you can connect to DSK 6711 using CCS 2.1, then in you're in good shape. Subsequent problems are in your configuration and cod
codec generated interrupts working with RTDX interrupts
Greetings all, I am working on an experiment to demonstrate pulse shaping and bit error rate. The platform is DSK6711, using CCS2.2 and...
Greetings all, I am working on an experiment to demonstrate pulse shaping and bit error rate. The platform is DSK6711, using CCS2.2 and Matlab. The idea is simple: random bits are generated through a PN sequence generator, then they are "slowed down" by decimation (to 6kbps), a pulse-shaping filter is applied (sqrrcos) on what would be a transmitter, gaussian noise is added, then a matched...
CCs and MatLab
Hi all, Can I display the signals output using matlab after did the download of program in DSK6711 using CCS. Thanks
Hi all, Can I display the signals output using matlab after did the download of program in DSK6711 using CCS. Thanks
how to load .out file from a running program
hi, i use dsk6711 with network daughtercard and the network example Filexfer from ndk/examples, i want that the running filexfer example...
hi, i use dsk6711 with network daughtercard and the network example Filexfer from ndk/examples, i want that the running filexfer example loads a new .out file and stores it to the sdram. And finally jump to the new .out file and run it. 1.do i have to load a .out-file or a .hex-file? 2.how can i store it to a place in sdram? 3.how can the dsp jump to the new .out-file and run it? than...
DSK6711 is driven me crazy: CSL & McBSP0 problem!
Hi decent members, I am working on my Master's Project, and having troubles with the DSK I have to work on: TMS320C6711 One of my tasks...
Hi decent members, I am working on my Master's Project, and having troubles with the DSK I have to work on: TMS320C6711 One of my tasks consists in acquiring some digital data: I am thinking about using the Jack Input from MotherBoard to get it done. Therefore, I am trying to access McBSP0 with CSL tools: but it is getting me crazy, I can't figure out how to make the McBSP0 work! Howe...






