• File Creation consumes time as number of files increases
    I have created a folder in the Nand Flash memory. And the folder consists of multiple files. The time taken to create a file in the folder is directly proportional to the total number of files in that...
  • 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;...
  • TCP packets experience lots of retries
    Hello all, I'm using the RL TCP/IP stack in a standalone manner (without a RTOS) on an ARM 9 chip (Atmel's SAM9g20). The PHY transceiver I use is an Micrel KSZ8031RNL chip which is configured for...
  • uVision upgrade causes lots of troubles..
    Hi, We recently upgraded our uVision to a newer version, because of the newer RealView-ARM-compiler. The compiler is great, but we have a lot of trouble with debugging/flashing our devices (str710...
  • 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...