Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[ARM] IAR Embedded workbench error!

Status
Not open for further replies.

mucko

Member level 1
Joined
Sep 6, 2004
Messages
40
Helped
6
Reputation
12
Reaction score
1
Trophy points
1,288
Activity points
290
iar warning

Hi everbody!
I am new to ARM.I have made a wiggler jtag then i try
to debug/download my program to OKI's ML674061 demo
board.Then i came across the following errors from IAR
embedded workbench:

Mon Sep 05 10:40:53 2005: JTAG API v32.7, Wiggler
v1.39, ARM ID: 3F0F0F0F
Mon Sep 05 10:41:36 2005: 65536 bytes downloaded and
verified (1.52 Kbytes/sec)
Mon Sep 05 10:41:36 2005: Warning: Target
inconsistency detected at Memory address 0x000001C0
Mon Sep 05 10:41:36 2005: Warning: Target
inconsistency detected in Memory range
0x00000AC8-0x00000AD3
Mon Sep 05 10:41:36 2005: Warning: Target
inconsistency detected in Memory range
0x000003B0-0x0000047B
Mon Sep 05 10:41:36 2005: Warning: Target
inconsistency detected in Memory range
0x00000AE0-0x00000AE3
Mon Sep 05 10:41:36 2005: Warning: Target
inconsistency detected in Memory range
0x00000AD4-0x00000ADF
Mon Sep 05 10:41:36 2005: Warning: Target
inconsistency detected in Memory range
0x0000047C-0x000009DF
Mon Sep 05 10:41:36 2005: Warning: Target
inconsistency detected in Memory range
0x00000AE4-0x00000B07
Mon Sep 05 10:41:36 2005: Warning: Target
inconsistency detected in Memory range
0x000009E0-0x00000A8B
Mon Sep 05 10:41:36 2005: Warning: Target
inconsistency detected in Memory range
0x0000033C-0x00000341
Mon Sep 05 10:41:36 2005: Warning: Target
inconsistency detected in Memory range
0x00000A8C-0x00000AA7
Mon Sep 05 10:41:36 2005: Warning: Target
inconsistency detected in Memory range
0x000003A0-0x000003AD
Mon Sep 05 10:41:36 2005: Warning: Target
inconsistency detected in Memory range
0x00000AA8-0x00000AC7
Mon Sep 05 10:41:36 2005: Warning: Target
inconsistency detected in Memory range
0x00000B08-0x00008B05
Mon Sep 05 10:41:36 2005: Warning: Target
inconsistency detected in Memory range
0x00008B06-0x0000FFFF
Mon Sep 05 10:41:36 2005: There were warnings during
download, see Log Window
Mon Sep 05 10:41:40 2005: Loaded module
Mon Sep 05 10:41:40 2005: Target reset


So everthing seems to work fine and i see no error
message but the program that i compiled doesnot work
anymore.I think the problem is due to the Target
inconsistency in various memory ranges?

If any idea for this,
please help?

best regards...
 

warning: target inconsistency detected at memory

Check is there any specific initialization need to be done for your target. If it is required you need to write some start up script to make the board working. the script will be automatically executed before the program download.

This types of problems will happen mostly when you are using SDRAM in the target. I do not have hands on working exp with ARM.


Cheers
 

iar workbench warnings

Hi

Don't use IAR embedded workbanch for ARM with DIY wiggler the support is not working well

This kind of wigglers work good only with crossworks from ARM IDE & GNU ARM +GDB

If you wish to work with IAR EWB buy there J-LINK JTAG adaptor


All the best

Bobi
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top