DSPRelated.com

Booting C5420

Started by WENG MAOPING in TMS320c54x24 years ago

Somebody canhelp me? Booting C5420 in HPI mode is blocking my designing plan.There are several questions as below. 1.After I...

Somebody canhelp me? Booting C5420 in HPI mode is blocking my designing plan.There are several questions as below. 1.After I have edited the application code,for example,test1.asm,what should I deal with the code? 2.Then,what will the host do?(Can somebody give me e


booting in HPI mode

Started by Tareq Ahmed in TMS320c54x21 years ago 1 reply

Hello, what is the apprporiate file to use in booting from HPI (to be executed directly) ? I read that the .out file produced by...

Hello, what is the apprporiate file to use in booting from HPI (to be executed directly) ? I read that the .out file produced by the linker is not a valid one to use with HPI but we should extract the code from it. I found in SPRA573 a C code of a tool to do that jop but its co


Serial Flash for booting of 54x?

Started by Mikhail F in TMS320c54x24 years ago

Hello everyone! Can anyone recommend a FLASH EEPROM for serially booting 5402? I am specifically looking for smallest...

Hello everyone! Can anyone recommend a FLASH EEPROM for serially booting 5402? I am specifically looking for smallest possible size, power consumption in standby mode and price. The size should be about >=32kbits. I am also looking for code examples for serially boot


c5402 serial booting problem

Started by kenneth_steel in TMS320c54x21 years ago

I've designed a custom board using the c5402 booting from a serial EEPROM, however it dose'nt seem to work! The boot table is...

I've designed a custom board using the c5402 booting from a serial EEPROM, however it dose'nt seem to work! The boot table is loaded according to SPRA618A, the XF line goes low but thas it the dsp just seems to stop, any one encountered this before or got any advice?


Trouble Booting C5402 from 8 standard bit serial

Started by dsp_man_c54 in TMS320c54x21 years ago

Hi, I am using a TMS320C5402 in a project and find the bootloader is not setting the XF flag low. I have checked the INT2_ and...

Hi, I am using a TMS320C5402 in a project and find the bootloader is not setting the XF flag low. I have checked the INT2_ and INT3_ are held to logic 1 to keep from HPI and EEPROM boots. Also I have held Data0 high to keep from booting from data space. The address lines


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


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


Booting in MP mode

Started by Tareq Ahmed in TMS320c54x21 years ago 1 reply

Hello, How to boot C5402 in microprocessor mode from an external 8-bit wide memory Thanks ...

Hello, How to boot C5402 in microprocessor mode from an external 8-bit wide memory Thanks


Fw: Booting 5410 from Flash

Started by Raymond Ranwez in TMS320c54x22 years ago

George, I did read the SPRA618 a few times, but I missed the point concerning the reading of the address in 8 bits. But (and...

George, I did read the SPRA618 a few times, but I missed the point concerning the reading of the address in 8 bits. But (and you mention it) the information was there... Thank you for your very clear, complete, and helpful answer. Raymond >


C54x booting...continued

Started by bsd_mike in TMS320c54x19 years ago

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


Re: Re: Still problems booting the 5402

Started by Jeff Brower in TMS320c54x17 years ago

Denis- Thanks a lot for posting that. I remember that "a few initial clock pulses" were needed to get the McBSP state machine going if you...

Denis- Thanks a lot for posting that. I remember that "a few initial clock pulses" were needed to get the McBSP state machine going if you wanted the first word to be correct (i.e. not something like an ADC or other continuous transmit). I guess that applies to bootloading also. -Jeff z...@mail.ru wrote: > > Hi > > > > We have solved the problem. The serial clock has to run before t


Booting C5420

Started by Anonymous in TMS320c54x24 years ago 3 replies

We are using a C5420 in our design. I cannot figure out how to boot the processor, since it does not have a bootloader in internal...

We are using a C5420 in our design. I cannot figure out how to boot the processor, since it does not have a bootloader in internal ROM. I am trying to figure a way to map the reset vector at 0xFF80 to external memory (an EEPROM) at reset, but the documentation is ambiguou


Re- Booting in MP mode

Started by Vinodh Rathna N in TMS320c54x21 years ago

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


booting C5416 using standard serial boot method

Started by erha...@hotmail.com in TMS320c54x15 years ago 15 replies

Hi, I am using PIC18F97J60 to boot 5416 using MCBSP0. I have built my boottable using -v548 assembler option and I am sending this boottable...

Hi, I am using PIC18F97J60 to boot 5416 using MCBSP0. I have built my boottable using -v548 assembler option and I am sending this boottable starting from word 0x10AA after resetting the dsp and waiting for XF pin to go low. I worked on this issue so much and read all the documents including the bootloader document(spra602) supplied by ti. I think the documentation is insufficient. Can you tell h...


Creating EEPROM file with hex500

Started by fjh001 in TMS320c54x20 years ago 1 reply

Hello all, I'm trying to boot a 5402 from eeprom. The file I generate for EEPROM burning with hex500 tool does not start with...

Hello all, I'm trying to boot a 5402 from eeprom. The file I generate for EEPROM burning with hex500 tool does not start with 0x08 0xaa as needed for serial booting. I've tried several options with hex500, but not found the way (also I'm very new to this DSP and its tools).


Booting from Flash in C5409A

Started by allaukik in TMS320c54x22 years ago

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...

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 flash . The processor is taking up the code from the flash correctly to the registers . But while doing a WRIT


problem booting the program

Started by rrkshah17 in TMS320c54x20 years ago 2 replies

i had put a message few days ago but it was not posted. i m having problem in loading the program(.out file). after comppiling and ...

i had put a message few days ago but it was not posted. i m having problem in loading the program(.out file). after comppiling and linking the file, when i try to load the file on 5402 DSK, it says error:file loader address 0x.... can't be verified please check target memorty a


Still problems booting the 5402

Started by Anonymous in TMS320c54x24 years ago 1 reply

Hi We have problems bootloading the DSP via the McBsp0 serial port. First we had a fault in the Hex file generated by the...

Hi We have problems bootloading the DSP via the McBsp0 serial port. First we had a fault in the Hex file generated by the Hex500 ( Hex conversion utility program ). We had forgotten to specify the DSP version ( -v548 ) for the Compiler. The entry point ( program st


Re: Booting 5410 from Flash

Started by Raymond Ranwez in TMS320c54x22 years ago 1 reply

Hi George, I have just one question: how do you give the hardware address of the flash memory do the DSP at boot (the flash...

Hi George, I have just one question: how do you give the hardware address of the flash memory do the DSP at boot (the flash address is the data that will be read by the DSP at address 0xFFFF). Do you use special hardware for that (like driver chips)? (I think that you do


Re: Still problems booting the 5402

Started by zhit...@mail.ru in TMS320c54x17 years ago

> > > > Hi > > We have solved the problem. The serial clock has to run before the first > frame sync pulse. We added...

> > > > Hi > > We have solved the problem. The serial clock has to run before the first > frame sync pulse. We added three clock cycles before the fram sync > pulse. > > > wrote: > original article: http://www.egroups.com/group/c54x/?start=72 > > Hi > > > > We have problems bootloading the DSP via the McBsp0 serial port. > > First we had a fault in the He