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 ?
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.