DSPRelated.com
Forums

Failed Software Reset: Error 0x00000028/-1076

Started by z_11...@yahoo.com November 17, 2008
In a new design with C6713, connecting to CCS is successful,
Oscillator and capacitors, some required resistor and EMI filter and buffer of emulator assembled on board due to test and debug be easier.
No external flash or SDRAM assembled and emulator is xds560.

during a simple program, when loading .cinit to 0x2960 one error occurred:” data verification failed at 0x2960 please verify target memory and memory map”.

Also in message window:

“Failed Software Reset: Error 0x00000028/-1076 Error during: Break Point, Execution, Cannot set/verify breakpoint at 0x00000000 Sequence ID: 17 Error Code: -1076 Error Class: 0x00000028
Can't Set Breakpoint at 0x2860: Error 0x00000008/-1076 Error during: Break Point, Cannot set/verify breakpoint at 0x00002860 Sequence ID: 7 Error Code: -1076 Error Class: 0x00000008
Breakpoint Manager: Attempting to set a hardware breakpoint instead
Can't Set Breakpoint at 0x2000: Error 0x00000008/-1076 Error during: Break Point, Cannot set/verify breakpoint at 0x00002000 Sequence ID: 7 Error Code: -1076 Error Class: 0x00000008

How can I fix this problem?

Regards
Zahra
I had a hardware issue that caused a data verification error for a while. My
problem was based in that I had a hardware watchdog that I forgot to disable
when I switched boards. My watchdog was resetting the board halfway through
the load from the JTAG. Once I disabled my watchdog with it's jumper, I was
able to work properly with the debugger. This was with my own custom board,
so it may be completely different from your situation.

Wim.

On Sun, Nov 16, 2008 at 5:40 AM, wrote:

> In a new design with C6713, connecting to CCS is successful,
> Oscillator and capacitors, some required resistor and EMI filter and buffer
> of emulator assembled on board due to test and debug be easier.
> No external flash or SDRAM assembled and emulator is xds560.
>
> during a simple program, when loading .cinit to 0x2960 one error occurred:"
> data verification failed at 0x2960 please verify target memory and memory
> map".
>
> Also in message window:
>
> "Failed Software Reset: Error 0x00000028/-1076 Error during: Break Point,
> Execution, Cannot set/verify breakpoint at 0x00000000 Sequence ID: 17
> Error Code: -1076 Error Class: 0x00000028
> Can't Set Breakpoint at 0x2860: Error 0x00000008/-1076 Error during: Break
> Point, Cannot set/verify breakpoint at 0x00002860 Sequence ID: 7 Error
> Code: -1076 Error Class: 0x00000008
> Breakpoint Manager: Attempting to set a hardware breakpoint instead
> Can't Set Breakpoint at 0x2000: Error 0x00000008/-1076 Error during: Break
> Point, Cannot set/verify breakpoint at 0x00002000 Sequence ID: 7 Error
> Code: -1076 Error Class: 0x00000008
> "
> How can I fix this problem?
>
> Regards
> Zahra
Zahra,

On Sun, Nov 16, 2008 at 7:40 AM, wrote:
> In a new design with C6713, connecting to CCS is successful,
> Oscillator and capacitors, some required resistor and EMI filter and buffer of emulator assembled on board due to test and debug be easier.
> No external flash or SDRAM assembled and emulator is xds560.


What is the JTAG clock rate?? If it is set to auto, set it to 1 Mhz
while "getting things to work" [you can crank it up after that]. This
might be the source of your problem.

>
> during a simple program, when loading .cinit to 0x2960 one error occurred:" data verification failed at 0x2960 please verify target memory and memory map".


0x2960 should be a valid 6713 memory address. 'data verification
error' means that "what was written was not read".
Open a memory window at 0x2960 and manually write a few different
patterns to verify functionality.

>
> Also in message window:
>
> "Failed Software Reset: Error 0x00000028/-1076 Error during: Break Point, Execution, Cannot set/verify breakpoint at 0x00000000 Sequence ID: 17 Error Code: -1076 Error Class: 0x00000028


Cannot set/clear a BP is a memory read/write problem [CCS sets a BP at
0 when you select 'CPU Reset'].
> Can't Set Breakpoint at 0x2860: Error 0x00000008/-1076 Error during: Break Point, Cannot set/verify breakpoint at 0x00002860 Sequence ID: 7 Error Code: -1076 Error Class: 0x00000008


Similar to above. This BP is likely for 'end of program'
[automatically set by CCS by default on program load]. If stdio
[printf, etc.] is used, this could also be a BP to support that.

mikedunn
> Breakpoint Manager: Attempting to set a hardware breakpoint instead
> Can't Set Breakpoint at 0x2000: Error 0x00000008/-1076 Error during: Break Point, Cannot set/verify breakpoint at 0x00002000 Sequence ID: 7 Error Code: -1076 Error Class: 0x00000008
> "
> How can I fix this problem?
>
> Regards
> Zahra
>
>

--
www.dsprelated.com/blogs-1/nf/Mike_Dunn.php