• Error simulating the LPC2378 uC
    Hello to all! I tried to debug the Blinky example shipped with the MCB2300 board in the Simulator mode. However, the code was blocked in a endless loop, waiting for the main oscilator stabilize. ...
  • Simulating the LPC2378 specific peripherals
    At the moment, the uVision don't simulating any LPC2378 peripherals (UART 2, CAN0, CAN1, Ethernet MAC, etc.). The Keil will develop an upgrade of the uVision, including this features? If yes, the...
  • RE: LPC2378 UART simulator
    I have problem with UART.LPC2378 is sended data to computer. I use: MSEL=5,NSEL=1,CCLKsel=4->cclk=(12*5*2)/4=30MHz PCLK_UART2=cclk this is my programe: #include <LPC23xx.H> #define tem (1<<6) ...
  • LPC2378 UART simulator
    Hi when i tried to send a character using UART0 of LPC2378 ...i couldnt see the output on the serial window of the simulator.....My configuration is written below...anyone please help if i made a mistake...
  • Simulator never reachs main() [LPC2378]
    hi, I'm testing the simulator under µVision with a simple project for LPC2378. But when I launch the debugger with the simulator, it nevers reach the main() entry point. It blocks in lp2300.s...