Search found 92 matches

by SukhdeepMankoo
Sat Jul 10, 2010 12:42 pm
Forum: Digital Signal Processors
Topic: cmd file of Harvard architecture
Replies: 13
Views: 16325

Re: cmd file of Harvard architecture

No, it has 128Mb SDRAM. yes i am planning to remove and will try to use only internal RAM. One more question comes into my mind ,when i was reading that .out file should be converted to boot load table format. how can i convert to boot load table format? so that on burning of flash, dsp will start p...
by SukhdeepMankoo
Fri Jul 09, 2010 5:08 pm
Forum: Digital Signal Processors
Topic: cmd file of Harvard architecture
Replies: 13
Views: 16325

Re: cmd file of Harvard architecture

Thanks.
Yes, i am using DSK for TMS320C6713.
by SukhdeepMankoo
Fri Jul 09, 2010 12:29 pm
Forum: Digital Signal Processors
Topic: cmd file of Harvard architecture
Replies: 13
Views: 16325

Re: cmd file of Harvard architecture

Thanks Magneto and Neo, I am using TMS320C6713B DSP processor and it has 1) EMIF CE0 0x80000000 2) EMIF CE0 0x90000000 3) EMIF CE0 0xA0000000 4) EMIF CE0 0xB0000000 where suppose external flash is connected to EMIF CE1. c code #include....... int main() { ......... } Now Cmd file MEMORY { FLASH: ori...
by SukhdeepMankoo
Fri Jul 09, 2010 10:07 am
Forum: Digital Signal Processors
Topic: cmd file of Harvard architecture
Replies: 13
Views: 16325

Re: cmd file of Harvard architecture

Thanks,
Will DSP automatically pickup the code written into the flash or i need to write code,so that it will start fetching code from flash?
by SukhdeepMankoo
Thu Jul 08, 2010 10:15 am
Forum: Digital Signal Processors
Topic: cmd file of Harvard architecture
Replies: 13
Views: 16325

Re: cmd file of Harvard architecture

Thanks Neo, You are right. but suppose if my code is bigger than the internal RAM of DSP. then i have to place the code in flash too. how should i write code for that as DSP is based on Harvard Architecture. Second thing, if i have burned the code into flash, will this code include the bootloader pr...
by SukhdeepMankoo
Sat Jul 03, 2010 2:41 pm
Forum: Digital Signal Processors
Topic: cmd file of Harvard architecture
Replies: 13
Views: 16325

cmd file of Harvard architecture

Hi, As we know that harvard architecture has different address lines for data and code. It means that harvard architecture has same address for address for code and data. for example address 0 for RAM has data, while address 0 for flash has code. TMS320C6713 is based on Harvard architecture. Then ho...
by SukhdeepMankoo
Wed Jun 30, 2010 5:33 pm
Forum: Digital Signal Processors
Topic: Code Composer Studio
Replies: 6
Views: 11202

Re: Code Composer Studio

Thanks Neo,
If i will have any other doubt, i will ask again.
by SukhdeepMankoo
Wed Jun 30, 2010 4:43 pm
Forum: Digital Signal Processors
Topic: Code Composer Studio
Replies: 6
Views: 11202

Re: Code Composer Studio

Thanks,
Now i have connected external flash and ram, which code should i burn for flash and ram.
by SukhdeepMankoo
Wed Jun 30, 2010 3:55 pm
Forum: Microcontrollers
Topic: Port initialization with ATMEGA16
Replies: 2
Views: 4121

Re: Port initialization with ATMEGA16

If you know the shift operator in C, you can do this. For example you have led connected with PB4 and want to toggle it at 500ms.where led is active low. #include......... #define LED PB4 #define LED_PORT PORTB #define LED_DDR DDRB void delay_ms(unsigned int); int main() { LED_DDR|=1<<LED; while(1) ...
by SukhdeepMankoo
Wed Jun 30, 2010 3:43 pm
Forum: Digital Signal Processors
Topic: Code Composer Studio
Replies: 6
Views: 11202

Re: Code Composer Studio

Thanks Neo, I have tested example provided in CCS for TMS320C6713 and is working fine. i have even made own code for DSP kit, it is working fine.Now,i want to own hardware for DSP processor, where it is connected with AM29LV40 flash memory from AMD. for this i want to write code for TMS320C6713B and...

Go to advanced search