DSPRelated.com

Re: extended addressing in 5416 : Loading problem in emulator

Started by ahma...@yahoo.com in TMS320c54x16 years ago

Dear I had also the same problem with CCS3.1; Then I instaled and used CCS2.2 and it works properly. other times I uninstalled and reinstalled...

Dear I had also the same problem with CCS3.1; Then I instaled and used CCS2.2 and it works properly. other times I uninstalled and reinstalled the CCS3.1 and the emulator drivers and restart my PC. Now it works. > Ritish- > > > As my code size is getting large, I have to put some program modules on > > 0x0000-0x7FFF (OVLY bit set) section and others on SARAM 0x28000-0x2FFFF and > >


Why this error came out ?

Started by dayah nuru in TMS320c54x16 years ago 1 reply

Hi, Please see the attachment below. I had include the dsk5416.h but this error still happen. Anyone knows why ? Thanks. ...

Hi, Please see the attachment below. I had include the dsk5416.h but this error still happen. Anyone knows why ? Thanks. Regards, Dayah


Can CCS 3.1 read data from excel file ?

Started by daya...@yahoo.com in TMS320c54x16 years ago 3 replies

Hi, I want to read data from an excel file using C program in CCS 3.1, can it support that ? Thanks. REgards, Dayah

Hi, I want to read data from an excel file using C program in CCS 3.1, can it support that ? Thanks. REgards, Dayah


How to control the HPI pins using the DIP switches ?

Started by daya...@yahoo.com in TMS320c54x16 years ago 3 replies

Hi there, Anyone know how to integrate the DIP switches with the HPI pins ? Is it possible to control the HPI using the DIP switches ?...

Hi there, Anyone know how to integrate the DIP switches with the HPI pins ? Is it possible to control the HPI using the DIP switches ? Thanks. Regards, Dayah Check Out Industry's First Single-Chip, Multi-Format, Real-Time HD Video Transcoding Solution for Commercial & Consumer End Equipment: www.ti.com/dm6467


How to use sleep ?

Started by daya...@yahoo.com in TMS320c54x16 years ago 1 reply

Hi, Anyone know how to use sleep in CCS 3.1 using dsk 5416 ? The below program already works. I want to change the delay by using the sleep. I...

Hi, Anyone know how to use sleep in CCS 3.1 using dsk 5416 ? The below program already works. I want to change the delay by using the sleep. I had tried to change the delay to sleep, but got error. Thanks. #include #define GPIOCR (*(volatile unsigned int*)(0x3C)) #define GPIOCR_ADDR 0x3C #define GPIOSR (*(volatile unsigned int*)(0x3D)) #define GPIOSR_ADDR 0x3D void delay(void


codec Problem

Started by mahmood molaei in TMS320c54x16 years ago

Dear Group I Faced with a problem that I don't know how to deal with it When I Read and write on codec in (dsk 5416) it does't work. I run...

Dear Group I Faced with a problem that I don't know how to deal with it When I Read and write on codec in (dsk 5416) it does't work. I run the default Tone program but it seems that dsp couldn't write on codec my program is #include "tonecfg.h" #include "dsk5416.h" #include "dsk5416_pcm3002.h" #include #define SINE_TABLE_SIZE 48 #define PI ((double)3.14


McBSP as GPIO

Started by mahmood molaei in TMS320c54x16 years ago 2 replies

Dear Group people I am going to use three pins of Mcbsp and I read Volume 5: Enhanced Peripherals document(section 2.9) and I wrote this...

Dear Group people I am going to use three pins of Mcbsp and I read Volume 5: Enhanced Peripherals document(section 2.9) and I wrote this program . #include "tonecfg.h" #include "dsk5416.h" #include "dsk5416_pcm3002.h" #include "csl_mcbsp.h" #include #include "csl_gpio.h" #include "csl_hpihal.h" #include "csl_gpio.h" #include "tonecfg.h" void delay(void) { long i, j=0; f


Do the CCS support the file I/O access ?

Started by daya...@yahoo.com in TMS320c54x16 years ago 3 replies

Hi, I just want to know, is it the CCS software don't support the file I/O access ? Because I have a program that worked well to access a txt...

Hi, I just want to know, is it the CCS software don't support the file I/O access ? Because I have a program that worked well to access a txt file using c compiler but doesn't work when I use the CCS. Thanks. Regards, Dayah Check Out Industry's First Single-Chip, Multi-Format, Real-Time HD Video Transcoding Solution for Commercial & Consumer End Equipment: www.ti.com/dm6467


GPIO pin problem

Started by mahmood molaei in TMS320c54x16 years ago 1 reply

Dear Group people I configured HPI8 Pins as GPIO and I configure them as output I can change HD1-HD7 pins state(0-1) but HD0 pin didn't...

Dear Group people I configured HPI8 Pins as GPIO and I configure them as output I can change HD1-HD7 pins state(0-1) but HD0 pin didn't change. Is there anyone who faced with this problem. what is the wrong with it? my program is #define GPIOCR (*(volatile unsigned int*)(0x3C)) #define GPIOCR_ADDR 0x3C #define GPIOSR (*(volatile unsigned int*)(0x3D)) #define GPIOSR_ADDR 0x3D void mai...


Please help me- switch don't function

Started by daya...@yahoo.com in TMS320c54x16 years ago 1 reply

Hi, Could someone please tell me what's wrong with my program ? There are no error for this program but the switch doesn't work. Here is my...

Hi, Could someone please tell me what's wrong with my program ? There are no error for this program but the switch doesn't work. Here is my program. Thanks. #include #define GPIOCR (*(volatile unsigned int*)(0x3C)) #define GPIOCR_ADDR 0x3C #define GPIOSR (*(volatile unsigned int*)(0x3D)) #define GPIOSR_ADDR 0x3D void delay(void) { long i, j=0; for(i=0;i


Ask a Question to the DSPRelated community

To significantly increase your chances of receiving answers, please make sure to:

  1. Use a meaningful title
  2. Express your question clearly and well
  3. Do not use this forum to promote your product, service or business
  4. Write in clear, grammatical, correctly-spelled language
  5. Do not post content that violates a copyright