• C51 setup
    Hello, Help me please how do I setup my compiler? I set up the off chip code memory to 0x4100 at target options but the compiler allways put a LJMP eg 452B (start of user code)at the ROM 0 location...
  • No peripherals
    Hello, I'm using uVision 4.14 with an Ulink2 debugger on an LPC3240 from Nxp. I'd like to use the "peripherals" in debug mode, but the peripherals list is empty. I've well selected in my target option...
  • C508 peripherals
    Will the eval version simulate the Compare Capture Unit, the five ports, timer 0, 1, 2 for the Infineon C508? In a previous message it says that PK51 will definitely simulate all the on-chip...
  • LED peripherals
    I am doing a christmas lights program for an 8051 as part of a college project. I downloaded the evaluation version (uVision V2.40a) and it's great except I don't have the LED option in the peripherals...
  • PPP setup
    I'm attempting to get PPP working. I have a socketmodem connected to an LPC2468 on uart 1. have the serial driver working. Do I need to include Std_Modem.c in my project? Where do I make changes...