DSPRelated.com

Booting from ROM with CCS2.0

Started by Anonymous in TMS320c6x22 years ago

Hello all. I used to be working with CCS1.2 and was able to flash an application program to the FLASH ROM so that the DSK6711...

Hello all. I used to be working with CCS1.2 and was able to flash an application program to the FLASH ROM so that the DSK6711 becomes a stand alone system. However, I am running into problems with CCS2.0. That is, I followed the same process but I just could not flash the application


flashing + booting on 6414 custom target

Started by soma_64x in TMS320c6x20 years ago

hi, i have a couple of question on boot application development for custom target I have a target which uses 6414DSP. with...

hi, i have a couple of question on boot application development for custom target I have a target which uses 6414DSP. with 256kb flash on emifb and 8MB SDRAM on emifa with CCS2.2 with JTAG interface to burn the code. I need a clairification on my approach.


booting from eprom

Started by raja nayaka in TMS320c6x21 years ago

Hello DSP Pals !! I am Mr R.J.Nayaka from CTI controller Group,ITILtd, SW R&D ITILtd, Bangalore. We have the following...

Hello DSP Pals !! I am Mr R.J.Nayaka from CTI controller Group,ITILtd, SW R&D ITILtd, Bangalore. We have the following configuration DSP : TMS320C6211 EROM : 128Kx8 -CE1 RAM : 64kx16 -CE0 I want to Boot load my code from 8 bit EPROM co


RTDX bootloader?

Started by stino_rides in TMS320c6x20 years ago 1 reply

Hello group, I found lots of posts on booting from flash etc, but I didn't find an answer there: I have a program that is 420kb...

Hello group, I found lots of posts on booting from flash etc, but I didn't find an answer there: I have a program that is 420kb big, and i cannot get it smaller so it does not fit in my C6713DSK's flash; so my idea was: i burn another program to flash, let it open an RTDX chann


Booting Process of C6711

Started by Anonymous in TMS320c6x23 years ago 2 replies

I have a question. For ROM boot process, the program located in an external ROM is copied to address 0 by the EDMA (for C6711). ...

I have a question. For ROM boot process, the program located in an external ROM is copied to address 0 by the EDMA (for C6711). Apparently this transfer is done automatically (I am guessing that we can specify which external ROM is to be transferred since it is most logical this way)


Booting C6202 from Flash.

Started by Ben Frej, Hichem in TMS320c6x21 years ago

Hi, We are trying to make a Bootable image from flash to the C6202. DSP/BIOS not used and the program is small enough to fit in to...

Hi, We are trying to make a Bootable image from flash to the C6202. DSP/BIOS not used and the program is small enough to fit in to the 64 K. We used hex6x utility to create an image. The image was burned into flash. We could see the image was loaded at address 0 but it is not running


C64x RESET

Started by ksatyakrishnan in TMS320c6x21 years ago 1 reply

Hi, Currently I am working on the DSP (C64x) booting in our system. In the c6000 periphral guide(SPRU190d), in HOST boot mode...

Hi, Currently I am working on the DSP (C64x) booting in our system. In the c6000 periphral guide(SPRU190d), in HOST boot mode description it was mentioned that. "HOST boot : The CPU is held in reset while the remainder of the device is released. During this p


6701 booting with flash

Started by swagsie in TMS320c6x22 years ago

I am working on the 6701 EVM board. I need to create the code for boot up from flash memory. I am somewhat unsure of where to begin....

I am working on the 6701 EVM board. I need to create the code for boot up from flash memory. I am somewhat unsure of where to begin. I would like to use an automatic boot initialization sequience in which the bootcode is just put into memory mapped at address 0x0. How do I star


FlashBurn Problem +Bootloader

Started by chibesa chilumbu in TMS320c6x21 years ago

Hi, Is anyone booting their programs successfully from 16-bit ROM, on C6711 rev 2.1? I know that the silicon rev 2.0 could only...

Hi, Is anyone booting their programs successfully from 16-bit ROM, on C6711 rev 2.1? I know that the silicon rev 2.0 could only boot from 8-bit ROM. We can not seem to get our system to boot from 16-bit ROM. Thank you in advance, Chibesa.


Booting problem

Started by simha j in TMS320c6x22 years ago 1 reply

