I am trying to simulate my LPC1225 project C code. I am Building the code with 0 error and warning. But when I starting Debug session to control my code operation, the Debug goes to System_LPC122x.c and stay in this file, I push the Step one line button bu the debug stay in the following line while (!(LPC_SYSCON->SYSPLLSTAT & 0x01)); in System_LPC122x.c
How can I debug my main() code step by step ?
http://www.keil.com/forum/59176/
Get real hardware, the peripherals outside the core (clocks, pll, usart, etc) are not supported in the simulator. http://www.keil.com/dd/chip/5455.htm
Thank you for answers I read the simulation information of LPC1225 and simulation not supported for it.
you can change the program counter value manually to the next op code address after the loop.
View all questions in Keil forum