• LINK duration with LX51 is very long
    Hi, With the new linker LX51, it takes about 3 hours to link my software (128k ROM) instead of 15 minutes with the L51. I use options described below : NOAREGS CD DB OT(9,SIZE) SB ROM(LARGE) OA...
  • p89c669 edata handling in keil copiler
    I m using p89c669 microcontroller for my development. In my software,using two array of size [672] bytes. I use xdata,idata and also pdata which totals 1k memory, but remaining 1k memory i m not able...
  • init_tcpnet needes a very long time
    I use the LPC1758 with the Keil MDK-Toolchain (Version 4.60). During Startup I initialize all components of my hardware (Own design). Everything is fine if I connet the board to a PC (Ethernet)...
  • fopen() takes too long to create file
    We are using LPC1788 with the RL-ARM.To summarize the problem, a]We want to store Report files in a single folder as soon as a test is complete b]Upto 50 reports or so, the time taken to create...
  • How to determine how long your program take?
    Hi, guys! I got a problem. I had written a program in C51, but i don't know to calculate the time taken for this whole program. Is there any way to calculate my program ? Thank you!!!