IAR Embedded Workbench JLink debug of Olimex LPC2148 how?

Hi, I’ve been searching but can’t find this. Should an IAR Jlink Jtag cable work in debug mode on an Olimex LPC2148 board using IAR Embedded workbench? It seems to download code (by the progress bar) when I hit make and debug, but I can’t step through code. When I reset I think it is running code from within the processor only, and not MY code- the uart shows MMC Test OK, or Failed on the uART @9600 which is not my code. I can’t much information about this dev board and it’s use.

Do I need certain jumpers or switches switched? Or do I need something else to send code to the board?

I have code to test, but can’t run it. Could this be the boot sector corruption that I am hearing about?

Thanks for any help, or links to responses that I have missed.

Steve

you probably didn’t setup your project properly and work with SIMULATOR instead debugger - this is why your flash is not written with your code

Read the Manual :slight_smile:

Tsvetan

That problem was a linker command file that was missing in the code I was given for testing. Now I have a new problem with JTAG-to follow