Part Number: TMS320C6747
Tool/software: TI C/C++ Compiler
Hi Mr. Rahul
The trouble I asked about yesterday was solved.
There were extra files in the project directory. ".Project" etc
Then I started a new project and added the source files "LS041" and "boot2nd" in the same project with "Add Files".
Currently there are other errors.
1. Could you tell me the solution from the attached log?
2. There are many Platform_tci in the bios folder
There are no Platform_tc in the following three folders.
C: \ ti \
C: \ Program Files \ Texas Instruments
C: \ Users \ alex \ workspace_v5_5
3. Attach the file to be written to the external flash ROM.
Please tell me the user guide and the function name that make the file of this format.
Best Regards
Suzuki
The process I wrote yesterday is listed again last.
(Please visit the site to view this file)
(Please visit the site to view this file)
"Explanation of the process"
In the first place, the development results nine years ago include three source file groups attached: LS041.list, boot2nd.lst, and FROM.lst.
And since the BOOT function of DSP is small (2 KB at maximum) from the size of COPY from ROM, it is necessary to prepare 2nd BOOT, 2nd BOOT is started by the BOOT function of DSP, and the LS041 program is copied and executed by this 2nd BOOT. It was developed.
2KB of boot2nd is put at the head of external 256KB flash ROM.
It uses UARTHOST.EXE (TI) and Microsoft .NET Framework version 2.0.
I transfer the flash rewrite program: FROM_V100.BIN to the DSP in UART0 boot mode and then start automatically.
Next, send LS041V101.HEX by command instruction to FROM_V100.BIN using a HyperTerminal on Windows
Restart with DSP in NOR boot mode.
“” Read_me ”explains how to set the usage of source files etc. The contents of“ read_me ”are as follows.
**************************************************
・ Under My Documents \ workspace
LS041 (Correlation operation program)
boot2nd (Startup program)
FROM (Flash ROM rewrite program)
Copy folder
・ Install BIOS
DSPBIOS5_41_03_17
C6747_BIOSPSP_01_30_01
EDMA3_LLD_BIOS5_01_11_00_03
Run and install the setup in each folder
・ Copying DSP initialization setting file at ICE startup
Copy evmc6747_dsp.gel to the C: \ Program Files \ Texas Instruments \ ccsv4 \ emulation \ boards \ evmc6747 \ gel folder
Note: Since the evmc6747_dsp.gel file already exists in the copy destination folder, backup it if necessary.
**************************************************
TMDSCCS-ALLN01-v4.0 (Code Composer Studio IDE V4)
XDS510 USB (JTAG EMULATOR)
It was developed using.