• 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...
  • Relocate the MicroLIB
    Dear All, I'm using LPC11U14 with Keil. In the project setting, I enabled the "Use MicroLIB" option. I review the map file after compiled and noted that the MicroLIB code are put after my application...
  • 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 removing issue
    Hi everyone, I'm developing a project with lpc2478. Trying to access usb with fopen() it's always return error (even if i init, explore and format the usb correctly); searching around I read that...
  • 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...