DSPRelated.com

Flash programming and Spectrum Digital 5409 EVM board

Started by zektronix in TMS320c54x21 years ago

Hello. For my application I must download the .out file generated by Code Composer 2.0 for the DSP TMS320VC5409 in the flash...

Hello. For my application I must download the .out file generated by Code Composer 2.0 for the DSP TMS320VC5409 in the flash (AT29C257). I downloaded from the Spectrum Digital's Web site the SDFlash package, and I need some things to know: Do I have to write the Flash Routines


C5402 Flash programmer

Started by Jean Viljoen in TMS320c54x21 years ago 1 reply

Dear group I have a custom C5402 board with ST Micro 1MB Flash memory. I need to write the algorithm to program this flash with...

Dear group I have a custom C5402 board with ST Micro 1MB Flash memory. I need to write the algorithm to program this flash with the program that will run on the micro. Does anyone have some pointers as to where to start, or maybe some code that I can adapt for my application?


questions about flash programming

Started by leonlint in TMS320c54x19 years ago

Hi, I want to program flash throught Emulator,and my codes will be write in the flash.But I wonder where the code should be...

Hi, I want to program flash throught Emulator,and my codes will be write in the flash.But I wonder where the code should be allocated.I think the load address of these codes should be within SRAM because Emulator must download the codes to memory,and then Emulator executes the


Burn FLASH memory in c5409

Started by narcispr in TMS320c54x20 years ago

I need to burn a program in a FLASH memory to BOOT from ROM. I don't have any idea that how do this! I see that flashu and...

I need to burn a program in a FLASH memory to BOOT from ROM. I don't have any idea that how do this! I see that flashu and flashburn programs are used to burn a flash but there are not compatibles with c5409 (it seems). Any people know how can I do this? Thank you


HELP! how to extend flash and sram

Started by dance007_0 in TMS320c54x20 years ago 1 reply

i want to design a small system of 5402 but i have a problem on extending flash and sram i am not very sure the logic relation...

i want to design a small system of 5402 but i have a problem on extending flash and sram i am not very sure the logic relation between dsp and flash is that right? /PS || /MSTRB connect with SRAM 's /CE pin R//W connect with SRAM 's /OE pin through a NOT gate R//W connect


C5402 DSK external memory

Started by Doreen Yeo Lee Guek in TMS320c54x23 years ago 1 reply

Good day. Happy Thanksgiving to those cebrating this occassion! From the CPLD control register 2, the FLASHENB bit will determine...

Good day. Happy Thanksgiving to those cebrating this occassion! From the CPLD control register 2, the FLASHENB bit will determine whether the external memory is FLASH or SRAM. Does that mean that FLASH & SRAM cannot be enable at the same time? FLASH has a 7 wait-state latency &a


using "Flex2Flash"

Started by me_a...@yahoo.com in TMS320c54x15 years ago

Dear all, My objective is using Flex2Flash(from Spirit) in order to have a parallel bootloader over EVM54CST. In the documents of...

Dear all, My objective is using Flex2Flash(from Spirit) in order to have a parallel bootloader over EVM54CST. In the documents of Flex2Flash we can see: - Reading the program memory and writing to flash (flash.c) - Reading the Flash(bootload) (fl_flash.c) How can I place this packet among my main project (activating the bootloader) ? Appreciate any help, Mehdi Abolfathi


Re: DSK 5402 Booting from Flash problem.

Started by Anonymous in TMS320c54x21 years ago 2 replies

Hello jacob, Saturday, December 14, 2002, 1:15:33 AM, you wrote: jjsn> I'm having trouble with booting from flash on my DSK...

Hello jacob, Saturday, December 14, 2002, 1:15:33 AM, you wrote: jjsn> I'm having trouble with booting from flash on my DSK 5402. My jjsn> applications works fine when booted via HPI. I have succesfully loadet jjsn> the blink02.hex to the flash, and it ran just


Program Flash,please tell me

Started by leonlint in TMS320c54x19 years ago 1 reply

I want to program flash through Emulator,but I heard of that when you use Emulator,you can't program the flash in Page0:8000~0:FFFF...

I want to program flash through Emulator,but I heard of that when you use Emulator,you can't program the flash in Page0:8000~0:FFFF of program space.Is it right.If it was,what should i do.Thank you


Booting 5410 from flash

Started by Santosh M Nadig in TMS320c54x22 years ago 2 replies

