Helo, I have a very similar Problem with Keil 5.24, J-Link and a NXP 1788 Eval board. I'm using the (unchanged) sample project provided for Keil by Segger (Start\BoardSupport\NXP\LPC1788_EA) The code vom compiles, is written to flash and runs after a reset. But if I try to connect to the target via the debugger, it does not show the sourcecode. Only the disassembly view works. Here is the log of the J-Link connecting to the target: Target info: ------------ Device: LPC1788 VTarget = 3.248V State…
Quote from Markus.Eich: “Any ideas?” Do a memset zo zero on aMemory before handing it over to emWin. Thats a good idea for all structures handed over to emWin... I stumbled over this problem(s) myself. regards