Hi all, I am working on 6211 based system. I am trying to boot the DSP through Host. (Host is an intel's RISC processor) ...

Hi all, I am working on 6211 based system. I am trying to boot the DSP through Host. (Host is an intel's RISC processor) After downloading the code to the intenal mem. of DSP thro'h host port, I am writing '1' to DSPINT bit of HPIC register so that DSP wakes


booting from flah memory in c6713 dsk?

Started by joshy jose in TMS320c6x17 years ago 3 replies

hai friends, i wish to boot my appliction from flah memory , my intention is to make work the particular application written in flash , when...

hai friends, i wish to boot my appliction from flah memory , my intention is to make work the particular application written in flash , when the supply is given and reset the processor. how can i do this , as the default boot mode is from flash, i hope that i need only to save the program in flash by specifing in the location in .Cmd file. if i am wrong then what the way to do this? -- ...


Booting C6711 DSK from Flash Rom

Started by Anonymous in TMS320c6x23 years ago

Hi I have an application that runs fine when it is loaded onto the DSK from the IDE. When I convert this app to be loaded into...

Hi I have an application that runs fine when it is loaded onto the DSK from the IDE. When I convert this app to be loaded into FLASH memory, then ran on startup, the app runs much much slower. Does anyone know why ??? thanks in advance mark.


DM642 Bootloader [2 Attachments]

Started by kalai vani in TMS320c6x15 years ago

Hi, ? We are using the attached bootloader, boot_TI.asm, provided by TI for our application. This bootloader was provided with...

Hi, ? We are using the attached bootloader, boot_TI.asm, provided by TI for our application. This bootloader was provided with fpga_loader.pjt for Flashburn utility. We found that the when we modify the file as in boot_TI_hang.asm, i.e, change the emif_values: to above the _boot function, we are facing a strange issue. When we flash this bootloader, booting from Flash happens correctly mo...


unzip on a 6713

Started by Bernhard 'Gustl' Bauer in TMS320c6x14 years ago 4 replies

Hi, I'm running short of external ROM, but have plenty external RAM. So why don't I zip some code parts (all text) during compilation, place...

Hi, I'm running short of external ROM, but have plenty external RAM. So why don't I zip some code parts (all text) during compilation, place it in ROM and unzip this code to RAM when booting. What do you think about this? Any idea where I can get an unzip source code? TIA Gustl _____________________________________


booting problem

Started by raja nayaka in TMS320c6x21 years ago 3 replies

Hello C6x Pals    I am using a custom C6211 DSP board. I have written a simple application to write a 32 bit data into the extrnal...

Hello C6x Pals    I am using a custom C6211 DSP board. I have written a simple application to write a 32 bit data into the extrnal RAM. Here is my map file. I want to fuse this code into the ROM ( 128Kx8). The Rom is connected at CE1 space and the DSP is in little endian mode


Boot from Flash failed

Started by swapnali patil in TMS320c6x18 years ago

HI! All I am working on DM642 , with CCS 3.0.0.21 I am converting *.out file to*.bin, and burning this bin into flash. If I reset the ...

HI! All I am working on DM642 , with CCS 3.0.0.21 I am converting *.out file to*.bin, and burning this bin into flash. If I reset the board after sucessfull completion of flash burning , the board gets booted from flash for 1 or 2 time , but if I try to reset it many times it is not booting up from flash. Can any body through some light on it. I have tried with changing length of page i...


NO BOOT in Davinci or Jacinto

Started by rama...@yahoo.com in TMS320c6x16 years ago

Hi all, I am working in TI's Jacinto Platform.It's a dual core processor with ARM and C64X+ DSP.In the various booting modes mentioned in its...

Hi all, I am working in TI's Jacinto Platform.It's a dual core processor with ARM and C64X+ DSP.In the various booting modes mentioned in its EVM manual, I am seeing "No Boot" where the ARM is in infinite RBL(ROM Bootloader) loop.Only with this mode, I could connect to CCS3.3 for single-step debugging. I would like to know hat actually "No boot" does? I heard from manual that ARM is res...


Secondary booting failure

Started by sank...@hotmail.com in TMS320c6x15 years ago 6 replies

We made a custom DSP board using C6713B. The board has only two active parts: Flash and DSP itself. When the board is powered up, secondary boot...

We made a custom DSP board using C6713B. The board has only two active parts: Flash and DSP itself. When the board is powered up, secondary boot fails some times. It happens less than 30% of times it boots. When secondary boot passes, system works fine. Can any one suggest any way to debug the problem. Thanks Sankar _____________________________________


c6202 DSP/BIOS code setup for booting from XBUS (or HPI) via host

Started by nzoka2003 in TMS320c6x21 years ago

Hi, I am presently developing under Code Composer (CCS) v2.2. I can compile, load and execute my code under Code Composer via...

Hi, I am presently developing under Code Composer (CCS) v2.2. I can compile, load and execute my code under Code Composer via the JTAG. What options do I need to include for my compiled code so that it boots and runs correctly when the ".out" file is download


Booting from ROM

Started by raja nayaka in TMS320c6x21 years ago 1 reply

Hello pals    Can any one suggest as how to go about writing a BOOT code from ROM in case of TMS320C6211 DSP. C6211 copies...

Hello pals    Can any one suggest as how to go about writing a BOOT code from ROM in case of TMS320C6211 DSP. C6211 copies 1k from CE1 to on chip mem. bye Nayaka Catch all the cricket a