Hello all, I have a problem with booting 5410 from Flash (two 8-bit flash. one for upper 8 bits and other for the lower 8...

Hello all, I have a problem with booting 5410 from Flash (two 8-bit flash. one for upper 8 bits and other for the lower 8 bits). The bootloader document says that the bootloader reads 0FFFF location of I/O or Data memory to find a valid keyword (10AA or 08AA). But, When I use


Running programme from Flash memory

Started by manoj upadhye in TMS320c54x21 years ago 1 reply

i am running my .out file by keeping some part of it in external memory SRAM.If I keep it in the FLASH will it be faster in...

i am running my .out file by keeping some part of it in external memory SRAM.If I keep it in the FLASH will it be faster in comparision to SRAM access? (I am suspicious due to increase in wait states inserted).If I want to keep the part in FLASH how shall I do it?the help file


can code composer program on board flash?

Started by bsd_mike in TMS320c54x19 years ago 2 replies

I have an external flash device that I am programming by having my program inside an array of a "programming" program...which ...

I have an external flash device that I am programming by having my program inside an array of a "programming" program...which can write it out to flash. Problem is that I am running out of ram. ...I can't hold my application program inside my program pr


Flash burn on c5409

Started by narcispr in TMS320c54x20 years ago 1 reply

I have a Spectrum Digital TMS320C5409 EVM board, I need to burn flash of this board to boot. I have talk with Spectrum about SDFlash...

I have a Spectrum Digital TMS320C5409 EVM board, I need to burn flash of this board to boot. I have talk with Spectrum about SDFlash but they said me that this board is not suported by SDFlash. I have talk too with Texas Instruments and they said me that is possible burn the Flash us


help needed for protection of flash sectors

Started by kishoreseera in TMS320c54x21 years ago

hi friends, can any body tell me how to protect and unprotect the sectors in the flash memory, for the tms5402 dsk. ...

hi friends, can any body tell me how to protect and unprotect the sectors in the flash memory, for the tms5402 dsk.


need to write program to flash on 5406 EVM

Started by rjpalmer2 in TMS320c54x20 years ago

I need to download my code and the bootloader into flash on a Spectrum Digital 5406/54CST EVM. Does anyone know if there are files...

I need to download my code and the bootloader into flash on a Spectrum Digital 5406/54CST EVM. Does anyone know if there are files for Flashburn to do this? Or if someone knows about some other program to do this, could you tell me where to get it? Any information would be app


flash burning supports in CCS3.1

Started by ahma...@yahoo.com in TMS320c54x15 years ago 1 reply

hello Does any body know that whether CCS3.1 tools support flash burning for EVM 5406? regards

hello Does any body know that whether CCS3.1 tools support flash burning for EVM 5406? regards


RE: why the data displayed in the CCS I/O space is not the actual data a?

Started by Jane Shen in TMS320c54x22 years ago

Hi guys, I would like to thank all the great helps. I solved the Flash content display problem now. It's because I didn't confirm...

Hi guys, I would like to thank all the great helps. I solved the Flash content display problem now. It's because I didn't confirm that the .hex file was actually written in the FLASH and it WAS NOT. I rewrote the .hex file and now everything is ok. Especially thanks to T


using flash memory

Started by deepakthanam in TMS320c54x20 years ago

Hi All I am using the dsk 5402 kit for a digital modulation system.So I want to store 255 floating point sample values of sin ...

Hi All I am using the dsk 5402 kit for a digital modulation system.So I want to store 255 floating point sample values of sin and cos .So how can I store it in flash memory.What modifications needed for the 54x.cmd file to run this programme. Thanking in advance De


accessing extended memory

Started by kishoreseera in TMS320c54x20 years ago 1 reply

hi all, I wrote drivers for the onboard flash on tms5402 dsk. For block0 and block 1, Iam able to program and erase flash memory....

hi all, I wrote drivers for the onboard flash on tms5402 dsk. For block0 and block 1, Iam able to program and erase flash memory. but when i run my program to check for the protection of other blocks (2,3,....) my dsk is going out of control. I dont see any changes on the conso


FlASH on DSK

Started by Anonymous in TMS320c54x22 years ago 1 reply

Does anyone have the source code that is onvolved in programmign the flash as well as the source code for the on chip rom used in...

Does anyone have the source code that is onvolved in programmign the flash as well as the source code for the on chip rom used in the boot loader? Thanks, Joel