I'm using ARM with Ulink2 with MCB2300. When I compile the EasyWeb or the Blinky program it works fine and I have all the debug and breakpoint feature. When I start to add few files (also lib files) it stop to support the debug mode. I can run the code (After flash it) but the BrekPoint option is disable - I can only set breakpoints in the DisAssembly window (That works) but on the source code I can't. If I return to editor and there I set the breakpoint - and return to the debug screen - The breakpoint is working - but I can't see it as a mixed mode of code and assembler.
Regards, Doron
Hi, are you using the free eval vewrsion of uVision or a full-featured version? If the limited version, it might be possible for the easyweb example that you exceed the 16kB for the free version.
Robert
Hi, No - I'm using the full-featured version, There is no limitation in the file size.Doron