• LPC2378 Simulator
    Hi everybody, I'm student and a begginer in Embed Programming. In this term, i'm studying about Basic Embed Programing. My Faculty only has few LPC2378 board and i only pratice once per week. If i want...
  • 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...