Technical discussions about the TI C54x DSPs (including the c5401, c5402, c5402a, c5404, c5407, c5409, c5409a, c5410, c5410a, c5416, c5420, c5421, c5441, c549, c5470 and c5471).
Search Results for "boot"
Post a new Thread
narcispr - Feb 12 2004
I need to boot my C5409 EVM board in HPI mode. I read the SPRA382
(for C5402 HPI boot) and SPRA672A (for C5409 boot). Now I can boot a
simple blinking program like ... 
kt_rhee - Jan 23 2005
Hello all,
I'm trying to boot the DSP with standard serial boot mode via McBSP0
(16bit). According to the TI document, spra618b(Title
is "TMS320VC5402 a... 
amin rezaie - Nov 29 2004
Dear all I have a problem with i/o boot. I want 8bit parallel io boot but i don't know what i must to do? I don't know how i can build boot table and what command i ... 
"mario.imaguire" - Feb 28 2008
Hi,
When I work with small programs my hex500 command file works very well:
==== begining: hex500 command file ======
maqplas.out
-a
-boot
-bootorg PARALLEL
-memwidth 16... 
bsd_mike - Nov 12 2004
Hello,
During boot, is it possible to just start executing code out of
flash...or do you need to do those boot tables, etc?
Thanks,
Mike
... 
bsd_mike - Aug 25 2004
If I am reading the spec. correctly, and I probably should
have read it in more detail before spinning the first board....
At boot up, the built in boot loader: ... 
bsd_mike - Nov 17 2004
One more boot question.
Where does the preinitialized data end up in the build?
I guess I need to copy it to ram during boot up.
Anybody have an example ... 
Jeff Brower - Mar 4 2004
Narcis PR-
> I need to boot a c5409 in HPI mode. I have very problems when I try
> to boot programs with DSP/BIOS. I can boot a simple programs but no a
> DSP/... 
Manish Varma - Jun 5 2008
Hello all,
I got the same problem when trying to boot my DSP in Standard Serial(16 bit mode) Boot.
I have connected the MSP430 to feed the SCLK, FS and BRx (Starting with... 
ykm67111 - May 5 2002
Hi,
I am a new user for dsk5402.
Now, I try to boot dsk5402 from flash.
I follow the document and use flash utility.
Below is the comment of flash.txt
"
... 
mani...@yahoo.com - Jun 5 2008
Hello all,
I got the same problem when trying to boot my DSP in Standard Serial(16 bit mode) Boot.
I have connected the MSP430 to feed the SCLK, FS and BRx (Starting with bit... 
- Jul 10 2003
Hi
I am trying to boot load a program from a Pc (parallel port) to a C5410 via the
McBSP2.
I've put the MP/MC to the gnd, a correct clock and a frame, and the dat... 
bsd_mike - Nov 15 2004
Thanks Brian for you input.
We don't have MP=1, so I guess I am going to have to do
a parallel boot.
I have not been able to make a boot table yet with H... 
Vinodh Rathna N - Mar 28 2003
Hi tarreq
U can boot the 5402 by pulling the up/uc pin to high(3.3v).The DSP will scan
this pin on reset and accordingly boot from external memory or from onchip... 
- Dec 28 2000
Dear All,
I am making a PCB for Implementing FIR filter using TMS320c541-pz1-40Mhz.
Can anyone tell me how to interface external eprom to it using 16 bit para... 
Les Newell - Jul 19 2002
Hi,
I am having trouble trying to boot a 'C5402 DSK using HPI boot mode.
I am using the following sequence:
Write program and data using evmdsk54x_hpi_write... 
narcispr - Mar 2 2004
I need to boot my DSP 5409 in HPI mode. I would convert de .out file
(generated with CodeComposer) to HEX file using a hex500 utility. I
like use a motorola-S1 form... 
eli_zarka - Dec 31 2002
What does happen if the INT2 is not assigned into 30 clocks from the
reset vector fetch, but only after 100 clocks.
Maybe someone knows how many time it takes to th... 
Lucy Jordan - Oct 22 2002
"It is an easy task to create multiple boot tables for a single user
application. You only need to
create several hex command files for the hex500 utility, and in e... 
narcispr - Dec 23 2003
Hello !
I'm trying to boot a c5409 board throw HPI port.
I'm follow all the steps described in spra382.
All works well but whe I try to write de entry point in... 
endy_dsp - May 8 2005
Hello,
I'm trying to boot program on vc5407 from serial flash memory.
Everything goes well except of the MP/MC bit in PMST register. It
should be changed during reset due... 
gdupasqu - Nov 14 2003
Hi all,
I am working with the TMS320C54CST PGE DSP chip and I would like to
boot from I/O boot mode. In order to do that, I send an .hex file
(ASCII format) 16 bi... 
temy sanjaya - Jun 30 2003
Dear,
I have a project to program G.723.1 source code to
Flash Memory on DSKC5402, then boot that program from
Flash Memory. The size of the boot table is 87e7h ... 
sahfeie - Mar 24 2005
Hi,
I already have hex file that I use in Flex mode that boot from PC. I want to use this file and put it in Eprom so that I can boot from serial eprom and then... 
narcispr - Jan 12 2004
I'm trying to boot a C5409 DSP in HPI mode. When I turn the .out file
to HEX file with the program coff_both.exe included in SPRA382 in the
HEX file appears some su... 
ÂíÓÀ·æ - Jun 20 2003
Hi!
I have design a board with C5409. It works well with the emulator. But after I
burn the program into the on-board flash, it couldn't boot from the parallel
fl... 
dan - Feb 23 2001
Dear:
I am using the 5402 to develop my system.
I want to boot from the flash,and copy code form flash to external sram,but
i
could not solve a problem.
If we... 
vrnoga2002 - Feb 7 2002
I've added a single line to my code c code, and now it doesn't
boot from flash at all. The original code was fine.
The line I've added is
asm (" RSBX 1, 13");
I... 
Jerry Evans - Aug 10 2002
Hi
I'm trying to see if I can build a boot-table using hex500. One problem
seems to be that the command-line options for version 3.70 are not quite the
same as... 
Vinodh Rathna N - Jun 21 2003
Date: Fri, 20 Jun 2003 20:48:43 +0800
From: <>
Subject: To boot the C5409
Hi!
I have design a board with C5409. It works well with the emulator. But
aft... 
hem marri - Aug 13 2003
I have given 16 bit EPROM INTERFACE OPTION to THE
TMS320C542 .I am attempting to boot from the 16 bit
eprom which is directly interfaced to the processor
using so... 
ramt...@yahoo.com - Jul 24 2007
I use tms320vc549, I have some problems in bootloader and PLL mode,, my problems are:
1- In spru131 – part 8.5 – table 8.15 (Clock mode): when I use crystal for clocking, whic... 
allaukik - Jun 22 2002
Hi :
I am stuck with the bootloader on c5409a.
The problem is : I am doing a parallel boot from flash . I have put
my boot up table in location 0x8000 on fl... 
Tom Kopec - Jan 18 2001
I'm having the darndest time understanding what the Hex Utility (hex500) is
doing when I ask it to make a boot image for me.. I can find the start of
the actual cod... 
Micah Caudle - Aug 27 2004
Hopefully I understand your question. How to get the
address of the boot table into external memory at
FFFFh so the bootloader knows where to find it. I use
Flash... 
sanjay varma - Oct 18 2004
Iam using the IO boot mode to dump the object file on to my target. I was making the BIO\ low and high in a while loop. Also I was getting the XF response from the DSP.... 
Tareq Ahmed - Apr 3 2003
Hello,
What is meant by memory mapped registers ?
Are all the registers on c54x memory mapped?
Can I boot the C54x in parallel boot mode using only an 8 bit me... 
- Mar 11 2005
I am having problems running a program on the C5416 when it is not connected to the emulator. We are using a serial EEPROM in SPI mode to store the boot table. The b... 
ramtin rabiee - Jul 20 2007
I use tms320vc549, I have some problems in bootloader and PLL mode, my=20
problems are:
1- In spru131 =E2=80" part 8.5 =E2=80" table 8.15 (Clock mode): when I use =
crystal=20
... 
aminrezaie78 - Oct 3 2004
Hi
I'm new in this group.I work on TMS320vc549 for my final project.
I have (CCS v.2) and i don't know how convert *.obj files to *.hex
files.
And If i wa... 