Hello, I'm working with uVision3 and the Phytec LPC2294 on the evalutationboard HD-200. Now I have some problems with the example "EasyWeb"! 1. Many times I'm getting an error while flashing the demo (I posted this problem already: http://www.keil.com/forum/docs/thread7717.asp ) 2. When I step into debug-mode, the following error-message occurs: Memory Missmatch! Address: 0x80000000 Value: 0x00 Expected: 0x18 3. The EasyWeb-Demo doesn't run! I don't get a connection between my PC and the board over ethernet! Apparently this is caused by the HD-200, because it don't support 100Mbit. I changed the code to configure the ethernetcontroller to manually set the speed to 10MBit, but this still doesn't work! What's going wrong? Has anybody an idea? I would be very thankful for any help! I will post further informations immediately if it is needed.
It looks like the flash is not programmed correctly for some reason. Can you try the XRAM target?
Sorry, but I'm not very experienced with it. I can only choose the Flash-Target in the menu! How can I choose the XRAM-Target???
Select target: phyCore LPC229X - XRAM, rebuild and run target debugger. This target should exist, if not, you may have an old version of CARM/MDK compiler. Then please download the latest MDK301a.
I found the mistake, now the flashing and debugging works fine! A wrong startup-code in the easyweb-project was the malefactor! But the EasyWeb-example still doesn't work! I tried to change the code to 10Mbit-connection (as described above), but without success! There is no connection between the board and the PC! Any ideas in this case?