• need a lot of help getting started with lpc2124 with uvision
    Hi, First of all, I want to ask, is it possible to use uvision plus the ulink2 to debug code on the lpc2124. It says its possible on the keil lpc2124 web page, but maybe that is obsolete and is no...
  • need a lot of help getting started with lpc2124 with uvision
    Hi, First of all, I want to ask, is it possible to use uvision plus the ulink2 to debug code on the lpc2124. It says its possible on the keil lpc2124 web page, but maybe that is obsolete and is no...
  • uVision Project Upgrade Nuance
    A project is being upgraded fro uVision 3.60 to uVision 5.10. The code is relocated for use with an on-chip bootloader using an LPC2136. A flash header is located at 0x8000 in memory and then the RESET...
  • Trouble with latest ULINK-2 upgrade / MDK 4.03a?
    Hello, Here is an message I have sent to Keil support - please let me know if it applies to you too. "Hello, We have a big problem with the latest MDK that upgraded the firmware on our ULINK...
  • C51: a lot of values assignment
    Hi, In my C code, I need to assign a lot of values. Like this: a1,a2,... are variables as char. v1,v2...,w1,w2...y1,y2 are constant (like 0x00, 0x01, ...etc) if (i==0){ a1 = v1; a2 = v2;...