• 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...
  • 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...
  • Advantage using software interrupt (SWI)
    Hallo Im just wondering what the advantage is of using software interrupt instead og a function call? Is the SWI faster? Cant it be disturbed by another interrupt? /Thomas
  • 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...