Forums Search for: Boot
HPI boot for programs with DSP/BIOS
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...
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 the SPRA382 example but when I try to boot a large aplication that use a DSP/BIOS the boot fail! I have move the
io boot problem
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...
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 must add to .cmd file for this. I know that we have a some option for converting .obj to .hex. but i don't know how i
TMS320VC5416 8 bit parrallel boot
inIf I am reading the spec. correctly, and I probably should have read it in more detail before spinning the first board.... At...
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: * Checks for HPI boot. * Reads from address FFFF of IO space looking for a 16 bit address in data space
Data is corrupt after serial boot
Hi, I am booting 5416 using standard serial boot method. My problem is that some part of my code does not work as expected when I boot serially...
Hi, I am booting 5416 using standard serial boot method. My problem is that some part of my code does not work as expected when I boot serially but it works fine when I program the dsp from CCS. There are no problems for the other parts of the code for serial boot case. I realized that when I reset and boot the dsp serially after programming the dsp from ccs without powering off, evrything works ...
5416 boot process...
inHello, During boot, is it possible to just start executing code out of flash...or do you need to do those boot tables, etc? ...
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
Changed my board, running in microprocessor mode..boot
inOne more boot question. Where does the preinitialized data end up in the build? I guess I need to copy it to ram during boot...
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 of this? Thanks, Mike
Standard Serial Boot
inHello all, I'm trying to boot the DSP with standard serial boot mode via McBSP0 (16bit). According to the TI document,...
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 and TMS320U5402 Bootloader."), I expected the XF pin go to the low after checking HPI boot mode, ser
Re: C5409 HPI boot with DSP/BIOS
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...
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/BIOS programs. Do you know what can happen me? Don't know. I have posted your question to C54x group.
serial boot loading on C5410
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...
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 data come directly to the DSP. but it doesn't boot after the transmission. Is there any tips that I have forgotted? how
HPI boot mode
inHi, I am having trouble trying to boot a 'C5402 DSK using HPI boot mode. I am using the following sequence: Write program...
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_single() calls. (The memory is being written correctly because I can verify it using CCS.) write a goto sta
How can flip between eprom and flash?
inDear: 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 ...
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 boot system from flash,then we should use the /ds pin to selcet the flash because the code was boot from th
Re: Subject: To boot the C5409
inDate: Fri, 20 Jun 2003 20:48:43 +0800 From: <> Subject: To boot the C5409 Hi! I have design a board with C5409. It works...
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 after I burn the program into the on-board flash, it couldn't boot from the parallel flash every time p
Re: Standard Serial Boot
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...
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 #15 to bit#0) to the McBSP0 of our TMS320C54CST. I can see first 5-6 words are going fine to DSP (like 0x10AA, 0x0018, ....) but some how after around 1800uS the XF pin goes up, which I suspect cause of the problem.....
Code execution problems when using the boot loader (C5416).
inI 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...
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 boot table is read and then the code is executed by the C5416 after power on, however at a specific point it terminates. Program executio
Problem in Standard Serial Boot (16 bit mode).
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...
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 #15 to bit#0) to the McBSP0 of our TMS320C54CST. I can see first 5-6 words are going fine to DSP (like 0x10AA, 0x0018, ....) but some how after around 1800uS the XF pin goes up, which I suspect cause of the pro...
C54x booting...continued
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...
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 HEX500. Does anybody have any experience with this? Thanks, Mike
boot process...one more message.
inOk, I believe I have programming the flash down. I am happy with that. I can load a simple program, have the reset vector hit...
Ok, I believe I have programming the flash down. I am happy with that. I can load a simple program, have the reset vector hit it, and it is off and running. One more thing I am confused about. I am using a boot.asm file from TI, v3.10. It does have some code for the
a problem in IO Boot mode
Hi, I have designed a board using TMS320VC5402 DSP. I will using IO Boot Mode for loading my code to internal RAM. In my hardware: ...
Hi, I have designed a board using TMS320VC5402 DSP. I will using IO Boot Mode for loading my code to internal RAM. In my hardware: ------------------------------------------------- - PIN - Station -------------------------------------------------- -All CVdd - 1.8V -All CVss - GND -All DVSS - GND -All DVdd - 3.3V - - -RS,N
HPI Boot Loading
What does happen if the INT2 is not assigned into 30 clocks from the reset vector fetch, but only after 100 clocks. Maybe someone...
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 the bootloader to do a loop around all the boot mode possibilities.
Re- Booting in MP mode
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...
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 ROM. regards vinodh Message: 1 Date: Thu, 27 Mar 2003 12:01:56 +0200