I am using Keil 4.72 MDK for running code for NXP LPC2148 microcontroller. I have made all the settings correctly but when I press the Debug button, the Disassembly View opens up along with the code I have written and the pointer that shows step by step execution runs in the Disassembly view. I want to see the execution of my code and the pointer should come in my code only not in disassembly view. Need help as I searched on forum posts also but couldn't find a solution to the problem.
Is it really showing your code, or something else? If something else make sure you have the "Update Target before Debugging" checked, and "Load Application at startup"
Close the disassembly window, and cursor to your lines of code in the source window.
Yes, it shows my code in one window and a disassembly code window above it.