Sign in

username:

password:



Not a member?

Search c54x



Search tips

Subscribe to c54x



c54x by Keywords

5409 | 5416 | AD5 | ADC | BIOS | Boot | Booting | Bootloader | C540 | C5402 | C5409 | C5416 | CCS | Codec | DMA | Dmad | DSK | DSKPlus | Dsplib | EVM | FFT | FIR | Flash | GPIO | HPI | Initialization | Interrupt | JTAG | LOG_printf | MCBSP | RFFT | RTDX | Sampling | STLM | UART | VC540

Ads

Discussion Groups

Discussion Groups | TMS320C54x | need help on the 5402 dsk regarding FIR implementation

Technical discussions about the TI C54x DSPs (including the c5401, c5402, c5402a, c5404, c5407, c5409, c5409a, c5410, c5410a, c5416, c5420, c5421, c5441, c549, c5470 and c5471).

  

Post a new Thread

need help on the 5402 dsk regarding FIR implementation - kusuma - May 24 1:35:00 2002



Hi, While implementing the FIR filter using DSK 5402, CCS 1.22 we are facing
the following problems.

1. While loading the .out file on to the processor, we are getting
the error message "Data verification failure at 0xxxx(some random address)".

2. After successful loading the .out file after resetting the
board many times, in disassembly mode the program looks fine.
But if we put break point in some location, we are seeing
some unknown insrtuctions which are not in the .asm file.
3. After executing the program and halting it the control is
going to some unknown location. The asm code is attached for reference. Please help us regarding this.

The files are

1. mainFIR22.asm
2. ad50_init.asm
3. vectors.asm
4. main.inc
5. init54x.inc
If anyone can identify the problem please let me know.
thanks& regards, kusuma


Attachment (not stored)
Vectors.asm
Type: application/octet-stream

Attachment (not stored)
init54x.inc
Type: application/octet-stream

Attachment (not stored)
main.inc
Type: application/octet-stream

Attachment (not stored)
mainFIR22.asm
Type: application/octet-stream

Attachment (not stored)
ad50_init.asm
Type: application/octet-stream




(You need to be a member of c54x -- send a blank email to c54x-subscribe@yahoogroups.com )

RE: need help on the 5402 dsk regarding FIR implementation - Vinodh Rathna N - May 25 7:58:00 2002

Subject: Subject: need help on the 5402 dsk regarding FIR
implementation

** Proprietary **

Hi

1) The ccs have this data verification failure very often for that u need to
load the gel file dsk5402init and then u try loading the program here the
chances of failure will be less.The reason is the gel file will put all ur cpu
registers to its default value.

(2) & (3) if u can send me ur files i will be able to help u more
normally this happens if the interrupt mapping is not done correctly
eg. in vectors.asm the isr starting address maybe mapped at 7ff80 but ur reset
vector will always start at ff80.If u want to relocate then u have to change
the IPTR register value, because of this mismatch it may branch to some unkown
locations.
There is no attachment.
regards
vinodh rathna
Message: 3
Date: Fri, 24 May 2002 09:35:51 +0800
From: "kusuma" <>
Subject: need help on the 5402 dsk regarding FIR implementation

Hi, While implementing the FIR filter using DSK 5402, CCS 1.22 we are facing
the following problems.

1. While loading the .out file on to the processor, we are getting
the error message "Data verification failure at 0xxxx(some random address)".

2. After successful loading the .out file after resetting the
board many times, in disassembly mode the program looks fine.
But if we put break point in some location, we are seeing
some unknown insrtuctions which are not in the .asm file.

3. After executing the program and halting it the control is
going to some unknown location. The asm code is attached for reference. Please help us regarding this.

The files are

1. mainFIR22.asm
2. ad50_init.asm
3. vectors.asm
4. main.inc
5. init54x.inc
If anyone can identify the problem please let me know.
thanks& regards, kusuma N.Vinodh Rathna
Associate Software Engineer
Larsen & Toubro Embedded system Mysore
phone : 91-821-402561 ext 2716
FAX : (91)-821-403752





(You need to be a member of c54x -- send a blank email to c54x-subscribe@yahoogroups.com )