• microlib and RTX
    Sorry if my question is very simple... But is it possible to use microlib together with RTX (Cortex M0) ? I have read some of the doc about the microlib, but I'm not totally sure of the answer to my...
  • microlib option
    Hello Everyone, I am using Use Microlib option in keil uvision4 for my project due to this Error: L6218E: Undefined symbol time (referred from main.o) When i search it on Google i came to know that...
  • Relocating
    I have my progam code in the flash memory including read multimedia card and write to flash memory. I want to copy this code with the library functions used to other memory (RAM) region to executing...
  • MicroLIB printf problem
    Hi everyone, I am using LPC2468 and put the U-Boot as my boot loader in the on-chip flash, and my application program is not uLinux, it compiles by KEILC with MicroLIB and exist in an external NOR Flash...
  • problem with combining MicroLib with FlashFs
    Hello all, I want to use SD-Card with FAT-32, so I should use FlashFs. But when I use it, it consume so much "ZI-data". Also I want to use UDP Socket. On the other hand when I use FlashFs, I can not...