DSPRelated.com

C6713 HPI loader problem?

Started by jyzh...@sina.com in TMS320c6x16 years ago

Dear all; I am working on a C6713 based board, the host is C5402 and the DSP is C6713. Connecting the C6713 to a Host processor and bootloader...

Dear all; I am working on a C6713 based board, the host is C5402 and the DSP is C6713. Connecting the C6713 to a Host processor and bootloader program are very like to "Implementing the C6xxx HPI Boot Process"(spra512). if I load following program from HPI: // timer1 set; The output wave can been seen in pin13 "pin_name = tout1". #define CTL1 (unsigned int*) 0x01980000 #define PRD1 (uns...


C6713 HPI loader problem

Started by jyzh...@sina.com in TMS320c6x16 years ago

Dear all; I am working on a C6713 based board, the host is C5402 and the DSP is C6713. Connecting the C6713 to a Host processor and bootloader...

Dear all; I am working on a C6713 based board, the host is C5402 and the DSP is C6713. Connecting the C6713 to a Host processor and bootloader program are very like to "Implementing the C6xxx HPI Boot Process"(spra512). if I load following program from HPI: // timer1 set; The output wave can been seen in pin13 "pin_name = tout1". #define CTL1 (unsigned int*) 0x01980000 #define PRD1 (uns...


TMS320TCI6488 ACM EVM board bboting from flash

Started by Raviraj in TMS320c6x15 years ago

Hi We have TMS320TCI6488 Mezanine ACM EVM board. We have been using it by loading the image through CCS everytime. We wanted to find a...

Hi We have TMS320TCI6488 Mezanine ACM EVM board. We have been using it by loading the image through CCS everytime. We wanted to find a mechanism of putting the image in a flash and boot the code from the flash. Can this be done on the EVM? Does the EVM have a flash? Any other interface like a USB or a SDIO from which the bootloader and image can be booted from? -Raviraj The informa...


boot form flash

Started by samb...@yahoo.com in TMS320c6x19 years ago 1 reply

hi all dears i have a dsk6711 board and a aed101 data aquisition daughter board i write a simple program and i loaded this program on flash...

hi all dears i have a dsk6711 board and a aed101 data aquisition daughter board i write a simple program and i loaded this program on flash but my program didn't work correctly. i guess because of interrupt vector table on address 0x0 my program doesn't work. i changed my program that interrupt vector tables on 0x0 and my bootloader on 0x260h but my p


flash programming and bootloader for dsk6713

Started by z_11...@yahoo.com in TMS320c6x16 years ago 4 replies

Hi, For DSK6713 flash programming, I write a program that read main code as a input file then write to flash. Input file contain the hex code of...

Hi, For DSK6713 flash programming, I write a program that read main code as a input file then write to flash. Input file contain the hex code of out file according to data file formats in CCS3.1. But after reset, program doesn't run correctly on DSP. I am confused and thanks for any guidance Zahra


Field programing of DM642 boot flash

Started by bans...@comcast.net in TMS320c6x19 years ago 1 reply

We would like to be able to do remote field updates to the DM642 boot flash. Has anyone done this.   I was thinking we could have a...

We would like to be able to do remote field updates to the DM642 boot flash. Has anyone done this.   I was thinking we could have a base bootloader locked in flash that never will be overwritten that brings interface up, then runtime image can be in another sector of flash that can be overwritten. I am just worried if box is powered down during flash programing we


(bootloader) jump to 0x00 does't work sometimes, why?

Started by ghos...@163.com in TMS320c6x14 years ago 7 replies

Hi: I use C6713 with a UART(16L784). fisrtly, I make a img with SBL and programmed in flash 0x90000000. When power up, the SBL of this img...

Hi: I use C6713 with a UART(16L784). fisrtly, I make a img with SBL and programmed in flash 0x90000000. When power up, the SBL of this img (first 1k bytes) is loaded int 0x00~0x400 by DSP and run. the SBL loads rest code to ram. In this Img, I could receive a new( usr app) img from UART, and program it to flash 0x90040000. The usr app img also has a SBL. So, I wan't the first img to be...